curse weapon
Posted: 2004-05-06 17:47:50
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 other names like Curse Weapon etc
anybody knows how to cast this spell via injection script?
thanks, Koen
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 other names like Curse Weapon etc
anybody knows how to cast this spell via injection script?
thanks, Koen