Hello, I would like to say i only take credit for compiling this into 1 thread, but all the street credz go to Xerixe for finding them.
Note: the format of this thread will Be Add, then under. As In, the add is what you are pasting, and under, which follows, is under which part you will be adding the part before.
________________________________
ITEM VAC:
Go src\net\sf\odinms\net\channel\handler\ItemPickupHandler
ADD:
UNDER:Code:import net.sf.odinms.server.AutobanManager;
FIND:Code:import net.sf.odinms.tools.data.input.SeekableLittleEndianAccessor;
And REMOVE (as in take out) the two //'sCode:// AutobanManager.getInstance().addPoints(c, 100, 300000, "Itemvac");
That will Autoban People for Item Vaccing
______________________________________
High Summon Damage AutoBan:
Go src\net\sf\odinms\net\channel\handler\SummonDamage Handler.java
Find this line :
REMOVE (as in take out) The Two //'sCode:// AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() + ")");
MAKE SURE:
You can Find this Line:
___________________________________Code:import net.sf.odinms.server.AutobanManager;
Taking Abnormal Amount of Damage:
GO TO src\net\sf\odinms\net\channel\handler\TakeDamageHandler.java
FIND THIS LINE:
AND REMOVE (as in take out) the Two //'sCode:// AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
____________________________________
Disabling Exceeding Attack Range:
Go src\net\sf\odinms\net\channel\handler\AbstractDeal Damager.java
FIND THIS LINE:
AND ADD (As in PUT IN) 2 //'s Before The Word AutoBan to Make it Like This:Code:AutobanManager.getInstance().addPoints(player.getClient(), 50, 120000, "Exceeding attack range");
_____________________________________Code://AutobanManager.getInstance().addPoints(player.getClient(), 50, 120000, "Exceeding attack range");
Thank You Once Again ;], All Street Credz go to Xerixe Once Again, But I Hope I Get some Credz For Compiling this ^_^



Reply With Quote


