- Joined
- Feb 8, 2009
- Messages
- 128
- Reaction score
- 0
Find in - net.sf.odinms.net.channel.handler.PlayerLoggedinHandler.java
Add under it :
I know this is pretty easy , and may has been released .
I just noticed many ppl didnt know.
------------------------------------------------------------------
EDIT :
For VALHALLA user :
Find :
ADD under it :
PHP:
player.changeMap(player.getMap(), player.getMap().findClosestSpawnpoint(player.getPosition()));
Add under it :
PHP:
if (player.getMapId() == 0)
c.getSession().write(MaplePacketCreator.sendHint("YOUR SERVER WELCOME MESSAGE !"));
I know this is pretty easy , and may has been released .
I just noticed many ppl didnt know.
------------------------------------------------------------------
EDIT :
For VALHALLA user :
Find :
PHP:
player.checkBerserk();
PHP:
player.changeMap(player.getMap(), player.getMap().findClosestSpawnpoint(player.getPosition()));
if (player.getMapId() == 0)
c.getSession().write(MaplePacketCreator.sendHint("YOUR SERVER WELCOME MESSAGE !"));