

pits apparently messes everything up, cheap fix though; you can make your own interface or something idunno \
/
RSInterface class replace the loader method
Code:
public static void loadInterfaces(Archive archive, RSFontSystem[] fonts) {
clanBattleRequest(fonts);
clanGameWait(fonts);
clanGame(fonts);
clanChatTab(fonts);
clanChatSettings(fonts);
clanModeratorSettings(fonts);
bonusXP(fonts);
weaponTab(fonts);
// fightPits(fonts);
squealOfFortune(fonts);
configureLunar(fonts);
constructLunar();
equipmentScreen(fonts);
equipmentTab(fonts);
itemsOnDeath(fonts);
itemsOnDeathDATA(fonts);
friendsTab(fonts);
ignoreTab(fonts);
fistOfGuthixNotAllowed(fonts);
fistOfGuthixRank(fonts);
fistOfGuthixInGame(fonts);
Pestpanel(fonts);
Pestpanel2(fonts);
}