48 lines
923 B
JavaScript
48 lines
923 B
JavaScript
/****************************
|
|
* LEGACY MAP of *
|
|
* (Exp Pack) *
|
|
* Dungeon of the Dead *
|
|
* done by *
|
|
* Mervin.sk *
|
|
*****************************/
|
|
|
|
var exp_dungeon_of_the_dead = new Array();
|
|
|
|
exp_dungeon_of_the_dead['level'] = 'Xpack: Exp Pack';
|
|
exp_dungeon_of_the_dead['title'] = 'Exp Pack: Dungeon of the Dead';
|
|
exp_dungeon_of_the_dead['map'] = [
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
'',
|
|
''];
|
|
|
|
exp_dungeon_of_the_dead['infos'] = [
|
|
'20|10||',
|
|
'25|30|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('exp_dungeon_of_the_dead');
|