Mirage Source
Some help here please - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49)
+---- Thread: Some help here please (/showthread.php?tid=278)



Some help here please - DarkX - 28-08-2006

Hey I have a problem with my frmNewChar (you make a new char and your choosing your class) it says 1 = Knight and 2 = 1
That makes no sense to me... shouldn't it be displaying the name of the second class in the list, not a number? and on top of that it doesn't show a sprite for the other class.

The weird thing is that I have done nothing other than adding female/male sprites to the load/save classes sub, so any idea what could be wrong(cuz it works in the origanal version.)


- Leighland - 29-08-2006

make everything being sent between the client and server is right, start with the "Create Account" button and follow the code through to the server. Sorta like connect the dots :p

Else, download a clean version of MSE and replace all the subs that deal with account/character creation.


- DarkX - 31-08-2006

Sorry it took so long to reply I was in a "Hurricane(tropical storm by the time it got to where I am)" but I couldn't get on the computer.

I fixed what what was causing the problem, I had to re-parse the entire newclass and new character packets so that the sprite choices were parse 2&3, but it works now.