Anyone familiar this problem? when someone not properly exited, like adjusting the sreen size the character didnt log out. but the game disappear. and the account is always online...
Read the message "Character already in use" find out what triggers that(ie, where the message is given to you) make sure your logout code is correct.
The logout code seems to be correct since OP has not said anything about a player not being able to log back on when they log out... Seems to only happen when they change the screen sixe (in game)
Sounds like you're not handling object cleanups very well...
IE: removing from your map system, clearing out the player class from other users, etc.
Should be fairly simple. Just go to your Disconnection code and make sure you are removing the user from your map system and remove any other needed things (like auto attack lockons and stuff which could trigger the object to be re-added to user's screens)
5165 Character creation problem 07/30/2010 - CO2 Private Server - 10 Replies when i create a new account using /newacc test test and log in with it the character has like 100+ rbs and it increases every character i make can anyone help?
5165 Save or Load Character Problem. 07/29/2010 - CO2 Private Server - 5 Replies alright so IDK wtf I did 2 dis source dat now wen I login and log out my character doesnt save sumhow and like his/her gears are all fucked up wen u login again like...a necklace is where da armor should be at lol...and da armor is like da weapon...so on...only like 3 things save...
well I'm hoping I can get answers from dis...I'll post my SaveCharacter/LoadCharacter void here...
public static Game.Character LoadCharacter(string Name, ref string Account)
{
try
...
5165 character creating problem. 01/01/2010 - CO2 Private Server - 0 Replies Ok, so, recently i made my server online,its just for fun, nothing big or stuff like that,but, appearantly the other ppl got a problem. After they create an account on site, they log in, create the character, and you get dc after you create it, as we all know, but, when they relog to play, they are sent back to character creation,but when i make an account from cmd window, it works fine. so pls a little help , Thank you very much!