modified abandoned_mine.js modified beraquel.js modified beraquel_forest.js modified catacombs.js modified caves_of_ngora.js modified cellar_of_hranemus.js modified decrantes.js modified domain_of_ngora.js modified dragon_lair.js modified dragon_swamp.js modified dungeon_of_ngora.js modified east_forest.js modified east_grendelmoore.js modified fire_catacombs.js modified fire_empire.js modified frozen_catacombs.js modified frozen_empire.js modified giant_cave.js modified grendelmoore.js modified home_of_cold_blood.js modified home_of_ignorance.js modified home_of_patience.js modified home_of_tricks.js modified jsdebug.js modified ksaid_castle_hall.js modified ksaid_forest.js modified ksaid_greta_house.js modified ksaid_passages.js modified ksaid_town.js modified legacymap.html modified legacymap.js modified morah_ancient_passage.js modified morah_bank_cellar.js modified morah_swithand_forest.js modified north_grendelmoore.js modified ogre_forest.js modified sohls_cave.js modified sohls_chamber.js modified swamp_cave.js modified tower_cellar.js modified tower_cellar_2.js modified tower_level_1.js modified tower_level_2.js modified tower_level_3.js modified tower_level_4.js modified unknown_cellar.js modified west_forest.js modified west_grendelmoore.js * automatic menu building
46 lines
3.0 KiB
JavaScript
46 lines
3.0 KiB
JavaScript
/************************
|
||
* LEGACY MAP of *
|
||
* (King´s Aide) *
|
||
* Castle Hall *
|
||
* done by *
|
||
* Mervin.sk *
|
||
************************/
|
||
|
||
var ksaid_castle_hall = new Array();
|
||
|
||
ksaid_castle_hall['level'] = 'Xpack: King\'s Aide';
|
||
ksaid_castle_hall['title'] = 'King\'s Aide: Castle Hall ';
|
||
ksaid_castle_hall['map'] = [
|
||
'??????#k#o#k#?#####',
|
||
'??????j lW# #?j #',
|
||
'??????f h f h?# #',
|
||
'??????# # # #?# P #',
|
||
'#*#####F#F#F### l',
|
||
'*** l',
|
||
'#*#####F#F#F### l',
|
||
'??????# # # #?j P #',
|
||
'??????# # # #?# #',
|
||
'??????# # # l?j #',
|
||
'??????#e#e#e#?#####'];
|
||
|
||
ksaid_castle_hall['infos'] = [
|
||
'1|10|Hole to the Passages',
|
||
'1|12|Old Jared|Didn\'t know Old Jared wass still around. He was old when I was a child!<br>He mumbles: secrets.. secrets.. spiders.. I saw them! Spiders everywhere!<br> You leave him alone, he\'s not making much sense and doesen\'t recognize you.. Oh well!',
|
||
'2|15|Milagra|It\'s good to see you again!<br>If can help, I will.',
|
||
'3|7|Shelf|Quiver (15 wooden arrows) Damage: 4-5, Scroll of Cure poison',
|
||
'3|9|Shelf|Milagra\'s old books',
|
||
'3|11|Shelf|Healing potion, Healing potion',
|
||
'3|13|Shelf|Money (200)',
|
||
'5|19|King\'s Persoani Guard|She say nothing...<br>The King\'s personal guards don\'t talk much... but they kill very effeciently best not to antagonize her.',
|
||
'6|1|Path to the Town',
|
||
'6|19|King|Well, I both reged and find joy in seeing you again<br>Many is time I cursed your name.<br>However, now is not the place or time. I am in need of your services. My daughter has been taken. It does\'t make sense. No ranson, no notes, nothing.<br>Several guards were killed attempting to stop them. This happened seven days ago. No one saw them come in, and no one is alive that saw them leave.<br>Find her and restore her back to me, and I will rescind my proclamations having you banished, your lands will be restored, and you will be rewarded greatly.<br>There comes a time in one\'s life where all that matters, is your loved ones.<br>The love for my daughter outweighs any grievance I held. Getting her back is all that matters to me.<br>I charge you with this royal duty:<br>Bring my daughter back, find out who did this, and bring my wrath upon them. All the doors to the castle are open to you, talk to whom you wish. The Chamberlain will gave you the keys and heve the necessary proclamations made.',
|
||
'10|13|Sarah|Find Sarah\'s neckalce and return in to her.',
|
||
'10|15|Chamberlain|You never trusted Malek, the chamberlain He hands you a set of keys and sneaks off.<br>You recieved: Royal Keys',
|
||
'11|8|Shelf|Money (150)',
|
||
'11|10|Shelf|Ebony Armored pants (male) AC:6',
|
||
'11|12|Shelf|Quiver (15 wooden arrows) Damage: 4-5',
|
||
'12|21|Map made by Mervin and engine made by Markus Birth|<<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>> & <<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
||
];
|
||
|
||
AddMenu('ksaid_castle_hall');
|