Search found 2 matches

by koen3950
2004-05-27 18:18:54
Forum: Scripting Ore
Topic: stealing
Replies: 0
Views: 1565

stealing

hello all

do any of you have a script, or hints of code for a stealing script
this is what i would like to do:

put items (eg bows and closed helmets) in a packllama
useskill steal, target the packlama
when some items are stolen, put everything from you backpack back in the llama so you can ...
by koen3950
2004-05-06 17:47:50
Forum: Scripting Ore
Topic: curse weapon
Replies: 2
Views: 2133

curse weapon

hello, i just started training necromancy with the curse weapon skill
i made this simple script:

sub main()
while uo.life > 50

while not uo.dead()
uo.cast("Curseweapon")
wait(2000)
wend
wend
end sub

i get the error :unknown spell name
for Curseweapon i allready tried ...