12-10-2008, 06:59 AM
For some reason, after adding Forget Spell Button to picPlayerSpells, when I log off on Client, the Server crashes & I get RTE 9.
It highlights:
Inside CFSpell, here's whole thing:
I can't work out why the Server crashes, help please? Also so you know, ForgetSpell, is set basically same as CastSpell.
It highlights:
Code:
n = Val(Parse(1))
Inside CFSpell, here's whole thing:
Code:
' :::::::::::::::::::::::::
' :: Forget spell packet ::
' :::::::::::::::::::::::::
Case CFSpell
' Spell slot
n = Val(Parse(1))
Call ForgetSpell(Index, n)
Exit Sub
I can't work out why the Server crashes, help please? Also so you know, ForgetSpell, is set basically same as CastSpell.