mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Removed slayer tasks from NPC config file
Fixed tutorial island text showing for level 3 skills
This commit is contained in:
parent
5d54ef56b3
commit
a63867627e
2 changed files with 1 additions and 667 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue