Page 1 of 1

Best way to search for skill recharge timers

PostPosted: Thu Sep 18, 2008 2:14 am
by poilkioi
I'm having some trouble retrieving information about skill recharge timers in an MMORPG game. I don't really know what to search for, and using unknown value, then increase/decrease is too slow. In this game percentages of health are stored in a float value 0 no health to 1 full health. I've tried starting the search with float 1 and 0 and decrease/increase but it is not really giving results. How dynamic are these things usually?

PostPosted: Thu Sep 18, 2008 10:12 am
by L. Spiro
They are usually not dynamic at all.

And be sure you are using Hotkeys for the search to make it faster.
Normally this data will be on your player class, so you can each snap the search range to the range of the player class (which you can do via scripts or manually) or view the player class in the Hex Editor to see what changes when you cast a spell.

It would be a good idea to change the Hex Editor view to float using View/Base Options/Data Type.


L. Spiro