Search found 4 matches

by khitans
2008-02-09 10:40:04
Forum: Help
Topic: Help error i can´t see
Replies: 1
Views: 945

Help error i can´t see

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)
repeat
if uo ...
by khitans
2008-01-30 17:28:36
Forum: Help
Topic: where is error
Replies: 1
Views: 832

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
by khitans
2008-01-27 22:06:38
Forum: Help
Topic: [Help]this script cause lag why
Replies: 2
Views: 1077

[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 then
UO.bandageself()
wait(4000)
endif
until UO.Life == UO.str
if UO ...
by khitans
2007-11-25 22:34:03
Forum: Help
Topic: where is error
Replies: 1
Views: 888

where is error

where is error

Code: Select all

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)
endif
until UO.Life == UO.str
wend
end sub