curse weapon

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
koen3950
Posts: 2
Joined: 2004-05-06 17:44:37

curse weapon

Post by koen3950 »

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
AntiKiller
Posts: 51
Joined: 2004-04-12 13:16:17

Re: curse weapon

Post by AntiKiller »

koen3950 wrote: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


Sorry bad Anglish :(

uo.cast("Curse")
uo.waittargettype('Type weopon')

OR

uo.cast("Curse")
uo.waittargetobject('ID weopon')
WeedDevil
Posts: 32
Joined: 2004-04-06 12:13:49

Post by WeedDevil »

nope :(

sorry, but necromany spells arent implemented...
Post Reply