AI Elemental Flags - Op Codes

  • Thread starter Thread starter Sega Chief
  • Start date Start date
Status
Not open for further replies.
S

Sega Chief

Guest
Hey guys,

I'm hunting for the OpCodes that handle the 'Weak to' elemental flags (I've only got Absorb and Null in my notes); has anyone happened to find them or do these flags not exist? The Ops for Auto-Hit & Half Damage ones would be handy too.
 
Is this what you're talking about?

0x0030    8 bytes    Element rates for elements above, respectively (8 records):
00h - Death
02h - Double Damage
04h - Half Damage
05h - Nullify Damage
06h - Absorb 100%
07h - Full Cure
 
I think so, but they don't look like what I generally use for Absorb and Nullify: this is what I use in enemy AI for setting the Absorb flags:

Code: [Select]
Code:
4130|AbsorbFire4131|AbsorbIce4132|AbsorbLightning4133|AbsorbEarth4134|AbsorbPoison4135|AbsorbGravity4136|AbsorbWater4137|AbsorbWind4138|AbsorbHoly4139|AbsorbRestorative413A|AbsorbCut413B|AbsorbHit413C|AbsorbPunch413D|AbsorbShoot413E|AbsorbShout413F|AbsorbHidden
Which I'd use like this:
Code: [Select]
Code:
12 20A010 42A98060 0190
Is there an equivalent for the other Element rates or is there an alternative way to set it?
 
Status
Not open for further replies.
Back
Top