Irrelevant Posted February 11, 2021 Posted February 11, 2021 (edited) I want to expand the number of macros in server,in eclipse i have already do this, BUT in the game still shows 24/24 and isnt letting me create a new one. where i can edit that in client? Edited: if someone can take the sources of this interface i can edit it and compile it again . https://gofile.io/d/R2ZJEE Edited February 12, 2021 by Irrelevant
Kara Posted February 11, 2021 Posted February 11, 2021 1 hour ago, Irrelevant said: I want to expand the number of macros in server,in eclipse i have already do this, BUT in the game still shows 24/24 and isnt letting me create a new one. where i can edit that in client? Wrong section then 1
Irrelevant Posted February 11, 2021 Author Posted February 11, 2021 Just now, Kara said: Wrong section then oh you're right !sorry about that
Irrelevant Posted February 12, 2021 Author Posted February 12, 2021 (edited) interlude .i tried to edit interface.u but i dont know how to decompile it and edit the macroeditwnd and macrolistwnd @Rootware here is my interface https://gofile.io/d/R2ZJEE i want it up to 48 if someone can Edited February 12, 2021 by Irrelevant
Rootware Posted February 12, 2021 Posted February 12, 2021 There not need to decompile interface.u. For changing static INT values enough any Hex Editor and L2TPT.
Irrelevant Posted February 12, 2021 Author Posted February 12, 2021 40 minutes ago, Rootware said: There not need to decompile interface.u. For changing static INT values enough any Hex Editor and L2TPT. i tried but in hex was all with numbers like 0023 0024 002d dd22 and etc.
BruT Posted February 12, 2021 Posted February 12, 2021 I believe you can even use cheat engine to address where the numbers are then to edit them permanently
Rootware Posted February 12, 2021 Posted February 12, 2021 Before make any edits decrypt the file with L2EncDec tool. In next step open in L2TPT and find address offset of your constant and after change. For finding offset you need knows function offset + local (inside function) offset. For second param you need make Analysis in right panel of L2TPT with hex code.
Irrelevant Posted February 12, 2021 Author Posted February 12, 2021 (edited) 35 minutes ago, Rootware said: Before make any edits decrypt the file with L2EncDec tool. In next step open in L2TPT and find address offset of your constant and after change. For finding offset you need knows function offset + local (inside function) offset. For second param you need make Analysis in right panel of L2TPT with hex code. oh thats really helpful ..wait i have to find l2tpt now .. code for descryption is that ? l2encdec -d interface.u? @Rootware i did it but now i take DC every time i tried to create new macro up to 27 :/ . Here are few pictures https://imgur.com/a/Q1YJpQ2 Disconnect's text: https://imgur.com/hYl7WBe Edited February 12, 2021 by Irrelevant
Recommended Posts