How would I find the memory address? I'm attempting to make a speed hack for a foreign client... Also, what would I need to set it to and how will I find that? .. grr I'm still learning and this my first real experience with a memory editor. ;S
Basically, you can use joek's memory address table. The address used for cyclone is used for "effects" on your character - like stigma, magic shield, cyclone. The address is 0x0056BC05 and upon entering cyclone, the value is added the flag of cyclone, which is 32768.Quote:
Found it. The address is 4 bytes for cyclone. Now would I need to edit the values to when cyclone is activated?