FF6 Hacking
assign interceptor to another character - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: assign interceptor to another character (/thread-2146.html)



assign interceptor to another character - luxador - 05-16-2013

Hello everyone, anyone can help me with a little problem? it's possible assign interceptor to another character? Huh



RE: assign interceptor to another character - Synchysi - 05-17-2013

The status is called Dog Block. Statuses are applied by default through events, and you can find several references to it in the event dump; in particular, CB/0AE2 applies it to Shadow.

Code:
89 03 00 04

89 to apply a status
03 is the character ID (in this case, Shadow)
0004 is the bitfield that points only to the Dog Block status

So all you'd need to do is change the 03 to the ID of whatever character you wanted to give it to.


RE: assign interceptor to another character - luxador - 05-17-2013

thank you very much Synchysi


RE: assign interceptor to another character - SSJ Rick - 05-17-2013

problem is solved so the thread is closed