Jump to content

Domniq

Premium
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Everything posted by Domniq

  1. Please send me pm with bugs you've found
  2. Open uitooltip.py and replace AutoAppendNewTextLine with
  3. What do you mean by better, it's taken from global gf english server
  4. Is your account password in mysql >> account table encrypted?
  5. What do you think about adding 40k interface (char_select, empire_select, char_create) with next update? poll here [Hidden Content]
  6. replace 1061 line with: elif "USE_ADD_ACCESSORY_SOCKET" == useType: if self.__CanAddAccessorySocket(dstSlotPos): return True
  7. English version added ^^ If you have any suggestions / ideas send me PM
  8. Key is highlighted on red but if you copy whole link you wont need to enter that
  9. Sorry I just slightly know german language, but for you it should be easy just look bellow download links.
  10. #updated V1.12 Next week i'll upload english version of client Please report any error / bug
  11. In locale\ui\windows you have texture 'windows.dds', just edit it or replace.
  12. Propably you don't have defined ENABLE_SEND_TARGET_INFO in your client binary
  13. That should work: uiInventory.py: find: ITEM_FLAG_APPLICABLE = 1 << 14 add bellow: CHECK_ACTIVE_PICKUP = 0 find: self.costumeButton = self.GetChild2("CostumeButton") add bellow: self.pickUpButton = self.GetChild2("PickUpButton") find: self.wndCostume = None add bellow: self.pickUpButton.SetEvent(ui.__mem_func__(self.__EnablePickUpItem)) find: def ClickMallButton(self): print "click_mall_button" net.SendChatPacket("/click_mall") add bellow: def __EnablePickUpItem(self): global CHECK_ACTIVE_PICKUP if CHECK_ACTIVE_PICKUP == 0: CHECK_ACTIVE_PICKUP = 1 constInfo.ENABLE_PICKUP = 1 else: CHECK_ACTIVE_PICKUP = 0 constInfo.ENABLE_PICKUP = 0 add in inventorywindow.py bellow costume code / mall code: ## CostumeButton { "name": "pickUpButton", "type": "button", "x": 118, "y": 100, "default_image": "d:/ymir work/ui/game/windows/money_icon.sub", "over_image": "d:/ymir work/ui/game/windows/money_icon.sub", "down_image": "d:/ymir work/ui/game/windows/money_icon.sub", },
  14. Try this one EPack32: [Hidden Content]
  15. In right down corner you have button using same image
  16. If he remove costume part of script from locale/ui/inventorywindow.py button will disappear but he need that icon for another button as you can see.
  17. It looks nice, great idea.
  18. For now it's clean (fixed all bugs i've found), now i'm focused on improvements
  19. Propably you have wrong format(%), post your localeinfo.py
  20. Here is solution that works for me: change all your texture file names to lowercase (OakBark.dds >> oakbark.dds)
×
×
  • 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.