Jump to content

phayara

Premium
  • Posts

    401
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by phayara

  1. Hello, my problem with background loading.. Background exists..
  2. Please help me. exchange.cpp:429: error: expected unqualified-id before 'for' exchange.cpp:429: error: expected constructor, destructor, or type conversion before '<' token exchange.cpp:429: error: expected unqualified-id before '++' token 429= for (i = 0; i < EXCHANGE_ITEM_MAX_NUM; ++i)
  3. What do you mean by 'not working'? When i press any button on the map it doesn't teleport me. So i think that he forgot to post a python chat cmd to get the selected map from the button. When i press any button on the map it doesn't teleport me....
  4. M2 Download Center Download Here ( Internal ) Hello! TELEPORT SYSTEM - HOW TO How To: Unpack root.eix/.epk open game.py add: import uiteleport Search: self.__ProcessPreservedServerCommand() Add under: self.teleport = uiteleport.TeleportWindow() Search: __ServerCommand_Build Add under: "Teleport" : self.Teleport, Search: OpenQuestWindow(self, skin, idx): Replace: def OpenQuestWindow(self, skin, idx): if constInfo.CApiSetHide == 1: net.SendQuestInputStringPacket(str(constInfo.SendString)) constInfo.CApiSetHide = 0 return self.interface.OpenQuestWindow(skin, idx) Add new function in game.py: def Teleport(self, getString): if getString.find("index") != -1: self.teleport.UpdateIndex(int(getString.split("x")[1])) else: constInfo.SendString = str(self.teleport.SendToServer) constInfo.CApiSetHide = 1 To give a button function to open it you can, for example, how I did it use the J button. For this you need to edit the following function: Fals you want to use a different button, you can do it in the game.py following command to open / close: self.teleport.Open() And finally the constInfo.py open and the following reinschreiben above: CApiSetHide = 0 SendString = "" The following quest under the Notes "teleport_edit.zip" it adds in euerm orders Quest (Quest by Kilroy.). If it does not work you have it entered incorrectly say the system. Ingame start (STRG+J) root.rar LINK DELETED. teleport_edit.rar [Hidden Content] BTW: Sorry for my bad English. Kind Regards, .Avua By: Ace / CryPrime
  5. Good job! Kind Regards, .Avua
  6. open char_item.cpp if (true == LearnSkillByBook(dwVnum)) { ITEM_MANAGER::instance().RemoveItem(item); replace with: if (true == LearnSkillByBook(dwVnum)) { item->SetCount(item->GetCount() - 1);
  7. System Acce & Option in game Source: freakplay.net Part client: Icon: Download: [Hidden Content] Pack 1: [Hidden Content] Pack 2: [Hidden Content] - patch effect etc. - uiscript - itemdesc / item_scale - item_proto - item_names - item_list - locale_game - locale_interface Avua.
  8. Hello. They hacked by website? Which website are you using? Thave In my country was deleted 6 servers. Really? lol.
  9. 0303 12:05:24870 :: uiInventory.py(line:149) __LoadWindow ui.py(line:2721) GetChild CostumeWindow.LoadWindow.BindObject - <type 'exceptions.KeyError'>:'ExpandBtn' 0303 12:05:24870 :: ========
  10. :D Problem solved, i am stupid.. Now start client, click costume button -> client exit. syserr: 0303 12:05:24870 :: uiInventory.py(line:149) __LoadWindow ui.py(line:2721) GetChild CostumeWindow.LoadWindow.BindObject - <type 'exceptions.KeyError'>:'ExpandBtn' 0303 12:05:24870 :: ========
  11. Line 276; self.inventoryTab[2].SetEvent(lambda arg=2: self.SetInventoryPage(arg)) Line 187; self.__LoadWindow() uiInventory.py
  12. Hmm, okay.... -> delete. 0303 11:57:22689 :: Traceback (most recent call last): 0303 11:57:22689 :: File "networkModule.py", line 239, in SetGamePhase 0303 11:57:22689 :: File "game.py", line 106, in __init__ 0303 11:57:22689 :: File "interfaceModule.py", line 266, in MakeInterface 0303 11:57:22689 :: File "interfaceModule.py", line 159, in __MakeWindows 0303 11:57:22689 :: File "uiInventory.py", line 187, in __init__ 0303 11:57:22690 :: File "uiInventory.py", line 276, in __LoadWindow 0303 11:57:22690 :: IndexError 0303 11:57:22690 :: : 0303 11:57:22690 :: list index out of range 0303 11:57:22690 ::
  13. inventorywindow.py = deleted, taskbar = deleted, game.py = deleted...... BUMP
  14. The error will probably be in game.py pastebin ~ game.py [Hidden Content]
  15. Hi, problem with deleting dragon soul system syserr: 0303 11:37:19852 :: Traceback (most recent call last): 0303 11:37:19852 :: File "networkModule.py", line 239, in SetGamePhase 0303 11:37:19852 :: File "game.py", line 106, in __init__ 0303 11:37:19852 :: File "interfaceModule.py", line 266, in MakeInterface 0303 11:37:19852 :: File "interfaceModule.py", line 159, in __MakeWindows 0303 11:37:19852 :: File "uiInventory.py", line 187, in __init__ 0303 11:37:19853 :: File "uiInventory.py", line 276, in __LoadWindow 0303 11:37:19853 :: IndexError 0303 11:37:19853 :: : 0303 11:37:19853 :: list index out of range 0303 11:37:19853 ::
×
×
  • 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.