mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- implemented secondary tooltips with spawnPoints - merged Mapper.js back into global.js * fixed wrong id for Nexus Instance * the ToC Dungeon no longer has a second layer - fixed displaying waypoints as spawns - images in pageText are now PNG instead of JPG to accomodate for transparency
46 lines
1.8 KiB
Plaintext
46 lines
1.8 KiB
Plaintext
Mapper.multiLevelZones = {
|
|
206: ['206-1', '206-2', '206-3'],
|
|
209: ['209-1', '209-2', '209-3', '209-4', '209-5', '209-6', '209-7'],
|
|
616: ['616-1', '616_1', '616_2'],
|
|
719: ['719-1', '719-2', '719-3'],
|
|
721: ['721-1', '721-2', '721-3', '721-4'],
|
|
796: ['796-1', '796-2', '796-3', '796-4'],
|
|
1196: ['1196-1', '1196-2'],
|
|
1337: ['1337-1', '1337-2'],
|
|
1581: ['1581-1', '1581-2'],
|
|
1583: ['1583-1', '1583-2', '1583-3', '1583-4', '1583-5', '1583-6', '1583-7'],
|
|
1584: ['1584-1', '1584-2'],
|
|
2017: ['2017-1', '2017-2'],
|
|
2057: ['2057-1', '2057-2', '2057-3', '2057-4'],
|
|
2100: ['2100-1', '2100-2'],
|
|
2557: ['2557-1', '2557-2', '2557-3', '2557-4', '2557-5', '2557-6'],
|
|
2677: ['2677-1', '2677-2', '2677-3', '2677-4'],
|
|
3959: ['3959', '3959-1', '3959-2', '3959-3', '3959-4', '3959-5', '3959-6', '3959-7'],
|
|
3428: ['3428-1', '3428-2', '3428-3'],
|
|
3456: ['3456-1', '3456-2', '3456-3', '3456-4', '3456-5', '3456-6'],
|
|
3457: ['3457-1', '3457-2', '3457-3', '3457-4', '3457-5', '3457-6', '3457-7', '3457-8', '3457-9', '3457-10', '3457-11', '3457-12', '3457-13', '3457-14', '3457-15', '3457-16', '3457-17'],
|
|
3477: ['3477-1', '3477-2', '3477-3'],
|
|
3715: ['3715-1', '3715-2'],
|
|
3790: ['3790-1', '3790-2'],
|
|
3791: ['3791-1', '3791-2'],
|
|
3848: ['3848-1', '3848-2', '3848-3'],
|
|
3849: ['3849-1', '3849-2'],
|
|
4075: ['4075', '4075-1'],
|
|
4100: ['4100-1', '4100-2'],
|
|
4131: ['4131-1', '4131-2'],
|
|
4196: ['4196-1', '4196-2'],
|
|
4228: ['4228-1', '4228-2', '4228-3', '4228-4'],
|
|
4272: ['4272-1', '4272-2'],
|
|
4273: ['4273-0', '4273-1', '4273-2', '4273-3', '4273-4', '4273-5'],
|
|
4277: ['4277-1', '4277-2', '4277-3'],
|
|
4395: ['4395-1', '4395-2'],
|
|
4494: ['4494-1', '4494-2'],
|
|
4714: ['4714-1', '4714_1', '4714_2', '4714_3'],
|
|
4722: ['4722-1', '4722-2'],
|
|
4812: ['4812-1', '4812-2', '4812-3', '4812-4', '4812-5', '4812-6', '4812-7', '4812-8'],
|
|
};
|
|
|
|
/*
|
|
var g_zone_areas = {};
|
|
in locale files
|
|
*/ |