Jump to content

BadiuAndrei

Member
  • Posts

    21
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by BadiuAndrei

  1. Hi, i have a problem with my Dungeon Info. All of the dungeons are out of the box, i dont have in my binary the SetInsideRender function but i have clip mask. How do i need to adapt the function? I commented the SetInsideRender function to work. listWindow = CreateWindow(ui.Window(), self, (18, 41), "", "", (300, 364)) listWindow.OnMouseWheel = ui.__mem_func__(self.OnMouseWheel) # listWindow.SetInsideRender(True) self.__children["listWindow"] = listWindow [Hidden Content]
  2. Hi, i have this problem after i die the items dont dezactivate and remains active, as you can see in the gif [Hidden Content]
  3. Hi, so yesterday i added DS_CHANGE_BONUS by Owsap but i have a problem, the items don't put in the refine window and leaved me with a message "you cant do this", also this happens when i want to refine dragon soul stones the same message appears. [Hidden Content] And also, i have this error in sysser: 1108 16:49:42505 :: File "uiDragonSoul.py", line 992, in Close 1108 16:49:42505 :: File "uiDragonSoul.py", line 1037, in __FlushRefineItemSlot 1108 16:49:42505 :: KeyError 1108 16:49:42505 :: : 1108 16:49:42505 :: 0 1108 16:49:42505 ::
  4. I tried adding self.isLoaded = 0, but it doesn't help. I don't know what caused it, i've tried compared all the py files with the og ones but i guess it's caused by the Dragon Soul (maybe)
  5. I already have that function in interface def RefreshMarkInventoryBag(self): if self.wndInventory and self.wndInventory.IsShow(): self.wndInventory.RefreshBagSlotWindow() if app.ENABLE_SPECIAL_INVENTORY: if self.wndSpecialInventory and self.wndSpecialInventory.IsShow(): self.wndSpecialInventory.RefreshBagSlotWindow() So what's wrong? Is there a thing that i miss somewhere?
  6. Hi, i have this error everytime i teleport or closing the client. I don't understand what's trigger it (i was using a teleport system and didn't have any problem with teleporting, but now i don't like it). Here's the error: networkModule.py(line:236) SetLoadingPhase networkModule.py(line:121) SetPhaseWindow networkModule.py(line:130) __ChangePhaseWindow game.py(line:360) Close interfaceModule.py(line:715) Close uiShop.py(line:182) Destroy uiShop.py(line:263) Close interfaceModule.py(line:2686) RefreshMarkInventoryBag uiInventory.py(line:873) RefreshBagSlotWindow networkModule.SetLoadingPhase - <type 'exceptions.AttributeError'>:'int' object has no attribute 'SetItemSlot'
  7. The problem on topic fixed but now the timer don't work well on Dragon Soul: [Hidden Content]
  8. Ok, i delete the getLimit from that method. Now i have issues with this: 0929 03:47:29197 :: Traceback (most recent call last): 0929 03:47:29197 :: File "ui.py", line 2419, in OnOverInItem 0929 03:47:29197 :: File "ui.py", line 63, in __call__ 0929 03:47:29198 :: File "ui.py", line 54, in __call__ 0929 03:47:29198 :: File "uiDragonSoul.py", line 331, in OverInItem 0929 03:47:29198 :: File "uiDragonSoul.py", line 306, in ShowToolTip 0929 03:47:29198 :: File "uiToolTip.py", line 672, in SetInventoryItem 0929 03:47:29198 :: File "uiToolTip.py", line 1924, in AddItemData 0929 03:47:29199 :: TypeError 0929 03:47:29199 :: : 0929 03:47:29199 :: AppendTimerBasedOnWearLastTime() takes exactly 2 arguments (3 given) 0929 03:47:29199 :: Here is the line: [Hidden Content] and also here is the def: [Hidden Content]
  9. Hi, recently i added Dragon Soul on my server and now i'm fighting with this error: 0928 22:56:31129 :: Traceback (most recent call last): 0928 22:56:31129 :: File "ui.py", line 2419, in OnOverInItem 0928 22:56:31130 :: File "ui.py", line 63, in __call__ 0928 22:56:31130 :: File "ui.py", line 54, in __call__ 0928 22:56:31130 :: File "uiDragonSoul.py", line 331, in OverInItem 0928 22:56:31130 :: File "uiDragonSoul.py", line 306, in ShowToolTip 0928 22:56:31130 :: File "uiToolTip.py", line 672, in SetInventoryItem 0928 22:56:31131 :: File "uiToolTip.py", line 1924, in AddItemData 0928 22:56:31131 :: File "uiToolTip.py", line 2710, in AppendTimerBasedOnWearLastTime 0928 22:56:31131 :: NameError 0928 22:56:31131 :: : 0928 22:56:31131 :: global name 'getLimit' is not defined 0928 22:56:31131 :: Here are the lines from uiToolTip and uiDragonSoul: [Hidden Content]
  10. can you put the function here? Maybe is some ppl with same prob as me
  11. attempt to call field `is_metin' (a nil value), i have this in sys i added the pc.is_metin in quest_functions
  12. Hi, i added pendant system and my cores give me this error "Boot: item attr table size error", i designed the table in navicat and i compile the db as well, any ideeas?
  13. Hi, can somebody tell me or make a tutorial for me to adapt the ShopEx Renewal from sql to txt? Cus my server reads txt, and i don't want it to make it on sql
  14. Add this to topic, i think it's usefull in someway. And maybe for the potions, like green and purple (i already add it for me.)
  15. Is it possible to make them with time and extend the time?
  16. So i added WEAR_RING3 like RING2 in sources, but i don't find how to make the function work cus rn it's working only with 2 rings. I've tried like this, and it's working only with 2 rings. item.cpp else if (GetType() == ITEM_RING) { if (ch->GetWear(WEAR_RING1)) return WEAR_RING2; else if (ch->GetWear(WEAR_RING2)) return WEAR_RING3; else return WEAR_RING1;
×
×
  • 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.