Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RTE 9 On Server
#1
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:

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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)