Search found 1 match

by dragazul
2004-07-11 20:07:38
Forum: Scripting Ore
Topic: Hiding/Stealth
Replies: 0
Views: 1239

Hiding/Stealth

# Hiding
sub Hiding()

var x=0
While True
for x=1 to 15

endif
while not UO.Hidden()
UO.Warmode("0")
uo.print("hiding...")
UO.UseSkill("Hiding")
wait(10000)
stealth()
wend
end sub

# stealth
sub stealth&#40 ...