Jump to content

Kid0

Premium
  • Posts

    81
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kid0

  1. Hello, Items are right in the table, only as the game function does not import them.
  2. I have a problem with kenn's offline shop. I open my offline shop, the item is send in tabel (navicat) but i can't to open to view shop : The problem is from source game but idc from what function. I pay to fix the bug! P.M!
  3. Game.core : Error sysser : SYSERR: Dec 11 19:41:03.7141 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:03.7509 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:03.206517 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:11.555927 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:11.556067 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:12.75712 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:12.235605 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:12.875583 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:13.986649 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:20.135145 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:20.135213 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:20.988499 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:22.266324 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:22.425546 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:41:22.746354 :: GetMoveMotionSpeed: cannot find motion (name Nemere race 6191 mode 0) SYSERR: Dec 11 19:59:06.65240 :: Entergame: !GetMovablePosition (name Rau 520800x182000 map 240 changed to 529000x180100) SYSERR: Dec 11 20:00:08.565392 :: Entergame: !GetMovablePosition (name l0K 520800x182000 map 240 changed to 529000x180100) SYSERR: Dec 11 20:01:56.955278 :: Entergame: !GetMovablePosition (name lIonuTl 520800x182000 map 240 changed to 529000x180100) SYSERR: Dec 11 20:02:12.886144 :: SetDungeon: lIonuTl is trying to reassigning dungeon (current 0x32063f00, new party 0x32063f00) SYSERR: Dec 11 20:02:13.926585 :: SetDungeon: Rau is trying to reassigning dungeon (current 0x32063f00, new party 0x32063f00) SYSERR: Dec 11 20:02:14.246712 :: SetDungeon: l0K is trying to reassigning dungeon (current 0x32063f00, new party 0x32063f00) SYSERR: Dec 11 20:05:24.495721 :: Click: CQuestManager::Click(pid=1192, target_npc_name=Rau - Spider Jr.) - NOT EXIST NPC RACE VNUM[34045] SYSERR: Dec 11 20:06:03.652124 :: pid_init:
  4. I have a problem with kenn's offline shop. I open my offline shop, the item is send in tabel (navicat) but i can't to open to view shop : The problem is from source game but idc from what function.
  5. Hello, I need a function to check if this server have/not have a license. I need a check like : Import list from : www.website.com/server.txt
  6. Error 296 error LNK2001: unresolved external symbol __imp__GrannyConvertSingleObject@20 etergrnlib.lib UserInterface Error 297 error LNK2001: unresolved external symbol __imp__GrannyFindMatchingMember@16 etergrnlib.lib UserInterface Error 298 error LNK2001: unresolved external symbol __imp__GrannyUpdateModelMatrix@20 etergrnlib.lib UserInterface Error 299 error LNK2001: unresolved external symbol __imp__GrannyNewMeshDeformer@16 etergrnlib.lib UserInterface
  7. I don't have specular on sash.. CRASH CORE : When I kill a monster, the game stops (crash core). I can't to give you gdb analyze..
  8. Hello, Userinterface -> Userinterface (no cpp). Search Randy-Client.
  9. I implemented the switchbot with 5 slots but I have a problem. No change bonuses. Code for the charms subject is right in the file. Sysser : 0820 14:23:35984 :: Traceback (most recent call last): 0820 14:23:35984 :: File "ui.py", line 1108, in OnToggleDown 0820 14:23:35984 :: File "switchbot.py", line 57, in Activate 0820 14:23:35984 :: AttributeError 0820 14:23:35984 :: : 0820 14:23:35984 :: 'int' object has no attribute 'gameWindow' 0820 14:23:35984 :: ui.py : 1108 def OnToggleDown(self): if self.eventDown: self.eventDown() switchbot.py : 57 if self.parentWindow.parentWindow.gameWindow != None: self.sub_parent.blockBar.swib_normal.SetColor(COLOR_ACTIVE) pass FULL FUNCTION : class BonusSelector(ui.Bar): def Activate(self): self.sub_parent.resetSwitch() self.Status_new.SetColor(COLOR_ACTIVE) self.sub_parent.StatusBar.SetColor(COLOR_ACTIVE) self.sub_parent.StatusText.SetText("Activ") self.Starter.SetText("Opreste schimbarea ("+str(self.index+1)+")") self.sub_parent.boni_active = 1 if self.parentWindow.parentWindow.gameWindow != None: self.sub_parent.blockBar.swib_normal.SetColor(COLOR_ACTIVE) pass def Deactivate(self): self.sub_parent.resetSwitch() self.Status_new.SetColor(COLOR_INACTIVE) self.sub_parent.StatusBar.SetColor(COLOR_INACTIVE) self.sub_parent.StatusText.SetText("Dezactivati") self.Starter.SetText("Incepeti schimbarea ("+str(self.index+1)+")") self.sub_parent.boni_active = 0 if self.sub_parent.parentWindow.parentWindow.gameWindow != None: self.sub_parent.blockBar.swib_normal.SetColor(COLOR_INACTIVE) pass def Activate_rare(self): self.sub_parent.resetSwitch_rare() self.sub_parent.StatusBar_rare.SetColor(COLOR_ACTIVE_RARE) self.sub_parent.StatusText_rare.SetText("6/7 Activ") self.Starter_rare_boni.SetText("Opreste 6/7") self.sub_parent.boni_rare_active = 1 if self.parentWindow.parentWindow.gameWindow != None: self.sub_parent.blockBar.swib_rare.SetColor(COLOR_ACTIVE_RARE) pass def Deactivate_rare(self): self.sub_parent.resetSwitch_rare() # self.Status_new.SetColor(COLOR_INACTIVE) self.sub_parent.StatusBar_rare.SetColor(COLOR_INACTIVE_RARE) self.sub_parent.StatusText_rare.SetText("6/7 inactiv") self.Starter_rare_boni.SetText("alege 6/7") self.Starter_rare_boni.SetUp() self.sub_parent.boni_rare_active = 0 if self.sub_parent.parentWindow.parentWindow.gameWindow != None: self.sub_parent.blockBar.swib_rare.SetColor(COLOR_INACTIVE_RARE) pass def Finish(self): self.Status_new.SetColor(COLOR_FINISHED) self.sub_parent.StatusBar.SetColor(COLOR_FINISHED) self.sub_parent.StatusText.SetText("Terminat") self.Starter.SetText("Bonusul ("+str(self.index+1)+") a fost schimbat.") self.sub_parent.boni_active = 0 if self.sub_parent.parentWindow.parentWindow.gameWindow != None: self.sub_parent.blockBar.swib_normal.SetColor(COLOR_FINISHED) pass def Finish_rare(self): # self.Status_new.SetColor(COLOR_FINISHED) self.sub_parent.StatusBar_rare.SetColor(COLOR_FINISHED) self.sub_parent.StatusText_rare.SetText("6/7 terminat") self.Starter_rare_boni.SetText("6/7 schimbat") self.sub_parent.boni_rare_active = 0 if self.sub_parent.parentWindow.parentWindow.gameWindow != None: self.sub_parent.blockBar.swib_rare.SetColor(COLOR_FINISHED) pass def Block(self): self.BlockBar.Show() self.Starter.Hide() pass def Unblock(self): self.BlockBar.Hide() self.Starter.Show() pass
  10. Hello, I have lycan (woflman) in my source but i don't use this race. How can I fix this bug ? Only occurs when the shaman don't has a weapon.
  11. [Hidden Content] Who can give me lzo for this launcher ?
×
×
  • 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.