Some fixes (#359)

- Added message of the week to welcome screen interface
- Added face north when clicking compass
- Disabled the blank tab on game frame
- Fixed all of the dialogue issues I could find in rune mysteries
- Fixed a few typos and did a very minor clean up in the dialogue file still a lot more planned soon
- Disabled resizable on the client seeing as it doesnt work correct currently anyways
This commit is contained in:
Mr Extremez
2020-01-08 17:27:59 -06:00
committed by Daniel Ginovker
parent b1eaacf93c
commit db1f5ed785
22 changed files with 268 additions and 289 deletions
@@ -62,8 +62,7 @@ public class SpecialObjects {
public static void initKharid(Player player, int objectId) {
if (!player.getItemAssistant().playerHasItem(995, 10)) {
player.getDialogueHandler().itemMessage(player,
"You need 10 coins to pass through this gate.", 995, 200);
player.getDialogueHandler().itemMessage("You need 10 coins to pass through this gate.", 995, 200);
player.nextChat = 0;
return;
}