diff options
author | Reid <reidyaro@gmail.com> | 2016-03-13 07:04:12 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-03-13 07:04:12 +0100 |
commit | a9924949fb89c02781476c4a3fc4f12ea013f6e8 (patch) | |
tree | 4266668acbcbb83082d52a66c2459720b8caab4f /npc/items | |
parent | 2147296a8a4b08ab14fe3142c52045982118bfdf (diff) | |
download | serverdata-a9924949fb89c02781476c4a3fc4f12ea013f6e8.tar.gz serverdata-a9924949fb89c02781476c4a3fc4f12ea013f6e8.tar.bz2 serverdata-a9924949fb89c02781476c4a3fc4f12ea013f6e8.tar.xz serverdata-a9924949fb89c02781476c4a3fc4f12ea013f6e8.zip |
Remove the oldbook item script.
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/oldbook.txt | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/npc/items/oldbook.txt b/npc/items/oldbook.txt deleted file mode 100644 index 92f44d2c..00000000 --- a/npc/items/oldbook.txt +++ /dev/null @@ -1,61 +0,0 @@ -// Evol scripts. -// Authors: -// Alige -// Qwerty Dragon -// Reid -// Description: -// Reading the Old Book. - -- script OldBook -1,{ - -OnUse: - mesn "Narrator"; - mes col(l("You open the book, but it looks like the sea water and time damaged it severely. Some pages are not readable anymore. Some others are simply missing."), 9); - next; - mes col(l("The old book seems to tell about the legend of Aemil. Would you like to read it?"), 9); - next; - - menu - l("Yes."), L_Read, - l("No."), -; - - close; - -L_Read: - mes ""; - mes l("Aemil is a magnificent world unknown to us all."); - next; - mes l("Its inhabitants did not know any kind of horror and in peace they lived as the earth gave them everything they needed to live."); - next; - mes l("However, drought came with summers while winters became colder than ever."); - next; - mes l("Therefore, starvation stalked the people of Aemil."); - next; - mes l("Authorities began to control in order to have a peaceful society. This did not work well for long."); - next; - mes l("People started to steal from each other to survive. As cities grew, needs did too. Wars for fertile lands then rose."); - next; - mes l("New technologies assisted the slaughter instead of establishing peace. At some point, two different rivals were formed."); - next; - mes l("Their leaders then came to the conclusion that an alliance was the only way they could survive."); - next; - mes l("The great people of Aemil split up into three groups when they reached the coast."); - next; - mes l("Each of the groups was ordered to sail in a different direction to find a new, suitable land where to live."); - next; - mes l("As they sailed on Oceania, great waters of Aemil, one of the alliances found a land."); - next; - mes l("Even though they did not hear anything about the other groups, they decided to start a new life on this land, full of harmful animals."); - next; - mes l("This new continent, in fact an archipelago, was called Andorra."); - next; - mes l("A great city, now the capital of these islands, called Esperia, rose on the single island, Aurora, where everyone lived."); - next; - mes l("However..."); - next; - - mesn "Narrator"; - mes col(l("The end of the story got erased, probably because of the sea water. Some pages are still missing. Thus much is left obscure, including even the author's name."), 9); - - close; -} |