Shortbus
Grandmaster
Been checking the site again...I see the cloth bod filler and the leather bod filler, but the leather does not emcompass Bone Armor. Anyway to get one of those made by chance?
There is one for boneBeen checking the site again...I see the cloth bod filler and the leather bod filler, but the leather does not emcompass Bone Armor. Anyway to get one of those made by chance?
I'll get started on one asapI can not find one so here is my request please. I would like a DP weapon Macro get poison from keg and dp all non dp weapons in a bag. I found a training guide one but nothing to dp a lot of weapons at one time.
http://uosteam.proboards.com/thread/69/mass-weapon-poisonerI can not find one so here is my request please. I would like a DP weapon Macro get poison from keg and dp all non dp weapons in a bag. I found a training guide one but nothing to dp a lot of weapons at one time.
Go to my forummaybe not a new one, but i cant seem to get the vet macro to work right. UO Steam never recognizes bandages nor my pets. would love some help with a vet macro
I would need the tracking gump info and rda gate infoHow about a recall RDA tracker?
Recall through a bunch of rune books and use tracking at each spot until "a mysterious gate" is found.
I would need the tracking gump info and rda gate info
*Using Tapatalk*
does it give the same msg when you craft a slayer book as a slayer wep?Time for a slayer spellbook script that dumps slayers into pack beetle, throws non slayers in the trash and recalls to bank to restock scrolls then back to the crafter guild please
Yes sir!does it give the same msg when you craft a slayer book as a slayer wep?
The following macro to check your poison charges does work but is buggy at times, could you check it and tweak it please?
if not findobject 'Weapon'
promptalias 'Weapon'
endif
clickobject 'Weapon'
pause 800
if @injournal 'Poison' 'system' and @injournal '15' 'system'
headmsg 'Max charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '14' 'system'
headmsg '14 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '13' 'system'
headmsg '13 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '12' 'system'
headmsg '12 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '11' 'system'
headmsg '11 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '10' 'system'
headmsg '10 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '9' 'system'
headmsg '9 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '8' 'system'
headmsg '8 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '7' 'system'
headmsg '7 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '6' 'system'
headmsg '6 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '5' 'system'
headmsg '5 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '4' 'system'
headmsg '4 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '3' 'system'
headmsg '3 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '2' 'system'
headmsg '2 Charges'
@clearjournal
elseif @injournal 'Poison' 'system' and @injournal '1' 'system'
headmsg '1 Charge'
headmsg 'Re-charging!'
@clearjournal
useskill 'poisoning'
waitfortarget 5000
targettype '0xf0a' '0' '1'
waitfortarget 5000
target! 'Weapon'
pause 600
elseif not @injournal 'Poison' 'system'
headmsg 'Re-Charging'
useskill 'poisoning'
waitfortarget 5000
targettype '0xf0a' '0' '1'
waitfortarget 5000
target! 'Weapon'
pause 600
endif