Page 1 of 1

Finding table values

Posted: Sun May 21, 2017 4:32 pm
by arlight1
What is a way to find values that are pulled from a table, and don't normally change?
Ex:
"Fireball" skill has a 2 meter radius. I'd like to increase that radius.

Any thoughts?
Thanks.

Re: Finding table values

Posted: Sun May 21, 2017 6:58 pm
by Squall8
Find something that relates to that skill, such as a cooldown timer or casting time.

You can also do a string search for the suspected skill name or other info written info pertaining to that skill. Browse the memory around those areas to see it you can find what you're looking for.

If that fails, open the dissect data window at the start of the structure you're viewing and start looking into the pointer trees for something useful.

Either that or I've been doing it the hard way the entire time lol!!

Re: Finding table values

Posted: Sun May 21, 2017 8:22 pm
by arlight1
I located the the skill's base cooldown time and damage per second in the structure. Unfortunately, nothing that looks like its radius.