[Tut] How to disable autoban

Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    Account Upgraded | Title Enabled! eternalms is offline
    MemberRank
    Jun 2008 Join Date
    931Posts

    [Tut] How to disable autoban

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

    Find this:
    Code:
    AutobanManager.getInstance().autoban(player.getClient(),
    "Using a skill he doesn't have (" + attack.skill + ")");
    Replace it with this:
    //AutobanManager.getInstance().autoban(player.getClient(),
    //"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:
    //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.

    Find:
    Code:
    AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() +	")");
    Replace with:
    //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:
    AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
    Replace with:
    //AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
    Find:
    AutobanManager.getInstance().addPoints(player.getClient(), 50, 120000, "Exceeding attack range");
    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.

    I rewrote it but doesn't mean i am going to take the credit, credits to EnternalDR.
    Last edited by eternalms; 12-07-08 at 05:49 AM.


  2. #2
    Delta Sparks is offline
    MemberRank
    Apr 2008 Join Date
    2,073Posts

    Re: [Tutorial] How to disable autoban

    Personally I don't think removing AB is good, maybe just uping the dmg range ie . 2000 > 7000

    But other then that gj on the tut. I'm going to use it myself.

  3. #3
    wat xXMaxxyXx is offline
    MemberRank
    Dec 2007 Join Date
    1,213Posts

    Re: [Tutorial] How to disable autoban

    I'm not going to use this, I'll use this on my Hacking server, Once I get a good computer lol.

  4. #4
    Account Upgraded | Title Enabled! eternalms is offline
    MemberRank
    Jun 2008 Join Date
    931Posts

    Re: [Tutorial] How to disable autoban

    oops i had a error now i fixed it.

  5. #5
    Account Upgraded | Title Enabled! PureLock is offline
    MemberRank
    Jun 2008 Join Date
    Aperture LabsLocation
    421Posts

    Re: [Guide] How to disable autoban

    Hey, sorry to bump this but
    is "src.net.sf.odinms.net.channel.handler.AbstractDeal Dama geHandler.java"
    in the "net.sf.odinms.exttools" folder?

  6. #6
    Enthusiast xddPavis is offline
    MemberRank
    Jun 2008 Join Date
    26Posts

    Re: [Guide] How to disable autoban

    he means with "src.net.sf.odinms.net.channel.handler.AbstractDea l Dama geHandler.java"

    do this:
    open your odinms folder ~> open src ~> net ~> sf ~> odinms ~> net ~> chanel ~> handler ~> THERE U CAN FIND ALL THOSE FILES :`]

    cya

  7. #7
    Account Upgraded | Title Enabled! xnguyenz is offline
    MemberRank
    May 2008 Join Date
    218Posts

    Re: [Guide] How to disable autoban

    on the 1st line is there supposed to be a space in the word client?

    //AutobanManager.getInstance().autoban(player.getCli ent(),
    //"Using a skill he doesn't have (" + attack.skill + ")");

  8. #8
    Account Upgraded | Title Enabled! xiaojintai is offline
    MemberRank
    May 2008 Join Date
    behind U!!!Location
    512Posts

    Re: [Guide] How to disable autoban

    i shall try it~

  9. #9
    Proficient Member dudeman10 is offline
    MemberRank
    Apr 2008 Join Date
    FloridaLocation
    198Posts

    Re: [Guide] How to disable autoban

    hmm im sorry but this has yet to work for me i have a 10k server and people reborn all the time and are getting ab so like every hour im unbanning like 6 people >.> what if i delete those lines?

  10. #10
    Proficient Member dudeman10 is offline
    MemberRank
    Apr 2008 Join Date
    FloridaLocation
    198Posts

    Re: [Guide] How to disable autoban

    Okay so far i know how to fix everything includeing summon and takeing damage just not when ur dealing damge
    when people use snipe it ABs them

  11. #11
    Account Upgraded | Title Enabled! meydan is offline
    MemberRank
    Apr 2008 Join Date
    321Posts

    Re: [Guide] How to disable autoban

    do wee need to compile?

  12. #12
    Account Upgraded | Title Enabled! skull5005 is offline
    MemberRank
    Jun 2008 Join Date
    263Posts

    Re: [Guide] How to disable autoban

    This doesn't disable fastattack, could you help me with that?

  13. #13
    Valued Member Rasaeru is offline
    MemberRank
    Aug 2007 Join Date
    124Posts

    Re: [Guide] How to disable autoban

    Ain't working for me ._., is that all we have to do?

  14. #14
    Account Upgraded | Title Enabled! pandalov3r is offline
    MemberRank
    Jun 2008 Join Date
    In RebornStoryLocation
    305Posts

    Re: [Guide] How to disable autoban

    o.O Jsut USe Seans Repack It already has Autoban Removed ;D And Sometimes This Tut Doesnt Work YEah i tried it Last time but i think i messed up

  15. #15
    Proficient Member MuSSii is offline
    MemberRank
    Apr 2008 Join Date
    184Posts

    Re: [Guide] How to disable autoban

    How would you remove fast attack because when my players use booster and a "faster" equip they get a/b



Page 1 of 3 123 LastLast

Advertisement