UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

Assist UO enter gate macro

mano157

Sorceror
Is it possible to set a hotkey to enter a gate on AUO? I tried to create a macro "enter gate" but I couldnt convert to use object by type (so it only worked with one gate). Help please
 

Death To You

Sorceror
if @findtype 0xf6c 'any' 'ground' 1 2
sysmsg 'Moongate found, lets go!' 80
useobject! 'found'
if @inregion 'guards'
waitforgump 3716879466 2000
replygump 3716879466 1
endif
else
sysmsg 'Moongate not found, come closer.' 24
endif
 

kookiemonsta

Sorceror
any way to make it select the moongate when in town? I tried it out in town.. and you need to double click the moongate first.. and then this macro does the selecting ok part
 

Death To You

Sorceror
I used this macro before and it worked fine for me:
usetype 0xf6c 'any' 'ground' 1 2
waitforgump 3716879466 15000
replygump 3716879466 1

The other macro that I posted was supposed to help people having trouble entering gates in town, guess it doesn't work properly.
 
Top