Tele player to lumbridge after tutorial

This commit is contained in:
RedSparr0w 2019-09-20 10:03:21 +12:00
parent 9031d43393
commit c99b0e74a5

View file

@ -272,7 +272,7 @@ public class TutorialCompletionDialogue extends DialoguePlugin {
case 520:
player.removeAttribute("tut-island");
player.getConfigManager().set(1021, 0);
player.getProperties().setTeleportLocation(new Location(2674, 3144, 0));
player.getProperties().setTeleportLocation(new Location(3222, 3218, 0));
TutorialSession.getExtension(player).setStage(72);
player.getInterfaceManager().closeOverlay();
player.getInventory().clear();