View Single Post
Old 09-15-2008, 07:02 PM   #13 (permalink)
Sir Notez
Newbie
 
Sir Notez's Avatar
 
Join Date: Aug 2008
Location: Where dreams are born...
Age: 19
Posts: 97
Send a message via AIM to Sir Notez
Default

Ok, let me rephrase this, I dont actually have a corrupt save, i first serialized the method using this

case 28:
{
isinchal = reader.ReadBool();
canbechal = reader.ReadBool();
m_TempMount = (BaseMount)reader.ReadMobile();
m_Wins = reader.ReadInt();
m_Loses = reader.ReadInt();
goto case 27;
}
then a few minutes later I wanted to change it and add in the case 29, after i had already loaded the server and saved it, ... so when i tried to simple move the two parts

m_wins and m_loses from case 28 to a new case 29 after i had already saved, it would give me that messed up save..so i didnt do anything..i put it back, hoping to find a way to fix it without cuasing a corrupt save..follow me now?
__________________
Come check it out, Thoraks Crest - A New World
75.199.140.241 - 2593
Sir Notez is offline   Reply With Quote