Thread Tools Display Modes
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
02-05-19, 12:50 PM   #2
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 308
Code:
/run local C,S=CastSpellByName,SecureCmdOptionParse"[swimming]Azure Water Strider;[noflyable]Invincible";if IsMounted()then Dismount()elseif GetZoneText()=="Nazmir" or GetZoneText() == "Tiragarde Sound"then C("Azure Water Strider")elseif S then C(S)else C_MountJournal.SummonByID(0)end
__________________
AddOns: Tim @ WoWInterface
Characters: Mage, Priest, Devoker, Pally
Battle Tag: Mysterio#11164
Current PC Setup: PCPartPicker List
  Reply With Quote
02-05-19, 09:05 PM   #3
hoslam1
A Murloc Raider
 
hoslam1's Avatar
Join Date: Jan 2013
Posts: 4
Originally Posted by Tim View Post
Code:
/run local C,S=CastSpellByName,SecureCmdOptionParse"[swimming]Azure Water Strider;[noflyable]Invincible";if IsMounted()then Dismount()elseif GetZoneText()=="Nazmir" or GetZoneText() == "Tiragarde Sound"then C("Azure Water Strider")elseif S then C(S)else C_MountJournal.SummonByID(0)end

You are a genius! Thank you very much.
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » I want to modify this macro!

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off