Jump to content

emanuel

Inactive Member
  • Posts

    324
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by emanuel

  1. Where i must put that shop_table_ex.txt ? Thank you! /usr/home/game/share/locale/en ?
  2. I don't really know how to do that,you must know where to modify and i don't know..^_^
  3. Hellow dev,i want that system with points,that's points you use to buy items like yang,have a special shop and you buy items,it's show points when you buy,not yang,if someone have this system i want to buy it ! Contact me here please!Sorry for my english!Peace
  4. Thousands of thanx ! My respect for you!
  5. Hellow guys,any1 have pickup system with button in inventory ? like this,but with with a button in inventory,not with press F5! // Search in game.py function OnUpdate and add: if 1 == constInfo.ENABLE_PICKUP: self.PickUpItem() // Search: onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7) // Add bellow: onPressKeyDict[app.DIK_F5] = lambda : self.__EnablePickUpItem() 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 // Search: testAlignment = 0 // Add bellow: CHECK_ACTIVE_PICKUP = 0 // Add in constInfo.py: ENABLE_PICKUP = 0 Thx!
  6. Hellow guys,any1 have pickup system with button in inventory ? like this,but with with a button in inventory,not with press F5! // Search in game.py function OnUpdate and add: if 1 == constInfo.ENABLE_PICKUP: self.PickUpItem() // Search: onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7) // Add bellow: onPressKeyDict[app.DIK_F5] = lambda : self.__EnablePickUpItem() 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 // Search: testAlignment = 0 // Add bellow: CHECK_ACTIVE_PICKUP = 0 // Add in constInfo.py: ENABLE_PICKUP = 0 Thx!
  7. ox event..you protect your server,and that's good
  8. For offline shop : Open cmd_general.cpp in src/game search for : ACMD(do_open_offline_shop) add under : // If character is a gm and this server is not test server, return false if (ch->IsGM() && !test_server) { ch->ChatPacket(CHAT_TYPE_INFO, "Game admin can not open offline shop!"); return; }
  9. i have it like this : { "name":"PercentExp", "type":"text", "text":"100.00%", "color" : 0xfff8d090, "x":25, "y":40, },
  10. Now i don't get this error..i see sometimes i get error with 'PercentExp' and now no..i dont know whatt is wrong here,and my stack items..can't separate..Down is file uicharacter.py
  11. I fix that problem but i get this now.. 0127 00:10:48191 :: File "uiCharacter.py", line 1964, in OnUpdate 0127 00:10:48191 :: File "ui.py", line 121, in __call__ 0127 00:10:48191 :: File "ui.py", line 103, in __call__ 0127 00:10:48192 :: File "uiCharacter.py", line 888, in Refreshing 0127 00:10:48192 :: File "ui.py", line 5640, in GetChild 0127 00:10:48192 :: KeyError 0127 00:10:48192 :: : 0127 00:10:48192 :: 'PercentExp' 0127 00:10:48192 ::
  12. Wait mate,my host is down..sorry! 0126 23:33:37856 :: File "ui.py", line 2266, in OnOverInItem 0126 23:33:37856 :: File "ui.py", line 121, in __call__ 0126 23:33:37856 :: File "ui.py", line 112, in __call__ 0126 23:33:37856 :: File "uiOfflineShop.py", line 1123, in OverInItem 0126 23:33:37856 :: File "uiToolTip.py", line 631, in SetOfflineShopItem 0126 23:33:37856 :: File "uiToolTip.py", line 1220, in AddItemData 0126 23:33:37857 :: File "uiToolTip.py", line 2064, in __AppendFishInfo 0126 23:33:37857 :: ValueError 0126 23:33:37857 :: : 0126 23:33:37857 :: unsupported format character ',' (0x2c) at index 10 0126 23:33:37857 ::
  13. Hello guys,i have a little probblem,any1 know the solution ? Thank you !
×
×
  • 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.