Author Topic: Enemy attack type question.  (Read 2378 times)

Samurai Quan

  • Iokan (+1)
  • *
  • Posts: 6
    • View Profile
Enemy attack type question.
« on: August 25, 2005, 12:02:25 am »
I've seen how you can change Crono's attack type, but how would I
change the attack type of - lets say, a Hetake in Guardia forest 1000 a.d
from a normal (ram his body into you) hit, into lavos' shadow doom blaze?
Is it the same as changing the value in an offset as for Crono?
If so please tell me what that offset is. I have that text document for all the enemy attack values but I want to know where to use it.
Please Help, thank you.

ZeaLitY

  • Entity
  • End of Timer (+10000)
  • *
  • Posts: 10795
  • Spring Breeze Dancin'
    • View Profile
    • My Compendium Staff Profile
Enemy attack type question.
« Reply #1 on: August 25, 2005, 12:15:25 am »
So you've seen http://www.chronocompendium.com/wiki/index.php?title=Enemy_AI ? I think that has the information, but I've never really tried this, so I'm not sure.

DeweyisOverrated

  • Acacia Deva (+500)
  • *
  • Posts: 576
    • View Profile
Enemy attack type question.
« Reply #2 on: August 25, 2005, 01:40:56 am »
Hetake with Doom Blaze?  That seems rather unfair.   :(

JLukas

  • Fan Project Leader
  • Squaretable Knight (+400)
  • *
  • Posts: 426
    • View Profile
Hetake AI
« Reply #3 on: August 27, 2005, 03:01:50 pm »
I looked up the offset

Hetake is hex value 5E

The AI starts at

0C9E36

and ends at

0C9E59

It's only about 51 bytes.  You should be able to find the "If regular attack do X" with that AI document, or through process of elimination.