Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

CharacterTransfer

Initiate Mage
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
Initiate Mage
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