Page 1 of 1

Auto Divine Fury

Posted: Wed Jan 18, 2012 11:11 am
by Devlin
Will cast divine fury when needed. Customizable Stamina level allows you to cast it as often as you want, depending on total Stamina, SSI, wep type, personal preference, etc.

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
  }

Re: Auto Divine Fury

Posted: Wed May 09, 2012 8:27 am
by Devlin
Bumpity.

Re: Auto Divine Fury

Posted: Wed May 09, 2012 4:56 pm
by Draconomicon
:nod: