HAWK & JONES - For anyone as well.

Discussion about the technical aspects of scripting. Ask about all issues involving your freelance projects here.
Locked
User avatar
MrJones
Expert Scribe
Posts: 37
Joined: Mon Aug 25, 2014 12:26 pm

HAWK & JONES - For anyone as well.

Post by MrJones »

Okay hawk, this is what I am using below.
If you can figure out a place to slide in say Primary ability, you would be my life saver.
It don't have to cast but maybe once every 4 seconds?
Thanks Bro

hits < 150
msg [bandself
pause 5000
@getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
@setability 'primary' 'on'
@attack 'enemy'
pause 500
if not timerexists 'divinefury'
settimer 'divinefury' 0
endif
if timer 'divinefury' >= 80000
cast "Divine Fury"
settimer 'divinefury' 0
endif
The Great One,
Mr.Jones!!
Locked