Bug Closed · Resolved

VariableInRange broken

#6014 opened by Unknown 1 year ago

Unknownreported this bug

Summary

After updating my server from 1.20.4 to 1.21.3 and from mythic 5.5.0 to 5.8.0, I'm now getting an error spam on some of my configs that worked before

Steps to reproduce

Use this config:

Rampage:
  Skills:
  - setvar{var=caster.trigger_30%_health;v=<caster.mhp>/100*30} @Self
  - delay 1
  - skill{s=Rampage_Skill} @self ?varrange{var=caster.trigger_30%_health;v=><caster.hp>}

Current behavior

Spamming errors and not working

Intended correct behavior

No errors and the condition should work https://mclo.gs/Qq6AzK5

Server log file Private.

Debug log snippet

https://mclo.gs/Qq6AzK5

Proposed fixes

Maybe a config fix but after checking the wiki I couldn't find anything.

Sign in to join the discussion.