find this src.net.sf.odinms.net.channel.handler.AbstractDeal Dama geHandler.java.
After opening this file press Ctrl+F and find this:
Code:AutobanManager.getInstance().autoban(player.getClient(), "Using a skill he doesn't have (" + attack.skill + ")");
Replace it with this
then in the same file find thisCode://AutobanManager.getInstance().autoban(player.getCli ent(), //"Using a skill he doesn't have (" + attack.skill + ")");
and replace with thisCode:AutobanManager.getInstance().autoban(player.getClient(), damageToMonster + " damage (level: " + player.getLevel() + " watk: " + player.getTotalWatk() + " skill: " + attack.skill + ", monster: " + monster.getId() + " assumed max damage: " + elementalMaxDamagePerMonster + ")");
Now go open this file net.sf.odinms.net.channel.handler.SummonDamageHand ler.Code://AutobanManager.getInstance().autoban(player.getCli ent(), damageToMonster + //" damage (level: " + player.getLevel() + " watk: " + player.getTotalWatk() + //" skill: " + attack.skill + ", monster: " + monster.getId() + " assumed max damage: " + //elementalMaxDamagePerMonster + ")");
find this
replace with thisCode:AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() + ")");
//AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() + ")");
Now open net.sf.odinms.net.channel.handler.TakeDamageHandle r.java.
and replace this
with thisCode://AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
now replace thisCode:AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
with thisCode:AutobanManager.getInstance().addPoints(player.getC lient(), 50, 120000, "Exceeding attack range");
Code://AutobanManager.getInstance().addPoints(player.getC lient(), 50, 120000, "Exceeding attack range");
Now your done all credits go to me!



Reply With Quote![[Release] How to disable autoban if enabled](http://ragezone.com/hyper728.png)


