Jump to content

NvL

Member
  • Posts

    39
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by NvL

  1. video staging.streamable.com/ep0kyp
  2. The quest effect disappears after 2 seconds when I enter the character serverfiles tmp4 sysser 0
  3. can you help me ? uiinventory [Hidden Content] game [Hidden Content]
  4. I have error neither in the client nor the server. video streamable.com/6o2flz
  5. item remains stuck on the mouse when I sell to npc
  6. the items do not go into the special inventory sorry i did wrong codes 50701 and 50720 is good
  7. I solved emoji except this does not appear well self.sellPrice.SetText("|Ikey/yang|i"+localeInfo.NumberToDecimalStringQuickSell(price)) |Ikey/yang|i
  8. i used this for emoji and it still doesn't work [Hidden Content]
  9. 0309 00:19:18332 :: Traceback (most recent call last): 0309 00:19:18332 :: File "ui.py", line 1905, in OnUnselectItemSlot 0309 00:19:18332 :: File "ui.py", line 88, in __call__ 0309 00:19:18332 :: File "ui.py", line 79, in __call__ 0309 00:19:18332 :: File "uiInventory.py", line 2013, in UseItemSlot 0309 00:19:18333 :: File "interfaceModule.py", line 1859, in AppendSellSlot 0309 00:19:18333 :: File "interfaceModule.py", line 1849, in UpdateQuickSellPrice 0309 00:19:18333 :: File "uiQuickSell.py", line 117, in UpdatePrice 0309 00:19:18333 :: AttributeError 0309 00:19:18333 :: : 0309 00:19:18333 :: 'module' object has no attribute 'NumberToDecimalStringQuickSell' X(
  10. compile resolved 0308 23:34:15466 :: Traceback (most recent call last): 0308 23:34:15466 :: File "networkModule.py", line 247, in SetGamePhase 0308 23:34:15466 :: File "game.py", line 102, in __init__ 0308 23:34:15466 :: File "interfaceModule.py", line 355, in MakeInterface 0308 23:34:15467 :: File "interfaceModule.py", line 141, in __MakeQuickSell 0308 23:34:15467 :: File "uiQuickSell.py", line 24, in __init__ 0308 23:34:15467 :: File "uiQuickSell.py", line 87, in BoardInterface 0308 23:34:15467 :: TypeError 0308 23:34:15467 :: : 0308 23:34:15467 :: MakeTextLine() takes exactly 1 argument (5 given) 0308 23:34:15467 :: interfacemodule.py if app.QUICK_SELL_SYSTEM: def __MakeQuickSell(self): self.wndQuickSell = uiQuickSell.QuickSell() self.wndQuickSell.Hide() X(
  11. :((((((( Severity Code Description Project File Line Suppression State Details Error C3861 'PyTuple_GetUnsignedLong': identifier not found EterPythonLib D:\project\Client\binary\source\EterPythonLib\PythonWindowManagerModule.cpp 2365
  12. error compile binary use svfiles tmp4
  13. 0308 21:55:14716 :: File "uiInventory.py", line 2129, in RefreshQuickSell 0308 21:55:14716 :: AttributeError 0308 21:55:14716 :: : 0308 21:55:14716 :: 'GridSlotWindow' object has no attribute 'EnableSlotCoverImage' uiinventory.py if app.QUICK_SELL_SYSTEM: def RefreshQuickSell(self): for k in xrange(player.INVENTORY_PAGE_SIZE * 5): slotNumber = self.__InventoryLocalSlotPosToGlobalSlotPos(k) if slotNumber in constInfo.QUICK_SELL_ITEMS: self.wndItem.SetSlotCoverImage(k, "inventory/selected_icon.tga") else: self.wndItem.EnableSlotCoverImage(k, False)
  14. sysser 0308 20:29:15244 :: File "uiQuickSell.py", line 75, in BoardInterface 0308 20:29:15244 :: AttributeError 0308 20:29:15244 :: : 0308 20:29:15244 :: 'module' object has no attribute 'MakeBoardWithTitleBar' def BoardInterface(self): self.Board = ui.MakeBoardWithTitleBar(self, "not_pick", localeInfo.QUICK_SELL_TITLE_NAME,ui.__mem_func__(self.Close), 170, 100)
  15. 0818 15:59:16482 :: Traceback (most recent call last): 0818 15:59:16482 :: File "ui.py", line 1409, in CallEvent 0818 15:59:16482 :: File "ui.py", line 90, in __call__ 0818 15:59:16483 :: File "ui.py", line 72, in __call__ 0818 15:59:16483 :: File "interfaceModule.py", line 1266, in ToggleMessenger 0818 15:59:16483 :: File "uiMessenger.py", line 349, in Show 0818 15:59:16483 :: File "uiMessenger.py", line 378, in __LoadWindow 0818 15:59:16483 :: AttributeError 0818 15:59:16483 :: : 0818 15:59:16483 :: 'module' object has no attribute 'MOBILE' 0818 15:59:16483 ::
×
×
  • 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.