Hmm, I have mine enabled it was easy to do.. The firemaking system isn't so great though..
src\server\model\items\UseItems.java
Find
Replace that whole code with thisCode:case 1511:
Code:switch(itemUsed) { case 1511: case 1521: case 1519: case 1517: case 1515: case 1513: case 590: c.getFiremaking().checkLogType(itemUsed, useWith); //c.sendMessage("Firemaking is disabled."); break;




