Jump to content

Syreldar

Premium
  • Posts

    1298
  • Joined

  • Last visited

  • Days Won

    38
  • Feedback

    100%

Everything posted by Syreldar

  1. return; pc.change_gold(-NEED_MONEY); monarch_election.candidacy(); This isn't C Language Shogun, keep attention to " ; " !.
  2. ..But the problem isn't the proto, the cdi is saying that an item inside of it doesn't exist, just remove it from the cdi.
  3. If you make a list "changes to do": then i personally approve it.
  4. Excuse me, but i don't understand you, the function you're talking about is "pc.warp_local()" or "d.warp_local()"?
  5. Bump, please, i need this. There could be another file that belongs to the video-running system? I've edited IntroLogo.py and Prototype.py, what file did i miss?
  6. item not found is the error. but on 40250 it works without problems syserr output: SYSERR: Apr 21 16:24:28 :: ReadSpecialDropItemFile: ReadSpecialDropItemFile : there is no item 110010 : node °­·ÂÇÑ¿ëÈ¥¿ø¼®_ÀϹÝ-È­·Á SYSERR: Apr 21 16:24:28 :: Boot: cannot load SpecialItemGroup: locale/germany/special_item_group.txt and if i remove the item, the same error with a other vnum appears. greetz The item doesn't exist in your protos, isn't vanilla's fault.
  7. Added it in the client, but it not seems to exist some connection between the dll and the launcher. It not work if i just put it inside the client folder.
  8. Still have this, and if i remove "#" from mainStream.SetLoginphase nothing changes.
  9. Title says all, this is my IntroLogo interested part. def __init__(self, stream): print "NEW LOGO WINDOW ----------------------------------------------------------------------------" ui.ScriptWindow.__init__(self) net.SetPhaseWindow(net.PHASE_WINDOW_LOGO, self) self.stream = stream self.playingVideo = 0 self.bNeedUpdate = TRUE self.nextLogoIndex = 0 self.videoList = ["gf.wmv", "ymir.wmv"] def __del__(self): ui.ScriptWindow.__del__(self) net.SetPhaseWindow(net.PHASE_WINDOW_LOGO, 0) print "---------------------------------------------------------------------------- DELETE LOGO WINDOW" Prototype.py #mainStream.SetLoadingPhase() mainStream.SetLogoPhase() #mainStream.SetLoginPhase() #mainStream.SetSelectCharacterPhase() #mainStream.SetCreateCharacterPhase() #mainStream.SetSelectEmpirePhase() #mainStream.SetGamePhase() app.Loop()
  10. The accumulation_data is simply the attribute that's needed to avoid that the npc/monster runs more than the space it really needs to. So it's needed to deny the monster to attack before it reaches the target. You only need to put it in the .msa file, there isn't a correct accumulation_data, you just need to put it, so it's impossible that it gives you error, even if you put it randomly.
  11. pls i need assistance :/ if i change one of them i get the error, and like now pg crashes at pg selection, server is a dedicate, not hamachi. Situation n*1: I get that error and crashes at pg select. Situation n*3: I get that error and crashes at pg select. I don't know what to do.
  12. DB_ADDR is localhost for every core Yes, but i put BIND_PORT = 14099 that should change the db port in 14099.
  13. I always receive that error, curious is that if i put in game99 CONFIG: P2P_PORT: 14099 DB_PORT: 14099 i receive no error. But if i change one of them i receive the error.
  14. BIND_PORT ( db ) = 14099 DB_ADDR (every core) = 14099 P2P game new = 15000 I practically inverted those two, can i do it?
  15. I've already think about this, but can i do it even if 14099 it's already a used port? ( game99's p2p )
  16. Channel1 syslog: Apr 16 15:33:40.128246 :: InputDB::MapLocations 1 Apr 16 15:33:40.128268 :: MapLocation::Insert : 12 0 13099 Apr 16 15:33:40.128291 :: MapLocation::Insert : 81 0 13099 Apr 16 15:33:40.128307 :: MapLocation::Insert : 110 0 13099 Apr 16 15:33:40.128327 :: MapLocation::Insert : 111 0 13099 Apr 16 15:33:40.128342 :: MapLocation::Insert : 113 0 13099 Apr 16 15:33:40.128360 :: MapLocation::Insert : 114 0 13099 Apr 16 15:33:40.128376 :: MapLocation::Insert : 118 0 13099 Apr 16 15:33:40.128390 :: MapLocation::Insert : 119 0 13099 Apr 16 15:33:40.128405 :: MapLocation::Insert : 120 0 13099 Apr 16 15:33:40.128421 :: MapLocation::Insert : 121 0 13099 Apr 16 15:33:40.128439 :: MapLocation::Insert : 122 0 13099 Apr 16 15:33:40.128455 :: MapLocation::Insert : 123 0 13099 Apr 16 15:33:40.128470 :: MapLocation::Insert : 124 0 13099 Apr 16 15:33:40.128488 :: MapLocation::Insert : 125 0 13099 Apr 16 15:33:40.128503 :: MapLocation::Insert : 126 0 13099 Apr 16 15:33:40.128518 :: MapLocation::Insert : 127 0 13099 Apr 16 15:33:40.128533 :: MapLocation::Insert : 128 0 13099 Apr 16 15:33:40.128551 :: MapLocation::Insert : 181 0 13099 Apr 16 15:33:40.128567 :: MapLocation::Insert : 182 0 13099 Apr 16 15:33:40.128581 :: MapLocation::Insert : 183 0 13099 Apr 16 15:33:40.128599 :: MapLocation::Insert : 184 0 13099 Apr 16 15:33:40.128615 :: MapLocation::Insert : 185 0 13099 Apr 16 15:33:40.128629 :: MapLocation::Insert : 186 0 13099 Apr 16 15:33:40.128644 :: MapLocation::Insert : 187 0 13099 Apr 16 15:33:40.128662 :: MapLocation::Insert : 188 0 13099 Apr 16 15:33:40.128678 :: MapLocation::Insert : 189 0 13099 Apr 16 15:33:40.128695 :: MapLocation::Insert : 198 0 13099 Apr 16 15:33:40.128720 :: InputDB:P2P 0:14099 Apr 16 15:33:40.129577 :: SYSTEM: Trying to connect to 0:14099 SYSERR: Apr 16 15:33:40.129694 :: socket_connect: HOST 0:14099, could not connect. Apr 16 15:33:40.129890 :: P2P Connector opened (host 0) I think i found the problem.. He can't find the server host, it shouldn't be 0 (?)
  17. You're right, i was mistaking, i left that modify for my old testserver that was using an external mysql server. But this don't solve the problem. I checked Game99's syserr. It says this: I'm not an expert in map errors, what's that? :/
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.