- Joined
- Jun 26, 2008
- Messages
- 136
- Reaction score
- 0
Since so many people is requesting for it, let me release it:
Go to net.sf.odinms.net.channel.handler.abstractdealdamagehandler.java
Look for:
Remove it.
Then look for:
Replace it with
There you go...Credits to whoever who programed maplecharacter.java....
Go to net.sf.odinms.net.channel.handler.abstractdealdamagehandler.java
Look for:
Code:
private int PVP_MAP = themapidyouwantforpvp;
Then look for:
Code:
if (attack.skill != 2301002 && attack.skill != 4201004 && attack.skill != 1111008 && player.getMapId() == PVP_MAP) {//checks
Replace it with
Code:
if (attack.skill != 2301002 && attack.skill != 4201004 && attack.skill != 1111008 && player.getClient().getChannel() == [COLOR="Red"]REPLACETHISWITHTHECHANNELYOUWANT[/COLOR]) {//Makes pvp into thechannelyouwant
There you go...Credits to whoever who programed maplecharacter.java....
Last edited: