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!

Reset Map on logout

Status
Not open for further replies.
Initiate Mage
Joined
Jul 16, 2008
Messages
3
Reaction score
0
Re: [Release] Reset Map on logout

iPlayHard, if i use ur code do i need to use the code the TS gave also?
 
Initiate Mage
Joined
Jul 16, 2008
Messages
3
Reaction score
0
Re: [Release] Reset Map on logout

I followed your steps but it seems that any player are still dcing and logging in at the same map. Btw does it matters if I use original odinms source rev 988 or repacks?
 
IHF
Joined
Apr 7, 2008
Messages
312
Reaction score
0
Re: [Release] Reset Map on logout

Yeap it doesn't matter so long as you replaced your
Code:
 if (channelserver) {
            MapleMapFactory mapFactory = ChannelServer.getInstance(client.getChannel()).getMapFactory();
            ret.map = mapFactory.getMap(ret.mapid);
            if (ret.map == null) { //char is on a map that doesn't exist warp it to henesys
                ret.map = mapFactory.getMap(100000000);
in MapleCharacter.java and compile, it will work.
 
Initiate Mage
Joined
Jul 16, 2008
Messages
3
Reaction score
0
Re: [Release] Reset Map on logout

I tried already, but it does not work. Any idea why does that happens?
 
Status
Not open for further replies.
Back
Top