View Single Post
02-04-19, 11:08 PM   #1
hoslam1
A Murloc Raider
 
hoslam1's Avatar
Join Date: Jan 2013
Posts: 4
I want to modify this macro!

Hi, guys.
I currently use the following macro to mounts.

/run local C,S=CastSpellByName,SecureCmdOptionParse"[swimming]Azure Water Strider;[noflyable]Invincible";if IsMounted()then Dismount()elseif GetZoneText()=="Nazmir"then C("Azure Water Strider")elseif S then C(S)else C_MountJournal.SummonByID(0)end
With the above macro, I can ride the 'Azure Water Strider' when I'm in a swimming or when I stay in Nazmir.
I want to ride 'Azure Water Strider' in Tiragarde Sound like in Nazmir.
I want to add but I do not know how. Help.
__________________
  Reply With Quote