Get movement data

From Unofficial QEdit Wiki Guide
Revision as of 13:19, 5 January 2026 by Kayak (Talk | contribs)

Jump to: navigation, search

Syntax

Syntax: get_movement_data function

  • function = The function it points to will contain the data for the movement data changes.

Use

Will only work if paired with load_enemy_data. If using this to edit multiple monsters, you must include a load_enemy_data with the proper dword for the monster prior to each movement data

or other stat changing opcodes such as get_physical_data, get_resist_data, and get_attack_data. Below are some notes on certain movement data behaviors.

These opcodes should be used in the floor handler, before any monsters are spawned. For Blue Burst, you must call the desired stats on every floor change.

Special Notes

Under Construction