Search found 2 matches

by Dracula
2007-11-11 20:30:15
Forum: General
Topic: Help Me plz
Replies: 2
Views: 1761

I play on a shard where someone comes in a corner and down the horse, then you use wall lasttarget and rises in the horse, but if you fail the magic, I would like it to not up in the horse!
by Dracula
2007-11-11 20:01:34
Forum: General
Topic: Help Me plz
Replies: 2
Views: 1761

Help Me plz

Well I would like to know what the line of command that I can put this macro case for the magic fails, the character does not try to use the object!

sub murarto()
uo.warmode(0)
uo.waittargetlast()
uo.cast('Wall of Stone')
wait(2850)
uo.useobject('subir')
endsub