mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Minor text.
This commit is contained in:
parent
9b5ebdde67
commit
1b972b494d
1 changed files with 19 additions and 12 deletions
|
|
@ -110,20 +110,27 @@ class SpiritsOfTheElid : Quest("Spirits of the Elid", 116, 115, 2,616, 1444, 0,
|
||||||
line(player, "I have come to a second pair of !!double doors?? I need to get", line++, false)
|
line(player, "I have come to a second pair of !!double doors?? I need to get", line++, false)
|
||||||
line(player, "through. There are !!3 single doors here too.", line++, false)
|
line(player, "through. There are !!3 single doors here too.", line++, false)
|
||||||
line++
|
line++
|
||||||
line(player, "I have not got through the most northern single door yet.", line++, false)
|
if (getAttribute(player, attributeClimbedRiver, false)) {
|
||||||
// Segment
|
line(player, "I have not got through the most northern single door yet.", line++, false)
|
||||||
line(player, "I have defeated a black golem.", line++, true)
|
} else {
|
||||||
line(player, "I shot a target and unblocked a waterchannel.", line++, true)
|
// Segment
|
||||||
|
line(player, "I have defeated a black golem.", line++, true)
|
||||||
|
line(player, "I shot a target and unblocked a waterchannel.", line++, true)
|
||||||
|
}
|
||||||
line++
|
line++
|
||||||
line(player, "I have not got through the central single door yet.", line++, false)
|
if (getAttribute(player, attributeClimbedRiver, false)) {
|
||||||
// Segment
|
line(player, "I have not got through the central single door yet.", line++, false)
|
||||||
line(player, "I have defeated a grey golem.", line++, true)
|
} else {
|
||||||
line(player, "I mined away some rocks and unblocked a waterchannel.", line++, true)
|
line(player, "I have defeated a grey golem.", line++, true)
|
||||||
|
line(player, "I mined away some rocks and unblocked a waterchannel.", line++, true)
|
||||||
|
}
|
||||||
line++
|
line++
|
||||||
line(player, "I have not got through the most southern single door yet.", line++, false)
|
if (getAttribute(player, attributeClimbedRiver, false)) {
|
||||||
// Segment
|
line(player, "I have not got through the most southern single door yet.", line++, false)
|
||||||
line(player, "I have defeated a white golem.", line++, true)
|
} else {
|
||||||
line(player, "I disabled a trap and unblocked a waterchannel.", line++, true)
|
line(player, "I have defeated a white golem.", line++, true)
|
||||||
|
line(player, "I disabled a trap and unblocked a waterchannel.", line++, true)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// http://youtu.be/QgiKtgo8toE
|
// http://youtu.be/QgiKtgo8toE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue