Search found 9 matches
NERDZADA
SE FOR PRA POSTAR VIADICE ENTão foda0-se
MOVEITEM
var n
DIM ID[3]
ID[1]='0x19B9' -> IRON
ID[2]='0x19B8'
ID[3]='0x19BA'
For n=1 To 3
if uo.count(MID(ID[n], 0)) >=1 then
uo.msg ('GUARDA PEDRINHAS')
if n > 1 then
uo.msg ('GUARDA ORES')
endif
UO.FindType(MID(ID[n], 0, 3),'-1','my');
uo.moveitem('finditem', '0', MID(ID[n], 2, 3)) / IRON QUANTIDADE E ...
DIM ID[3]
ID[1]='0x19B9' -> IRON
ID[2]='0x19B8'
ID[3]='0x19BA'
For n=1 To 3
if uo.count(MID(ID[n], 0)) >=1 then
uo.msg ('GUARDA PEDRINHAS')
if n > 1 then
uo.msg ('GUARDA ORES')
endif
UO.FindType(MID(ID[n], 0, 3),'-1','my');
uo.moveitem('finditem', '0', MID(ID[n], 2, 3)) / IRON QUANTIDADE E ...
- 2012-01-31 01:23:13
- Forum: Scripting Ore
- Topic: MINING
- Replies: 15
- Views: 5864
Re: MINING
sub GuardarOres()
uo.useobject ('BOOK1')
wait(500)
uo.lCLick(182,185)
wait(12000)
var n
DIM OREID[4]
OREID[1]='0x19BA'
OREID[2]='0x19B8'
OREID[3]='0x19B7'
OREID[4]='0x19B9'
for n = 1 to 4
while uo.count(OREID[n]) => 1
uo.msg (BANK[n])
wait(1600)
UO.FindType('finditem','-1','my')
uo.moveitem ...
uo.useobject ('BOOK1')
wait(500)
uo.lCLick(182,185)
wait(12000)
var n
DIM OREID[4]
OREID[1]='0x19BA'
OREID[2]='0x19B8'
OREID[3]='0x19B7'
OREID[4]='0x19B9'
for n = 1 to 4
while uo.count(OREID[n]) => 1
uo.msg (BANK[n])
wait(1600)
UO.FindType('finditem','-1','my')
uo.moveitem ...
- 2012-01-25 22:18:20
- Forum: Scripting Ore
- Topic: MINING
- Replies: 15
- Views: 5864
Re: MINING
sub mining() ; By kishi Iruka (para Mina de Minoc DMS)
var t,x,y,dir,px,py
uo.useobject ('BANK')
wait(500)
uo.lClick(314,439)
UO.AddObject ('CONTAINER')
While UO.Targeting()
Wait(1000)
uo.useobject ('BOOK1')
wait(500)
uo.lClick(181,201)
wait(12000)
Wend
inicio:
t=3 #Quantos tiles seu char vai ...
var t,x,y,dir,px,py
uo.useobject ('BANK')
wait(500)
uo.lClick(314,439)
UO.AddObject ('CONTAINER')
While UO.Targeting()
Wait(1000)
uo.useobject ('BOOK1')
wait(500)
uo.lClick(181,201)
wait(12000)
Wend
inicio:
t=3 #Quantos tiles seu char vai ...
- 2012-01-24 17:49:13
- Forum: Scripting Ore
- Topic: MINING
- Replies: 15
- Views: 5864
Re: MINING
sub mining() ; By kishi Iruka (para Mina de Minoc DMS)
var t,x,y,dir,px,py
uo.msg('bank')
UO.AddObject ('CONTAINER')
While UO.Targeting()
Wait(100)
uo.useobject ('BANK')
wait(500)
uo.lCLick(318,434)
wait(500)
uo.useobject ('BOOK1')
wait(500)
uo.lCLick(181,200)
wait(12000)
Wend
inicio:
t=3 ...
var t,x,y,dir,px,py
uo.msg('bank')
UO.AddObject ('CONTAINER')
While UO.Targeting()
Wait(100)
uo.useobject ('BANK')
wait(500)
uo.lCLick(318,434)
wait(500)
uo.useobject ('BOOK1')
wait(500)
uo.lCLick(181,200)
wait(12000)
Wend
inicio:
t=3 ...
- 2012-01-22 17:30:56
- Forum: Scripting Ore
- Topic: MINING
- Replies: 15
- Views: 5864
MINING
recala devolta pra casa depois de encher a bag de ores.
sub mining() ; By ChavinhO (para Mina de Minoc DMS)
inicio:
var t,x,y,dir,px,py
t=3 #Quantos tiles seu char vai andar depois que minerar tudo a sua volta.
ChecarLimite(488,6) #Limite X ou Y da Mina. #Quantos tiles seu char vai andar pra voltar ...
sub mining() ; By ChavinhO (para Mina de Minoc DMS)
inicio:
var t,x,y,dir,px,py
t=3 #Quantos tiles seu char vai andar depois que minerar tudo a sua volta.
ChecarLimite(488,6) #Limite X ou Y da Mina. #Quantos tiles seu char vai andar pra voltar ...
- 2012-01-22 17:20:58
- Forum: Scripting Ore
- Topic: MINING
- Replies: 2
- Views: 1893
Re: MINING
Lógico que sim...
- 2012-01-22 00:32:23
- Forum: Scripting Ore
- Topic: MINING
- Replies: 2
- Views: 1893
MINING
Preciso guardar ores no bank, e recalar devolta ao final!
var n
DIM ID[5]
ID[1]='0x19B9'
ID[2]='0x19B8'
ID[3]='0x19BA'
ID[4]='0x19B7'
ID[5] = '0x0F16'
For n=1 To 5
if uo.count(MID(ID[n], 0, 6)) >=1 then
endif
UO.FindType(MID(ID[n], 0, 6),'-1','my'); //WHAT DOES IT?
uo.moveitem('finditem', '0', MID ...
var n
DIM ID[5]
ID[1]='0x19B9'
ID[2]='0x19B8'
ID[3]='0x19BA'
ID[4]='0x19B7'
ID[5] = '0x0F16'
For n=1 To 5
if uo.count(MID(ID[n], 0, 6)) >=1 then
endif
UO.FindType(MID(ID[n], 0, 6),'-1','my'); //WHAT DOES IT?
uo.moveitem('finditem', '0', MID ...
- 2012-01-11 22:22:41
- Forum: Scripting Ore
- Topic: MINING CHAVINHO
- Replies: 6
- Views: 2901
MINING CHAVINHO
Só há um erro neste script, o char não recala pra mina depois de guardar os ores.
sub mining()
uo.useobject('BANK')
wait(500)
uo.lClick(308,441)
UO.AddObject ('CONTAINER')
While UO.Targeting()
Wait(2000)
var t,x,y,dir,px,py
Wend
inicio:
uo.useobject ('BOOK2')
wait(500)
uo.lClick(180,243)
wait ...
sub mining()
uo.useobject('BANK')
wait(500)
uo.lClick(308,441)
UO.AddObject ('CONTAINER')
While UO.Targeting()
Wait(2000)
var t,x,y,dir,px,py
Wend
inicio:
uo.useobject ('BOOK2')
wait(500)
uo.lClick(180,243)
wait ...