Experience
Grandmaster
There is already a potion macro....
http://uosteam.proboards.com/thread/61/assist-enter-gate-on-hotkeysomeone help me with UOS go in gate macro or is there a hotkey for it already? i know i used to have one but i cant get it to work anymore.
Hello. I looking for a macro that will:
Allow me to target a runebook.
Recall to all locations in that runebook.
I'm not looking to dupe runebooks or mine anything. I just want to go to those 16 locations.
Any thoughts?
Thank you!
Honestly, I've tried. I just can't make it work. :<Look at the mining script and copy/paste the runebook parts.
if not @findobject 'Junk'I need one for crafting bent rods
Select one container for fishing poles, select one for bent rods.
Please
if not listexists 'tameables'
createlist 'tameables'
pushlist 'tameables' 0x4a //Imp
pushlist 'tameables' 0x7t //Hellcat (Large)
pushlist 'tameables' 0x62 //Hellhound
pushlist 'tameables' 0xbc //Savage Ridgeback
pushlist 'tameables' 0xbb //Ridgeback
pushlist 'tameables' 0x17 //Dire Wolf
pushlist 'tameables' 0xce //Lava Lizard
pushlist 'tameables' 0x14 //Frost spider
pushlist 'tameables' 0xc9 //Hellcat (Small)
pushlist 'tameables' 0xda //Frenzied Ostard
pushlist 'tameables' 0x50 //Giant Toad
pushlist 'tameables' 0xe8 //Bull
pushlist 'tameables' 0xe9 //Bull2
pushlist 'tameables' 0x22 //White Wolf
pushlist 'tameables' 0x25 //White Wolf2
endif
if not @inrange 'tobetamed' 5
@unsetalias 'tobetamed'
for 0 in 'tameables'
if @findtype tameables[] 'any' 'ground' 1 5
@setalias 'tobetamed' 'found'
break
endif
endfor
endif
@clearjournal
useskill 'Peacemaking'
target 'tobetamed'
pause 200
if @injournal 'hypnotic' 'system'
pause 5000
autotargetobject 'tobetamed'
useskill 'Animal Taming'
else if @injournal 'calmed' 'system'
autotargetobject 'tobetamed'
pause 1000
useskill 'Animal Taming'
endif