Fixed Dragon Slayer quest typos

This commit is contained in:
Trident101
2023-06-29 07:55:21 +00:00
committed by Ryan
parent 06e8279f2a
commit 64aae6ca6b
3 changed files with 5 additions and 5 deletions
@@ -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:
@@ -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 {
@@ -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, "<str>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)