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.

Lockpicking Training Macro

MB

Knight
just say Reset in game when you want to target a new box


if @injournal 'reset'
unsetalias 'key'
unsetalias 'box'
endif
if not @findalias 'box'
sysmsg 'Target Box' 33
promptalias 'box'
endif
if not @findalias 'key'
sysmsg 'Target Key' 33
promptalias 'key'
endif
@clearjournal
useobject 'key'
waitfortarget 15000
target! 'box'
pause 1000
if @injournal 'You unlock it'
useobject 'key'
waitfortarget 15000
target! 'box'
endif
for 30
@usetype 0x14fc 'any' 'backpack'
waitfortarget 15000
target! 'box'
endfor
pause 5000
 
Top