Taking suggestions/requests

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?
 

Firecrest

Grandmaster
I 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.
 

Experience

Grandmaster
I 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.
I'll get started on one asap
 

[Legato]

Master
maybe 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
 
How 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*

You need model ID from the gate itself im guessing? Not sure how to get the gump info - does object inspector work in gumps also? I can try to grab the gate info next time i participate in one.
 

Shortbus

Grandmaster
I've seen one somewhere to use barbed leather to create a barbed leather suit and move it to a bag...what about one for horned as well?
 

Experience

Grandmaster
if you set the leather type ahead of time I'm pretty sure it would make them in horned instead of barbed. I'll check to be sure
 

Wizx13

Grandmaster
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 :)
 

Experience

Grandmaster
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 :)
does it give the same msg when you craft a slayer book as a slayer wep?
 

Cheapsuit

Master
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
 

Experience

Grandmaster
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

I noticed it is buggy if you run it on a loop but it's fine if you run it once in a while as a solo check.
 
Top