User File #40227492333481211

Upload All User Files

#40227492333481211 - Wizards & Warriors III Thief Boss Hitbox Display

WW3_thief_boss_hitbox.lua
5699 views, 812 downloads
Uploaded 7/8/2017 3:20 PM by Dacicus (26 files)
Displays the hitbox and status value from RAM for thief trial bosses. May work for other enemies. The important box for causing the boss to lunge backwards is the one for its weapon. The following criteria all must be met for the thief 2 and 3 bosses to make them lunge backwards:
  • Status must be 0x97
  • Kuros_left < Enemy_right
  • Kuros_right >= Enemy_left
  • Kuros_top < Enemy_bottom
  • Kuros_bottom >= Enemy_top
Kuros_left and so forth refer to the edges of the hitbox for Kuros's weapon. Enemy_right and so forth refer to the edges of the hitbox for the boss's weapon. Values increase from left to right and from top to bottom across the screen.