Skip to content

XAssist Debug Flag

Dr. Whom requested to merge xassist-dev into master

This modifies the original DEBUG mode to be a toggled flag for in-game use. This will help provide debug information to macro authors without being overly vocal during regular execution. Functions leveraged in TLOs were not instrumented as they can get overly vocal depending on the macro.

Also fixes an issue where the TLOs may skip mobs who have hit maxed hate. Max hate value has been raised based on in-game detect hate values that are possible.

Merge request reports