Jump to content

Deadly2000

Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

About Deadly2000

Informations

  • Gender
    Male

Deadly2000's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Reacting Well
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. 0413 20:07:29789 :: File "uiInventory.py", line 1465, in RefreshQuickSell 0413 20:07:29789 :: SystemError 0413 20:07:29789 :: : 0413 20:07:29789 :: ..\Objects\longobject.c:981: bad argument to internal function 0413 20:07:29789 :: This write to the RefreshQuickSell def def RefreshQuickSell(self): for e in range(player.INVENTORY_PAGE_SIZE * 5): slotNumber = self.__InventoryLocalSlotPosToGlobalSlotPos(e) if slotNumber in constInfo.QUICK_SELL_ITEMS: self.wndItem.SetSlotCoverImage(e, "icon/inventory/selected_icon.tga") else: self.EnableSlotCoverImage(e, False) self.wndItem.RefreshSlot() Any solutions ?
×
×
  • 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.