Zkus místo Hinde napsat Hinge
Edit - Jinak já používám tohle
Kód: Vybrat vše
sub trainer_tinkering()
zacatek:
while UO.count ('0x1BEF')>0
;UO.WaitMenu("Tinkering","Parts","Parts","Nails")
;UO.WaitMenu("Tinkering","Parts","Parts","Hinge")
;UO.WaitMenu("Tinkering","Parts","Parts","Springs")
;UO.WaitMenu("Tinkering","Wires","Wires","Silver Wire")
;UO.WaitMenu("Tinkering","Wires","Wires","Iron String")
;UO.WaitMenu("Tinkering","Wires","Wires","Vlasec")
;UO.WaitMenu("Tinkering","Wires","Wires","Iron Wire")
;UO.WaitMenu("Tinkering","Wires","Wires","Copper Wire")
;UO.WaitMenu("Tinkering","Special Items","Special Items","Crystal Ball")
;UO.WaitMenu("Tinkering","Special Items","Special Items","Magic Ball")
;UO.WaitMenu("Tinkering","Tools","Tools","Lockpick")
UO.WaitMenu("Tinkering","Containers","Containers","Bottle")
Wait(1000)
UO.Usetype('0x1EBC') # Tinkering toolset
repeat
wait(100)
until UO.injournal('You put the') or UO.injournal('Tinkering failed.')
wait(4000)
wend
if UO.count('0x1BEF','0x0000')<1 then
UO.print("Nemas Iron")
endif
end sub