Does anyone have the buffname for Tempest Shield ? Would like to add it to check if its up when engaging combat, as the Aura stuff is not working atm. example: RegisterBuff("Tempest Shield", ret => !LokiPoe.ObjectManager.Me.HasAura("tempest_shield");
PHP: RegisterBuff("Tempest Shield", ret => !LokiPoe.ObjectManager.Me.HasAura("lightning_shield" ); enjoy it
Pretty sure i tryed "lightning_shield", will test again once the new version of poe is supported. Also just noticed i missed a ")" here (Just on the Forum). PHP: RegisterBuff("Tempest Shield", ret => !LokiPoe.ObjectManager.Me.HasAura("lightning_shield")); Edit: It works. Thanks