make macro in the uo client.
say ,cast Poison last
Search found 5 matches
- 2004-07-17 21:12:09
- Forum: Scripting Ore
- Topic: Script Mining
- Replies: 4
- Views: 2348
- 2004-07-17 21:01:38
- Forum: Help
- Topic: I need an autoheal script..
- Replies: 5
- Views: 2415
- 2004-05-25 00:36:42
- Forum: Scripting Ore
- Topic: Cutting leather script
- Replies: 3
- Views: 2101
mejor
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.WaitTargettype("botas[i]")
wait(4000)
next
goto Start
end sub
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.WaitTargettype("botas[i]")
wait(4000)
next
goto Start
end sub
- 2004-05-17 17:16:44
- Forum: Scripting Ore
- Topic: Fisching
- Replies: 2
- Views: 2354
mi macro
# Macro de Fishing de toqui
sub recoge()
UO.set("finddistance","4")
var i
var a=0
dim fish[11]
fish[0]= 0x09CC ;pescao 1
fish[1]= 0x09CD ;pescao 2
fish[2]= 0x09CE ;pescao 3
fish[3]= 0x09CF ;pescao 4
fish[4]= 0x099F ;tesoro
fish[5]= 0x0F0E ;botella vacia
fish[6]= 0x1711 ...
sub recoge()
UO.set("finddistance","4")
var i
var a=0
dim fish[11]
fish[0]= 0x09CC ;pescao 1
fish[1]= 0x09CD ;pescao 2
fish[2]= 0x09CE ;pescao 3
fish[3]= 0x09CF ;pescao 4
fish[4]= 0x099F ;tesoro
fish[5]= 0x0F0E ;botella vacia
fish[6]= 0x1711 ...