Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
make chest aura smarter a little bit, its annoying when im on a fight it tries to open chests around me, so make it if a chest is already opened or it have 0 items, dont open it, thanks
@alt-acc Not possible, thanks for understanding.
Possible. Just add smth like this
if(KillAura.Companion.currentTarget == null) { *open chest* }
@ohno He wasn't asking for that.
@alt-acc said in Better chest aura:
it have 0 items, dont open it, thanks
if (!KillAuraModule.target)