- Joined
- Jan 4, 2007
- Messages
- 69
- Reaction score
- 0
Autoban for mob spawn / summonbag hacks, credits to me.
In UseSummonBag.java include this in your imports:
Find and remove
And add
In UseSummonBag.java include this in your imports:
Code:
import net.sf.odinms.server.AutobanManager;
Code:
log.info("[h4x] Player {} is using a summonbag not in the slot: {}", c.getPlayer().getName(), Integer.valueOf(itemId));
Code:
AutobanManager.getInstance().addPoints(c.getPlayer().getClient(), 1000, 0, "Trying to use a summonbag not in item inventory");