| Mirage Source http://www.miragesource.net/forums/ |
|
| RTE 9 On Server http://www.miragesource.net/forums/viewtopic.php?f=201&t=4540 |
Page 1 of 1 |
| Author: | Mattyw [ Sun Oct 12, 2008 6:59 am ] |
| Post subject: | RTE 9 On Server |
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. |
|
| Author: | Rezeyu [ Sun Oct 12, 2008 7:10 am ] |
| Post subject: | Re: RTE 9 On Server |
Is parse(1) the proper type? Is it too large? |
|
| Author: | Mattyw [ Sun Oct 12, 2008 7:45 am ] |
| Post subject: | Re: RTE 9 On Server |
Rezeyu wrote: Is parse(1) the proper type? Is it too large? Well, it's not supposed to do anything when I log out, & Parse(1) is just the SpellSlot. So only a Number. |
|
| Author: | Dragoons Master [ Sun Oct 12, 2008 6:52 pm ] |
| Post subject: | Re: RTE 9 On Server |
Your packet is probably wrong, missing something. |
|
| Author: | Mattyw [ Sun Oct 12, 2008 7:00 pm ] |
| Post subject: | Re: RTE 9 On Server |
How did I miss that. Well, did it right after I woke up, so meh. Forgot to add CFSpell to ClientPackets. Thanks. |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|