04-18-2011, 02:23 AM
What's the best way to go about gaining? My understanding is you needed tinkered boxes at various tinkering levels. Is it different here, any locked box will give you gains?
tranith Wrote:So how do i make a lockable box or what skill do i need? and where does it show?
I got 40 tinkering, and i go to containers and it only shows metal box, metal chest, metal golden chest..
which one of these is lockable? and do i get the key in my pack as well when i make a lockable chest? they all require so i assume i need atleast 65 in tinkering?
if so whats the fastest way to raise tinkering what to build?
question after question sorry.
lol
tranith Wrote:I got 40 tinkering, and i go to containers and it only shows metal box, metal chest, metal golden chest..
lol
Azzo Wrote:Any container is lockable, I think your skill as a tinker determines either the chance that you'll make it and it's lockable (has a key inside after being made) or it determines how easy it is to lockpick.
sub Lockpicking()
While UO.SkillVal('Lockpicking') < 1000
uo.exec("usetype lockpickidhere")
uo.waittargetobject("box")
wait(4500)
uo.exec("useobject 'key'")
wait(500)
uo.waittargetobject("box")
wend
end sub
Xyn Wrote:Now I personally prefer injection over razor for macroing this. Razor has issues with delays causing hanging and essentially macro time.