mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 08:39:07 +00:00
Fix Abyss, Fix selling for tokkull (#186)
* Fix local Parabot instructions * Add kick command, and force logout function * fixup abyss * fixup tokkull selling
This commit is contained in:
@@ -1207,6 +1207,15 @@ public class NpcActions {
|
||||
String type = c.playerMagicBook == 0 ? "modern" : "ancient";
|
||||
c.getPlayerAssistant().startTeleport(2911, 4832, 0, type);
|
||||
break;
|
||||
|
||||
case 2258:
|
||||
if (c.playerLevel[20] < 35) {
|
||||
c.getActionSender().sendMessage("You need a Runecrafting level of 35 to enter the Abyss.");
|
||||
return;
|
||||
}
|
||||
c.getPlayerAssistant().spellTeleport(3027, 4852, 0);
|
||||
break;
|
||||
|
||||
default:
|
||||
if (c.playerRights == 3) {
|
||||
Misc.println("Third Click NPC : " + npcType);
|
||||
|
||||
Reference in New Issue
Block a user