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:
Above that add 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
it would look something like thisCode:if (ret.skill == 3121004) { lea.skip(4); } if (ret.skill == 3221001) { lea.skip(4); }
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
change it toCode:if (offense.shouldAutoban(entry.getCount())) { AutobanManager.getInstance().autoban(chrhardref.getClient(), StringUtil.makeEnumHumanReadable(offense.name())); }
their ya go enjoy ^_^.Code:if (offense.shouldAutoban(entry.getCount())) { //AutobanManager.getInstance().autoban(chrhardref.getClient(), StringUtil.makeEnumHumanReadable(offense.name())); }






