Fixed Dragon Slayer quest typos
This commit is contained in:
@@ -88,7 +88,7 @@ public final class EllisDialogue extends DialoguePlugin {
|
|||||||
stage = 3001;
|
stage = 3001;
|
||||||
break;
|
break;
|
||||||
case 3001:
|
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;
|
stage = 3002;
|
||||||
break;
|
break;
|
||||||
case 3002:
|
case 3002:
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ object EssenceTeleport {
|
|||||||
lock(player,4)
|
lock(player,4)
|
||||||
player.audioManager.send(125)
|
player.audioManager.send(125)
|
||||||
Projectile.create(npc, player, CURSE_PROJECTILE).send()
|
Projectile.create(npc, player, CURSE_PROJECTILE).send()
|
||||||
npc.sendChat("Senventior Disthinte Molesko!")
|
npc.sendChat("Senventior Disthine Molenko!")
|
||||||
GameWorld.Pulser.submit(object : Pulse(1) {
|
GameWorld.Pulser.submit(object : Pulse(1) {
|
||||||
var counter = 0
|
var counter = 0
|
||||||
override fun pulse(): Boolean {
|
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)
|
line(player, RED + "protection " + BLUE + "against the dragon's breath.", 13 + 7)
|
||||||
if (!player.inventory.containsItem(MAZE_PIECE) && !player.bank.containsItem(MAZE_PIECE)) {
|
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)
|
line(player, RED + "Rimmington" + ".", 15 + 7)
|
||||||
} else {
|
} else {
|
||||||
line(player, "<str>I found the piece of the map that was hidden in Melzar's", 14 + 7)
|
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)) {
|
if (!player.inventory.containsItem(MAGIC_PIECE) && !player.bank.containsItem(MAGIC_PIECE)) {
|
||||||
line(
|
line(
|
||||||
player,
|
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
|
16 + 7
|
||||||
)
|
)
|
||||||
line(player, RED + "Mountain" + BLUE + " will know where it is.", 17 + 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)) {
|
if (!player.inventory.containsItem(WORMBRAIN_PIECE) && !player.bank.containsItem(WORMBRAIN_PIECE)) {
|
||||||
line(
|
line(
|
||||||
player,
|
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
|
18 + 7
|
||||||
)
|
)
|
||||||
line(player, RED + "Goblin Village.", 19 + 7)
|
line(player, RED + "Goblin Village.", 19 + 7)
|
||||||
|
|||||||
Reference in New Issue
Block a user