Somewhere between 50-75% is ideal to cast Divine Fury; if you have no SSI, you may want to put this around 85%.
If you do not have a lot of FC/FCR, you may need to change the %pause amount as well, but this should be fine.
Code: Select all
;======================================================================
; Script Name: Auto Divine Fury
; Author: Devlin
; Version: 1.1
; Purpose: Casts Divine Fury as needed.
;======================================================================
set %Stam 75 ; This number determines at what % you cast Divine Fury
set %pause 35 ; Make this longer if you are spamming Divine Fury, shorter if it takes too long to cast
if ( #stamina * 100 ) / #maxstam <= %stam
{
event macro 15 205
set %time 35
wait %time + %pause
}