[delta]
Code:
public boolean process() {
Underneath it, I tried adding
Code:
if (banished(absX, absY, 1)) {
muted = true; //mutes
resetWalkingQueue(); //stops them walking
followID = 0; //stops them following
followID2 = 0;
ResetAttack(); //stops them fighting
ResetAttackNPC();
resetKnight(); //trash
EntangleDelay = 200000000; //stops them moving v2
stealtimer = 200000000;
actionInterval = 200000000;
showInterface(2449); // shows the login interface
setSidebarInterface(6, -1); // attack tab
setSidebarInterface(0, -1); // attack tab
setSidebarInterface(1, -1); // skills tab
setSidebarInterface(2, -1);
setSidebarInterface(3, -1); // backpack tab
setSidebarInterface(13,-1);
setSidebarInterface(4, -1); // items wearing tab
setSidebarInterface(5, -1); // pray tab
setSidebarInterface(7, -1); // clan chat
setSidebarInterface(9, -1); // ignore
setSidebarInterface(10, -1); // logout tab
setSidebarInterface(11, -1); // wrench tab
setSidebarInterface(12, -1); // run tab
setSidebarInterface(13, -1); // harp tab, all the above disable tabs
}
}
And I get 100 errors...?