1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- //===== eAthena Script =======================================
- //= Lighthalzen Dungeon(Biolabs) Monster Spawn Script
- //===== By: ==================================================
- // The Prometheus Project, eAthena dev team
- //===== Current Version: =====================================
- //= 1.8
- //===== Compatible With: =====================================
- //= Any Athena
- //===== Additional Comments: =================================
- //= 08/24/05 : Added 1st version. [Muad_Dib]
- //= 1.1: Some corrections to level 1, 2 as pointed out by
- //= MasterofMuppets. [Skotlex]
- //= 1.3: Some fixes based on kRO's "RO Map" [Poki#3]
- //= I also made the place more Moby ^^
- //= 1.4: Adjusted spawns according to own info from iRO [MasterOfMuppets]
- //= 1.5: More accurate spawn numbers and iRO names thanks to Tharis [Playtester]
- //= 1.6: Official X.3 spawns [Playtester]
- //= 1.7 Corrected MVP spawn function to be standard to iRO. [L0ne_W0lf]
- //= - A random 99 will now be spawned when the MVP spawns.
- //= - Spare spawn and MVP spawn now spawn in official locations.
- //= - Expandeded timer to allow for varying spawn times.
- //= 1.7a Added dummy event to keep from causnig warnings. [L0ne_W0lf]
- //= 1.8 Corrected MVP spawn variance (Labs2 MVP). [L0ne_W0lf]
- //============================================================
- //==================================================
- // lhz_dun01 - Somatology Laboratory
- //==================================================
- lhz_dun01,0,0,0,0 monster Remover 1682,100,5000,0,0
- lhz_dun01,0,0,0,0 monster Anopheles 1627,70,5000,0,0
- lhz_dun01,0,0,0,0 monster Metaling 1613,50,5000,0,0
- lhz_dun01,0,0,0,0 monster Kavach Icarus 1656,13,5000,0,0
- lhz_dun01,0,0,0,0 monster Errende Ebecee 1655,13,5000,0,0
- lhz_dun01,0,0,0,0 monster Laurell Weinder 1657,11,5000,0,0
- lhz_dun01,0,0,0,0 monster Wickebine Tres 1653,11,5000,0,0
- lhz_dun01,0,0,0,0 monster Armeyer Dinze 1654,8,5000,0,0
- lhz_dun01,0,0,0,0 monster Egnigem Cenia 1652,8,5000,0,0
- lhz_dun01,0,0,0,0 monster Gemini-S58 1681,1,5000,0,0
- //==================================================
- // lhz_dun02 - Somatology Laboratory
- //==================================================
- lhz_dun02,0,0,0,0 monster Laurell Weinder 1657,50,5000,0,0
- lhz_dun02,0,0,0,0 monster Wickebine Tres 1653,50,5000,0,0
- lhz_dun02,0,0,0,0 monster Kavach Icarus 1656,50,5000,0,0
- lhz_dun02,0,0,0,0 monster Errende Ebecee 1655,50,5000,0,0
- lhz_dun02,0,0,0,0 monster Egnigem Cenia 1652,50,5000,0,0
- lhz_dun02,0,0,0,0 monster Armeyer Dinze 1654,50,5000,0,0
- lhz_dun02,0,0,0,0 monster Remover 1682,20,5000,0,0
- lhz_dun02,0,0,0,0 monster Gemini-S58 1681,10,5000,0,0
- lhz_dun02,0,0,0,0 monster Eremes Guile 1635,1,5000,0,0
- lhz_dun02,0,0,0,0 boss_monster Egnigem Cenia 1658,1,7200000,600000,1
- //==================================================
- // lhz_dun03 - Somatology Laboratory
- //==================================================
- lhz_dun03,0,0,0,0 monster Cecil Damon 1638,81,5000,0,0
- lhz_dun03,0,0,0,0 monster Kathryne Keyron 1639,57,5000,0,0
- lhz_dun03,0,0,0,0 monster Margaretha Sorin 1637,42,5000,0,0
- lhz_dun03,0,0,0,0 monster Howard Alt-Eisen 1636,42,5000,0,0
- lhz_dun03,0,0,0,0 monster Eremes Guile 1635,42,5000,0,0
- lhz_dun03,0,0,0,0 monster Seyren Windsor 1634,42,5000,0,0
- lhz_dun03,139,158,20,11 monster Assassin Cross Eremes 1641,1,2580000,2340000,1
- lhz_dun03,138,138,36,34 monster High Wizard Kathryne 1645,1,2580000,2460000,1
- lhz_dun03,114,138,12,16 monster Lord Knight Seyren 1640,1,2700000,2400000,1
- lhz_dun03,139,117,20,11 monster Sniper Cecil 1644,1,2700000,2500000,1
- lhz_dun03,163,138,12,16 monster Whitesmith Howard 1642,1,3000000,2700000,1
- lhz_dun03,138,138,36,34 monster High Priest Margaretha 1643,1,3300000,3000000,1
|