FF6 Hacking
Godzilla Script (Custom) - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Hacks, Resources and Tutorials (https://www.ff6hacking.com/forums/forum-1.html)
+--- Forum: Jidoor Auction House (https://www.ff6hacking.com/forums/forum-4.html)
+---- Forum: AI Scripts (https://www.ff6hacking.com/forums/forum-65.html)
+---- Thread: Godzilla Script (Custom) (/thread-2621.html)

Pages: 1 2


RE: Godzilla Script (Custom) - Tenkarider - 11-01-2014

Expect to see me post somewhere a video of the battle against him quite soon(maybe even in the next hours)

Meanwhile... praticing against him i realized something really funny happens:
If you attack him too much fast as soon as the battle starts(in any case when he still haven't done any step toward you), then it will backstep before having the chance of doing a step forward...
After he regenerated the skin, he suddenly casted radiation(gameover attack)... which is triggered when he manage to towards you of 7 steps (var 04 >= 7)
since each step adds 1 to the var and each backstep the opposite, then when he makes a backstep from the starting position(var 4 = 0) i believe an underflow occurs var 4 = 0 --> = 255, which is still greater than 7 and so radiation is triggered Laugh

That's the only feasible explanation to this unexpected behavior.