Page 1 of 1

need help how to find some value

PostPosted: Sat Nov 15, 2008 8:13 am
by fake
dear all.

i trying to find some value that represent my change status. for example, in game i wear my buff / skill that makes my hit become stronger for 20%. what do i search and how to find it if i want to change the effect to become 90 - 100% higher than usual.

thanks before..

PostPosted: Sat Nov 15, 2008 9:24 am
by WhiteHat
Is it an online game ?

PostPosted: Sun Nov 23, 2008 12:08 pm
by MrChris
If it is an online game, I doubt you would be able to do that, as these variables are set server side.

However if it is not an online game this should be relatively simple.

put your buff on, then search for 20 (this could be a short or a byte, i would think byte personally) then take your buff off and sub search for 0, then buff up and sub search for 20, take buff off and sub search for 0, repeat until you have 1 to a few results, add these results to your address list, highlight them, right click, choose modify, then set value when locked to the new value you want say for example 200 would make your hits 200% stronger, then click OK.

The right click and select lock value.

Theoretically this should work, however I cannot guarantee it