sub tinker() ; Macro simples de Tinker fazendo clock parts, deixar Iron Ingots na Bag.
VAR iron = '0x1BEF'
VAR tool = '0x1EBC'
uo.print('%autoload by SmaCk')
uo.print('Tinkering 1.0 DMS Shard')
wait(2000)
uo.print('Usa-se Tinker Tools e Iron Ingots, o Macro faz clock parts')
wait(5000 ...
Search found 4 matches
- 2008-02-09 10:40:04
- Forum: Help
- Topic: Help error i can´t see
- Replies: 1
- Views: 856
- 2008-01-30 17:28:36
- Forum: Help
- Topic: where is error
- Replies: 1
- Views: 735
where is error
where is error in script plis
sub hpp()
if UO.Poisoned()==1 then
wait(700)
uo.exec("cast 'Cure' self")
end if
if uo.poisoned()==0 then
if UO.Life < UO.str then
UO.bandageself()
wait(4000)
endif
until UO.Life == UO.str
wend
end sub
sub hpp()
if UO.Poisoned()==1 then
wait(700)
uo.exec("cast 'Cure' self")
end if
if uo.poisoned()==0 then
if UO.Life < UO.str then
UO.bandageself()
wait(4000)
endif
until UO.Life == UO.str
wend
end sub
- 2008-01-27 22:06:38
- Forum: Help
- Topic: [Help]this script cause lag why
- Replies: 2
- Views: 952
[Help]this script cause lag why
I would like to know how get this script does not cause lag
sub hpoison()
while NOT UO.Dead()
repeat
if UO.Poisoned()==1 then
wait(700)
uo.exec("cast 'Cure' self")
end if
if uo.poisoned()==0 then
if UO.Life < UO.str ...
sub hpoison()
while NOT UO.Dead()
repeat
if UO.Poisoned()==1 then
wait(700)
uo.exec("cast 'Cure' self")
end if
if uo.poisoned()==0 then
if UO.Life < UO.str ...
- 2007-11-25 22:34:03
- Forum: Help
- Topic: where is error
- Replies: 1
- Views: 794
where is error
where is error
sub healpassive()
while NOT UO.Dead()
repeat
if UO.Poisoned()==1 then
wait(700)
uo.exec("cast 'Cure' self")
end if
if uo.poisoned()==0 then
if UO.Life < UO.str then
UO.bandageself()
wait(4000 ...
sub healpassive()
while NOT UO.Dead()
repeat
if UO.Poisoned()==1 then
wait(700)
uo.exec("cast 'Cure' self")
end if
if uo.poisoned()==0 then
if UO.Life < UO.str then
UO.bandageself()
wait(4000 ...