AsiaStory
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Guide] How to disable autoban

2 posters

Go down

[Guide] How to disable autoban Empty [Guide] How to disable autoban

Post by Admin Wed Jul 02, 2008 8:29 pm

First go to src.net.sf.odinms.net.channel.handler.AbstractDeal Dama geHandler.java.

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 Suspect

Admin
Admin
Admin

Posts : 70
Join date : 2008-05-19

Back to top Go down

[Guide] How to disable autoban Empty Re: [Guide] How to disable autoban

Post by Alfons Thu Jul 03, 2008 3:41 am

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

Back to top Go down

[Guide] How to disable autoban Empty Re: [Guide] How to disable autoban

Post by Admin Thu Jul 03, 2008 3:47 am

Thx For The support Us

Admin
Admin
Admin

Posts : 70
Join date : 2008-05-19

Back to top Go down

[Guide] How to disable autoban Empty Re: [Guide] How to disable autoban

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum