Editing Hunter.mac a bit need some help
Posted: Mon Aug 23, 2004 1:22 am
found this in another .mac but when I use it, it keeps looping and trying to do unholy aura over and over
I need to know how to make it moer like
/if (${Target.Distance}<11) &&(me.disc["unholy"])
I hope you get what i mean..
I want it to check that unholy is avail before it tries the routine
Code: Select all
/if (${Target.Distance}<11) {
/keypress forward
/disc Unholy
/delay 2s
/doability Harmtouch
} /if (${Target.Distance}<11) &&(me.disc["unholy"])
I hope you get what i mean..
I want it to check that unholy is avail before it tries the routine