In my server, when I drop a Throne Amulet, it has a duration timer that is already expired, so when I relog, its gone.
I would like to remore this duration timer.
Anyone knows how to do that ?
Printable View
In my server, when I drop a Throne Amulet, it has a duration timer that is already expired, so when I relog, its gone.
I would like to remore this duration timer.
Anyone knows how to do that ?
Thanks but this video is quite hard to follow.
I found another way to do it, its a little dirty way but it works and its way more simple to do.
In my server/game exe, the first byte of the throne amulet item is 2F.
Since the last item in the Accessory category has 31 in the first byte, i changed 2F to 32 for throne amulet.
This leaves a hole in the item list and the bad pointer that was adding a timer on throne amulet now leads to nothing and the timer is gone on throne amulet.
@EvilDan, have you figured out how to add new items to the item table in MagicPT Files if so could you help me i cant seem to find the item table at all, andi want to add new items rather then just replacing old ones.
I am currently working on the item table. For now I can tell you that the item table in admin.exe is somehow out of sync with the server. So far i have replaced the item table of admin.exe with the one in server exe. Admin.exe table is full, no room left to add more items but there is like 20 times the same ring so I'm gonna replace some to add the missing items. If you want I can release all my stuff when I'm done.
@EvilDan, Yes please do that i have tryed and tryed to find it but seem to cant find it so if you can do that when you're done that would be amazing and im sure everyone would like that.
Thanks again :)
Any updates on this? Im also trying to find how to remove timers @EvilDan
I can't explain better than what I said in post #3