[Guide] How to disable autoban
2 posters
[Guide] How to disable autoban
First go to src.net.sf.odinms.net.channel.handler.AbstractDeal Dama geHandler.java.
Find this:
Code:
Replace it with this:
In the same file find this:
Replace With:
Now go to net.sf.odinms.net.channel.handler.SummonDamageHand ler.
Find:
Code:
Replace with:
Next go to net.sf.odinms.net.channel.handler.TakeDamageHandle r.java.
Find:
Code:
Replace with:
There ya go no more banning if your using rebirth and higher stats.
I rewrote it but doesn't mean i am going to take the credit, credits to EnternalDR
Find this:
Code:
- Code:
AutobanManager.getInstance().autoban(player.getClient(),
"Using a skill he doesn't have (" + attack.skill + ")");
Replace it with this:
- Code:
//AutobanManager.getInstance().autoban(player.getCli ent(),
//"Using a skill he doesn't have (" + attack.skill + ")");
In the same file find this:
- Code:
AutobanManager.getInstance().autoban(player.getClient(), damageToMonster +
" damage (level: " + player.getLevel() + " watk: " + player.getTotalWatk() +
" skill: " + attack.skill + ", monster: " + monster.getId() + " assumed max damage: " +
elementalMaxDamagePerMonster + ")");
Replace With:
- 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 + ")");
Now go to net.sf.odinms.net.channel.handler.SummonDamageHand ler.
Find:
Code:
- Code:
AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() + ")");
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.
Find:
Code:
- Code:
AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
Replace with:
- Code:
//AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
There ya go no more banning if your using rebirth and higher stats.
I rewrote it but doesn't mean i am going to take the credit, credits to EnternalDR
Admin- Admin
- Posts : 70
Join date : 2008-05-19
Re: [Guide] How to disable autoban
Nice TUT I Think Alot ppl know how to diable auto ban HEHE... Ragezone suck .... i love DeadMS Forum HAHA
Alfons- Newbie
- Posts : 4
Join date : 2008-07-02
Similar topics
» [Guide] Tempban [OdinMS]
» [Guide]How to fix Not registered ID/Cant pass Char Select/Chars dispear/Login Stick
» [Guide]How to fix Not registered ID/Cant pass Char Select/Chars dispear/Login Stick
Permissions in this forum:
You cannot reply to topics in this forum