Little help adjusting macro please?

Status
Not open for further replies.
Code:
:start
	/assist ${MastersName}
	/delay 4s ${Target.Type.Equal[NPC]}
	/if (${Me.PctMana} <= ${DoHARVESTPercent} && ${Me.SpellReady[${Spell_HARVEST}]}) {
		/casting ${Spell_HARVEST}
		/delay 1s
	/if (${Me.Buff[${Proc_HARVEST}].Duration.Ticks}) /goto :start
	[COLOR="Red"]/if (!${Me.Pet.ID} && ${Target.Type.Equal[NPC]}) {
		/cast 9[/COLOR]		/delay 1s
	/if (${Me.PctMana} <=60 && ${Me.AltAbilityReady[Harvest of Druzzil]}) { /aa act Harvest of Druzzil
		/delay 6s

Well thats odd , you say it only has /cast 9 in evac sub , yet i find that in the fight sub?

I stand corrected, that snuck in there on me. I should pay more attention.
Thanks for pointing that out, I removed it now.
 
Status
Not open for further replies.