• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

CharacterTransfer

Newbie Spellweaver
Joined
Jun 15, 2013
Messages
31
Reaction score
0
The current implementation of CharacterTransfer is hugely complex and buggy.

My question for those who have been around a while: Why create this CharacterTransfer object when moving the character from ch x to ch y? Why not just do a simple reassignment of the MapleCharacter object to the new channelServer?
 
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
The current implementation of CharacterTransfer is hugely complex and buggy.

My question for those who have been around a while: Why create this CharacterTransfer object when moving the character from ch x to ch y? Why not just do a simple reassignment of the MapleCharacter object to the new channelServer?

because odinms sucks lol
just reload the char from db when it connects to a new game server
 
Upvote 0
Newbie Spellweaver
Joined
Jun 15, 2013
Messages
31
Reaction score
0
because odinms sucks lol
just reload the char from db when it connects to a new game server

CharacterTransfer was introduced in celino apparently.

Why load from DB? All character data is already in RAM in the MapleCharacter object. All it takes is that MapleCharacter object to be added to the new channel.
 
Upvote 0
Back
Top