Search found 4 matches

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

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 ...
by khitans
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
by khitans
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&#40;&#41;
while NOT UO&#46;Dead&#40;&#41;
repeat
if UO&#46;Poisoned&#40;&#41;==1 then
wait&#40;700&#41;
uo&#46;exec&#40;"cast 'Cure' self"&#41;
end if
if uo&#46;poisoned&#40;&#41;==0 then
if UO&#46;Life < UO&#46;str ...
by khitans
2007-11-25 22:34:03
Forum: Help
Topic: where is error
Replies: 1
Views: 794

where is error

where is error

sub healpassive&#40;&#41;
while NOT UO&#46;Dead&#40;&#41;
repeat
if UO&#46;Poisoned&#40;&#41;==1 then
wait&#40;700&#41;
uo&#46;exec&#40;"cast 'Cure' self"&#41;
end if
if uo&#46;poisoned&#40;&#41;==0 then
if UO&#46;Life < UO&#46;str then
UO&#46;bandageself&#40;&#41;
wait&#40;4000 ...