First go to src.net.sf.odinms.net.channel.handler.AbstractDealDama geHandler.java.
Find this:
Replace it with this:Code:AutobanManager.getInstance().autoban(player.getClient(), "Using a skill he doesn't have (" + attack.skill + ")");
In the same file find this://AutobanManager.getInstance().autoban(player.getClient(),
//"Using a skill he doesn't have (" + attack.skill + ")");
Replace With:Code: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 to net.sf.odinms.net.channel.handler.SummonDamageHand ler.//AutobanManager.getInstance().autoban(player.getClient(), damageToMonster +
//" damage (level: " + player.getLevel() + " watk: " + player.getTotalWatk() +
//" skill: " + attack.skill + ", monster: " + monster.getId() + " assumed max damage: " +
//elementalMaxDamagePerMonster + ")");
Find:
Replace with:Code:AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() + ")");
Next go to net.sf.odinms.net.channel.handler.TakeDamageHandle r.java.//AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() + ")");
Find:
Replace with:Code:AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
Find://AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
Replace with:AutobanManager.getInstance().addPoints(player.getClient(), 50, 120000, "Exceeding attack range");
there ya go no more banning if your using rebirth and higher stats.//AutobanManager.getInstance().addPoints(player.getClient(), 50, 120000, "Exceeding attack range");
I rewrote it but doesn't mean i am going to take the credit, credits to EnternalDR.



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

