[RAZOR] Mount/Dismount macro

If you make a Client-side script you can publish it here for other players to use
Locked
Batt
Apprentice Scribe
Posts: 19
Joined: Sun Apr 10, 2011 8:19 am

[RAZOR] Mount/Dismount macro

Post by Batt »

I am still new to the server and I only have one pet, which is also my mount. What I like to do is ride up to what I want to kill, dismount, let the target attack me and have my pet help kill it. I have also found myself in positions where I bite off more than I can chew and have to make a hasty retreat. I created a macro that will dismount my and tell my pet to guard me and if I am already dismounted, I will mount it, or tell my pet to come to me so I can mount it (perfect when I am running from a fight)

I figure it may help other newer people who only have one mount pet, like a nightmare or mule) Here is what it looks like in Razor (Place Check in "Loop"):

Code: Select all

If ( Mounted )
Exec: Dismount
Say: All guard
Exec: > Stop Current Macro
Else
Double Click (0x311D40)    <------------------------Re-target with to your pet                   
If ( SysMessege "that is too far away to ride")
Say: Kingston Come <--------------------------------Re-recorded with your pet's name (or "all")
End If
End If
If ( Mounted )
Exec: > Stop Current Macro

If you would rather just create the macro file, I have included that too:

Code: Select all

!Loop
Assistant.Macros.IfAction|6|-1|0
Assistant.Macros.HotKeyAction|1473|
Assistant.Macros.SpeechAction|0|52|3|ENU|7|64|7|21|193|102|25|144|All guard
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.ElseAction
Assistant.Macros.DoubleClickAction|3218752|118
Assistant.Macros.IfAction|4|0|that is too far away to ride
Assistant.Macros.SpeechAction|0|52|3|ENU|2|17|85|Kingston Come
Assistant.Macros.EndIfAction
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|6|-1|0
Assistant.Macros.HotKeyAction|1083|
User avatar
Larsa
Legendary Scribe
Posts: 265
Joined: Thu Dec 09, 2010 2:56 pm

Re: [RAZOR] Mount/Dismount macro

Post by Larsa »

You can also set Mount/Dismount in Razor under the hot key tabs and then set hot keys for your pet to " guard you " and/or "Kill"
... just FYI
Now offering free tours to Sgail and Umbris camp, bring your own weapons as safety is not guaranteed.
Locked