Emergency Gate Video Guide

Discussion in 'Guides' started by Chadarius, Dec 30, 2020.

  1. Chadarius

    Chadarius Active Member
    UO:R Subscriber

    Joined:
    Nov 7, 2015
    Messages:
    118
    Likes Received:
    97
    Video link https://youtube.suttonsassemble.com/mRMpmnZBiSA


    Here is a macro that I've been using to escape from troublesome situations. If you are adventuring with friends and especially with pets, creating a gate and escaping quickly can be very helpful! Make sure you setup the macro variables Runebook0 and Mount. Also make sure you have set your default rune in your Runebook for your favorite town location. You may need to adjust the pause to make sure the timing works.

    Copy the following text and paste it to your Razor Macro folder and call it something like "Emergency Gate.macro". I've got CTRL-F12 set as my hot key. Enjoy!

    Code:
    Assistant.Macros.DoubleClickTypeAction|8032|True
    Assistant.Macros.WaitForTargetAction|30
    Assistant.Macros.AbsoluteTargetVariableAction|Runebook0
    Assistant.Macros.IfAction|6|-1|0
    Assistant.Macros.SpeechAction|0|95|3|ENU|4|33|97|22|112|all stop
    Assistant.Macros.SpeechAction|0|95|3|ENU|5|48|232|22|49|108|all follow me
    Assistant.Macros.ElseAction
    Assistant.Macros.SpeechAction|0|95|3|ENU|4|33|97|22|112|all stop
    Assistant.Macros.SpeechAction|0|95|3|ENU|5|48|232|22|49|108|all follow me
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.DoubleClickVariableAction|Mount
    Assistant.Macros.EndIfAction
    Assistant.Macros.SpeechAction|0|95|3|ENU|4|33|97|22|112|all stop
    Assistant.Macros.SpeechAction|0|95|3|ENU|5|48|232|22|49|108|all follow me
    Assistant.Macros.PauseAction|00:00:00.5000000
    Assistant.Macros.DoubleClickTypeAction|3948|True
    Assistant.Macros.HotKeyAction|1332|
    Last edited: Dec 31, 2020
    Buga, Ari, Kiryana and 3 others like this.
  2. Hollywood

    Hollywood Well-Known Member
    UO:R Subscriber

    Joined:
    Apr 14, 2017
    Messages:
    3,650
    Likes Received:
    3,752
    Thanks for the awesome video
    Chadarius, Kiryana and One like this.

Share This Page