Read Comment

Made firstTimeTutorial handle the inital login stuff instead of it being ran with the dialogue
made the warning about the bank pin send for all players
fixed weight calculation on first login(closes #109)
This commit is contained in:
Dark98
2019-10-28 00:25:30 +00:00
parent 459e68773d
commit 912a08c423
3 changed files with 20 additions and 32 deletions
@@ -6100,23 +6100,6 @@ public class DialogueHandler {
case 3115:
player.tutorialProgress = 36;
PlayerAssistant.removeHintIcon(player);
player.getItemAssistant().deleteAllItems();
player.getItemAssistant().clearBank();
player.getPlayerAssistant().sendSidebars();
player.getPlayerAssistant().walkableInterface(-1);
player.getActionSender().chatbox(-1);
player.getItemAssistant()
.sendWeapon(
player.playerEquipment[player.playerWeapon],
ItemAssistant
.getItemName(player.playerEquipment[player.playerWeapon]));
player.getPlayerAssistant().addStarter();
player.getPlayerAssistant().movePlayer(3233, 3229, 0);
player.getActionSender().sendMessage(
"Welcome to @blu@" + Constants.SERVER_NAME
+ "@bla@ - currently in Server Stage v@blu@"
+ Constants.TEST_VERSION + "@bla@.");
sendStatement4(
"Welcome to Lumbridge! To get more help, simply click on the",
"Lumbridge Guide or one of the Tutors - these can be found by",