Hurricane and Piercing arrow fix

Results 1 to 9 of 9
  1. #1
    Account Upgraded | Title Enabled! eternalms is offline
    MemberRank
    Jun 2008 Join Date
    931Posts

    Question Hurricane and Piercing arrow fix

    Well i already searched if it was released her but it was not, the hurricane sort of did but piercing never did so here ya go enjoy.

    Go into your src folder and find "net.sf.odinms.net.channel.handler.AbstractDealDamageHandler.java"

    Then look for this:
    // TODO we need information if an attack was a crit or not but it does not seem to be in this packet - find out
    Above that add this:
    Code:
    if (ret.skill == 3121004) {
                        lea.skip(4);
                    }
                    if (ret.skill == 3221001) {
                        lea.skip(4);
                    }
    it would look something like this
    if (ret.skill == 3121004) {
    lea.skip(4);
    }
    if (ret.skill == 3221001) {
    lea.skip(4);
    }

    // TODO we need information if an attack was a crit or not but it does not seem to be in this packet - find out


    Now omg it autobans me for speed attack >.>?

    Well here's how to take out speed attack and a few other auto bans.

    go to your src folder and find "CheatTracker.java" open it and look for
    Code:
    if (offense.shouldAutoban(entry.getCount())) {
    			AutobanManager.getInstance().autoban(chrhardref.getClient(), StringUtil.makeEnumHumanReadable(offense.name()));
    		}
    change it to
    Code:
    if (offense.shouldAutoban(entry.getCount())) {
    			//AutobanManager.getInstance().autoban(chrhardref.getClient(), StringUtil.makeEnumHumanReadable(offense.name()));
    		}
    their ya go enjoy ^_^.


  2. #2
    Novice braveboy is offline
    MemberRank
    Jun 2008 Join Date
    3Posts

    Re: [Release]Hurricane and Piercing arrow fix

    shen me dong xi ?

  3. #3
    Account Upgraded | Title Enabled! RaveStory is offline
    MemberRank
    Jun 2008 Join Date
    333Posts

    Re: [Release]Hurricane and Piercing arrow fix

    how to enable auto-ban??

  4. #4
    Proficient Member lapeiro is offline
    MemberRank
    Jun 2008 Join Date
    199Posts

    Re: [Release]Hurricane and Piercing arrow fix

    i cnt find that .java thingy O_O i found it changed it the mobs still dont die

  5. #5
    for(alive>0){makeMoney()} xphire is offline
    MemberRank
    Aug 2006 Join Date
    Usa, NYLocation
    1,257Posts

    Re: [Release]Hurricane and Piercing arrow fix

    This is included in the latest rev, why does it matter.

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

    Re: [Release]Hurricane and Piercing arrow fix

    it matters because some people unlike yourself don't use repacks, instead they used the clean version and implement stuff via learning how.

  7. #7
    Account Upgraded | Title Enabled! weaxer is offline
    MemberRank
    Oct 2006 Join Date
    SwedenLocation
    853Posts

    Re: [Release]Hurricane and Piercing arrow fix

    Quote Originally Posted by eternalms View Post
    it matters because some people unlike yourself don't use repacks, instead they used the clean version and implement stuff via learning how.
    If people were going to make it theirselves, then there's no reason to release this either..

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

    Re: [Release]Hurricane and Piercing arrow fix

    well, whenever i add something a "patch" i always study the code before implementing it thus learning at the same time.

  9. #9
    Account Upgraded | Title Enabled! Rigged is offline
    MemberRank
    Jun 2008 Join Date
    -Location
    1,036Posts

    Re: [Release]Hurricane and Piercing arrow fix

    There is a clean revision 987 which has Hurricane and Pierce Arrow fixed. Also, there is a clean revision 988.



Advertisement