Jump to content

GustavoHMA

Community
  • Content Count

    29
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by GustavoHMA

  1. Did this error happen to anyone? error PRJ0003 : Error spawning 'cl.exe' My PC uses Windows 10 Pro.
  2. Hello everyone, I wanted to know how I can create a DLL injection to manipulate the functions and variables of the CCharacter structure without causing the Gameserver to hang and close. Thank you in advance to all who can help.
  3. I want to create new asm lua functions using this new space. Many thanks to @Totoka for the help.
  4. Can anyone make a guide on how to increase the code caves to be able to insert new function into assembly? Thank you in advance and apologize for English.
  5. Thank you very much @KONG, I'll see if I can.
  6. How can I make these structures for version 1.36?
  7. @V3ct0r @KONG @Wrexor @Billy @Totoka Could anyone help me with assembly code or C++ dll injection to be able to count the items from a specific slot using Lua? Something like: CheckBagSlotItem(role, itemid, slotid) Thanks to all who can help.
  8. Wanted to know where I can change my client's 1973 port to another port?
  9. Glad you're working well there.
  10. I think you did not get it. My TradeServer is the same as yours. Make the following test, create a new account and then add points by killing the monsters, after entering the In-game Mall you will realize that no point has been added. That is the question.
  11. There are some flaws because I created a similar function, but in the form of a Card and requires checking some errors: If the player never enters In-Game Mall, it will never add the points, so you need to check if there is any record in SQL; If there is an error in SQL, it will be necessary to create logs so that it is resolved by the administrator. Well, I guess that's just it.
  12. I found TradeTools.exe in the source code of Tales Of Pirates. Just follow the path: Files > Server > TradeSystem > TradeTools > Bin. It adds, edits, and deletes items and packages. It sends data to the TradeServer and it updates the Item Mall without having to restart.
  13. Just try again. This happens between two or three times.
  14. Hello everyone, I'll teach you to change the default password that is contained in the Safety table of the Tradedb database. Why should you change this password? 1) Because with TradeTools.exe, with its dedicated IP, with the right port and the default password (moliyo#TradeServer@bird&man), it is possible to add, edit and delete items and packages, albeit Categories, see these images: To maintain your security I recommend you change it, see the steps: 1) Generate a unicode password with 27 characters, I will use this site to generate a random password: http://maord.com/ 2) Open GameServer.exe with Notepad++ and look for the default password (moliyo#TradeServer@bird&man) and replace with new one and save it. Always back up your GameServer.exe before making any modifications. 3) Open InfoPasswd.exe and paste the new password into the text field and then click on the button until you create an encrypted password. Download InfoPasswd.exe here 4) Copy this encrypted password and paste it into the Passwd column inside the Safety table. 5) Open GameServer.exe and IGS and see if everything is ok. 6) Done, the default password has been modified successfully, now it is seized.
  15. I hope someone can create a tool for the objects. Mainly when it comes to existing maps with objects already created.
  16. @qwerty Is there not a tool that does the adjustment of the objects, or could a tool be created for it, since the source code of the client is released?
  17. How to create a map using the Import Sub map tool with the objects aligned correctly? An example map that was created from Abaddon - Purgatory:
  18. See this line from ItemRefineEffectInfo.txt: 100 Crescent Dagger Poison Bonus 4 360 360 360 360 2 397 397 397 397 2 0 0 0 0 0 0 0 0 0 0 Where can I find these the ID 360 and 397? Since I have already thanked everyone who can help.
  19. GustavoHMA

    LuaSQL (DLL)

    1) If you do not use the MSSQL 2000 when inserting the host using double backslashes. Example: local host = 'PCNAME-PC\\SQLEXPRESS' 2) The paths of LuaSQL and ExecuteQueryAsync functions are not sufficient to add the functions to be performed on Lua files. PushPatch(&LuaSql, (PBYTE)0x5A5FD2); PushPatch(&ExecuteQueryAsync, (PBYTE)0x5A5EFE);
  20. In the console shows the message: "DLL Loaded!" I will look at OllyDbg. Thanks in advance.
×
×
  • Create New...