Search found 4 matches

by Chameleon
2004-08-11 15:35:34
Forum: Help
Topic: Why when i put 2 ifs in the same script, my uo starts to lag
Replies: 5
Views: 1978

another way you could do it is

sub Bandages()
while true
if uo&#46;life <= 90 AND uo&#46;mana >= 50 then
uo&#46;exec &#40;"bandageself"&#41;
wait &#40;2000&#41;
else
wait &#40;1500&#41;
end if
wend
end sub

just a suggestion
or not use the while command and set a label(thats ...
by Chameleon
2004-08-11 15:32:19
Forum: Help
Topic: Exceptional (gumps I think)
Replies: 1
Views: 1270

Exceptional (gumps I think)

is there a way to get the "Do you want to Continue 'okay' 'cancel'" thing to select ok without actually clicking it? the reason I ask is that on the shard I am on, you make an exceptional item and a big gump thing comes up and you have to click ok
by Chameleon
2004-08-10 14:59:10
Forum: Help
Topic: Inscription
Replies: 2
Views: 1490

awesome, thanks yoko :)
by Chameleon
2004-08-09 14:20:39
Forum: Help
Topic: Inscription
Replies: 2
Views: 1490

Inscription

On my shard for inscription, you use the skill inscription, then you have to click on the scrolls you want to use(or a spell book) and then on the spell book you want to scribe the spells from... this has me stumped cause if I set the waittarget it cancels the one before it... some help please ...