Skip to content
Snippets Groups Projects
Commit 3f03c0c7 authored by dg's avatar dg
Browse files

intro shaloren

git-svn-id: http://svn.net-core.org/repos/t-engine4@2586 51575b47-30f0-44d4-a5cc-537603b46e54
parent 91992044
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ name = "Echoes of the Spellblaze"
desc = function(self, who)
local desc = {}
desc[#desc+1] = "You have heard that within the scintillating caves lie strange crystals imbued with spellblaze energies.\n"
desc[#desc+1] = "There are also rumours of a regenate shaloren, rhaloren, camp to the west.\n"
if self:isCompleted("spellblaze") then
desc[#desc+1] = "#LIGHT_GREEN#* You have explored the scintillating caves and destroyed the Spellblaze Crystal.#WHITE#"
else
......@@ -38,7 +39,7 @@ on_status_change = function(self, who, status, sub)
if sub then
if self:isCompleted("spellblaze") and self:isCompleted("rhaloren") then
who:setQuestStatus(self.id, engine.Quest.DONE)
who:grantQuest("started-zones")
who:grantQuest("starter-zones")
end
end
end
......@@ -20,12 +20,11 @@
return [[Welcome #LIGHT_GREEN#@name@#WHITE#.
You are of the Shaloren, the Elven race with the closest ties to magic, and you are despised.
While your people are at peace with the other kingdoms, many have not forgotten it was your race that created the terrible Spellblaze, thousands of years ago.
Magic is frowned upon, even in your own country.
You have decided to venture into the old and wild places looking for ancient treasures and glory.
You have come to a land called the Derthfields on the western border of the Thaloren forest, in search of the Trollmire. It is an old forest infested with trolls and all kinds of wild animals.
To the west lies another dangerous place: the old ruins of Kor'Pul. You heard the caves below it were infested by vermin and undead.
You have come to the north of the Shaloren capital city of Elvala, in search of the Scintillating Caves. It is infested with vermin and seemingly alive crystals.
To the west lies another dangerous place: a camp of Rhaloren. They are renegate Shaloren who do not wish to restrict their magic usage. Stopping them is both good for your race and your treasure hunt.
After days of travel, you have found the forest and entered it. What will you find there...?
After days of travel, you have found the caves and entered it. What will you find there...?
]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment