Removed slayer tasks from NPC config file

Fixed tutorial island text showing for level 3 skills
This commit is contained in:
GregF 2024-05-13 15:12:27 +00:00 committed by Ryan
parent 5d54ef56b3
commit a63867627e
2 changed files with 1 additions and 667 deletions

File diff suppressed because it is too large Load diff

View file

@ -138,6 +138,7 @@ class TutorialMagicTutorDialogue(player: Player? = null) : core.game.dialogue.Di
40 -> { 40 -> {
setAttribute(player, "/save:tutorial:complete", true) setAttribute(player, "/save:tutorial:complete", true)
setVarbit(player, 3756, 0) setVarbit(player, 3756, 0)
setVarp(player, 281, 1000, true)
teleport(player, Location.create(3233, 3230), TeleportManager.TeleportType.NORMAL) teleport(player, Location.create(3233, 3230), TeleportManager.TeleportType.NORMAL)
closeOverlay(player) closeOverlay(player)