L leeg00 New Member Joined Feb 24, 2010 Messages 344 Reaction score 1 Nov 25, 2014 #1 Is there anyway to make the bot use the mount given in Nagrand and also some how tell it to not dismount since you can attack while in combat on it?
Is there anyway to make the bot use the mount given in Nagrand and also some how tell it to not dismount since you can attack while in combat on it?
altec Community Developer Joined Jun 11, 2011 Messages 425 Reaction score 7 Nov 30, 2014 #3 !Me.HasAura("Nagrand Mount"), CastSpell("NagrandMount"). In a sence, if you don't have a nagrand mount active, cast to make it active. And in the bot, tell it not to use a mount.
!Me.HasAura("Nagrand Mount"), CastSpell("NagrandMount"). In a sence, if you don't have a nagrand mount active, cast to make it active. And in the bot, tell it not to use a mount.
H Honorbuddey New Member Joined Dec 5, 2014 Messages 1 Reaction score 0 Dec 5, 2014 #4 Hey altec, where i have to copy that?