another way you could do it is
sub Bandages()
while true
if uo.life <= 90 AND uo.mana >= 50 then
uo.exec ("bandageself")
wait (2000)
else
wait (1500)
end if
wend
end sub
just a suggestion
or not use the while command and set a label(thats ...
Search found 4 matches
- 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
- 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
- 2004-08-10 14:59:10
- Forum: Help
- Topic: Inscription
- Replies: 2
- Views: 1490
- 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 ...