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.Code:private int PVP_MAP = themapidyouwantforpvp;
Then look for:
Replace it withCode:if (attack.skill != 2301002 && attack.skill != 4201004 && attack.skill != 1111008 && player.getMapId() == PVP_MAP) {//checks
There you go...Credits to whoever who programed maplecharacter.java....Code:if (attack.skill != 2301002 && attack.skill != 4201004 && attack.skill != 1111008 && player.getClient().getChannel() == REPLACETHISWITHTHECHANNELYOUWANT) {//Makes pvp into thechannelyouwant





