Search found 1 match

by serpentkillers
2004-05-24 20:39:34
Forum: Scripting Ore
Topic: Cutting leather script
Replies: 3
Views: 2109

Cutting leather script

I did a script:
sub botas()
VAR i
dim botas[4]
botas[1]= 0x170b
botas[2]= 0x170f
botas[3]= 0x170e
botas[4]= 0x1711
Start:
For i = 1 to 4
UO.Usetype("0x0f9e")
Wait(1000)
UO.WaitTargetobject("botas[i]"&#41 ...