Revised Script for MrJones

Discussion about the technical aspects of scripting. Ask about all issues involving your freelance projects here.
Locked
User avatar
fixxer1963
Legendary Scribe
Posts: 271
Joined: Tue Apr 01, 2014 5:43 pm

Revised Script for MrJones

Post by fixxer1963 »

A requested revision for MrJones. Since it is his script. I did not put this in the Published Macros section.

Code: Select all

if not timerexists 'Bandself'
settimer "Bandself" 0
endif
if hits <= 240
if timer "Bandself" >= 3000
bandageself
endif
endif
@getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
if mana > 20
@setability 'primary' 'on'
endif
@attack 'enemy'
pause 500
if not timerexists 'divinefury'
settimer 'divinefury' 0
endif
if timer 'divinefury' >= 80000
cast "Divine Fury"
settimer 'divinefury' 0
endif
Hawke Armstrong/FiXXer
Locked