From 64aae6ca6bc418027084159d4e9ae8ce887b9852 Mon Sep 17 00:00:00 2001 From: Trident101 Date: Thu, 29 Jun 2023 07:55:21 +0000 Subject: [PATCH] Fixed Dragon Slayer quest typos --- .../main/content/global/handlers/iface/EllisDialogue.java | 2 +- Server/src/main/content/global/travel/EssenceTeleport.kt | 2 +- .../misthalin/varrock/quest/dragonslayer/DragonSlayer.kt | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Server/src/main/content/global/handlers/iface/EllisDialogue.java b/Server/src/main/content/global/handlers/iface/EllisDialogue.java index 099ac46f4..0a28d3495 100644 --- a/Server/src/main/content/global/handlers/iface/EllisDialogue.java +++ b/Server/src/main/content/global/handlers/iface/EllisDialogue.java @@ -88,7 +88,7 @@ public final class EllisDialogue extends DialoguePlugin { stage = 3001; break; case 3001: - npc("Alernatively you could try hard leather. It's not so easy", "to craft, but I only charge 3 gp per cowhide to prepare it,", "and it makes much sturdier armour."); + npc("Alternatively you could try hard leather. It's not so easy", "to craft, but I only charge 3 gp per cowhide to prepare it,", "and it makes much sturdier armour."); stage = 3002; break; case 3002: diff --git a/Server/src/main/content/global/travel/EssenceTeleport.kt b/Server/src/main/content/global/travel/EssenceTeleport.kt index 353c89bc9..b54e55fdf 100644 --- a/Server/src/main/content/global/travel/EssenceTeleport.kt +++ b/Server/src/main/content/global/travel/EssenceTeleport.kt @@ -59,7 +59,7 @@ object EssenceTeleport { lock(player,4) player.audioManager.send(125) Projectile.create(npc, player, CURSE_PROJECTILE).send() - npc.sendChat("Senventior Disthinte Molesko!") + npc.sendChat("Senventior Disthine Molenko!") GameWorld.Pulser.submit(object : Pulse(1) { var counter = 0 override fun pulse(): Boolean { diff --git a/Server/src/main/content/region/misthalin/varrock/quest/dragonslayer/DragonSlayer.kt b/Server/src/main/content/region/misthalin/varrock/quest/dragonslayer/DragonSlayer.kt index 90140fe0d..9fdcd88b7 100644 --- a/Server/src/main/content/region/misthalin/varrock/quest/dragonslayer/DragonSlayer.kt +++ b/Server/src/main/content/region/misthalin/varrock/quest/dragonslayer/DragonSlayer.kt @@ -134,7 +134,7 @@ class DragonSlayer : Quest("Dragon Slayer", 18, 17, 2, 176, 0, 1, 10), LoginList ) line(player, RED + "protection " + BLUE + "against the dragon's breath.", 13 + 7) if (!player.inventory.containsItem(MAZE_PIECE) && !player.bank.containsItem(MAZE_PIECE)) { - line(player, BLUE + "One)2third of the map is in " + RED + "Melzar's Maze" + BLUE + ", near", 14 + 7) + line(player, BLUE + "One-third of the map is in " + RED + "Melzar's Maze" + BLUE + ", near", 14 + 7) line(player, RED + "Rimmington" + ".", 15 + 7) } else { line(player, "I found the piece of the map that was hidden in Melzar's", 14 + 7) @@ -143,7 +143,7 @@ class DragonSlayer : Quest("Dragon Slayer", 18, 17, 2, 176, 0, 1, 10), LoginList if (!player.inventory.containsItem(MAGIC_PIECE) && !player.bank.containsItem(MAGIC_PIECE)) { line( player, - BLUE + "One)2third of the map is hidden and only the " + RED + "Oracle " + BLUE + "on " + RED + "Ice", + BLUE + "One-third of the map is hidden and only the " + RED + "Oracle " + BLUE + "on " + RED + "Ice", 16 + 7 ) line(player, RED + "Mountain" + BLUE + " will know where it is.", 17 + 7) @@ -154,7 +154,7 @@ class DragonSlayer : Quest("Dragon Slayer", 18, 17, 2, 176, 0, 1, 10), LoginList if (!player.inventory.containsItem(WORMBRAIN_PIECE) && !player.bank.containsItem(WORMBRAIN_PIECE)) { line( player, - BLUE + "One)2third of the map was stolen by a " + RED + "goblin " + BLUE + "from the", + BLUE + "One-third of the map was stolen by a " + RED + "goblin " + BLUE + "from the", 18 + 7 ) line(player, RED + "Goblin Village.", 19 + 7)