Difference between revisions of "Get movement data"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>get_movement_data</span> function</span> * ''function'' = The function it poi...")
(No difference)

Revision as of 13:17, 5 January 2026

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.

Special Notes

Under Construction