[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Morocc Sphinx Dungeon Monster Spawn Script |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= Athena (1.0) |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.1 (custom spawns) |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= Any Athena Version |
---|
| 9 | //===== Additional Comments: ================================= |
---|
| 10 | //= 1.1 Changed to eAthena custom spawns [Playtester] |
---|
| 11 | //============================================================ |
---|
| 12 | |
---|
| 13 | //================================================== |
---|
| 14 | // In_sphinx1 - Sphinx F1 |
---|
| 15 | //================================================== |
---|
| 16 | in_sphinx1,0,0,0,0 monster Zerom 1178,20,0,0,0 |
---|
| 17 | in_sphinx1,0,0,0,0 monster Drainliar 1111,30,0,0,0 |
---|
| 18 | in_sphinx1,0,0,0,0 monster Matyr 1146,5,0,0,0 |
---|
| 19 | in_sphinx1,0,0,0,0 monster Requiem 1164,15,0,0,0 |
---|
| 20 | in_sphinx1,0,0,0,0 monster Snake 1025,15,0,0,0 |
---|
| 21 | in_sphinx1,0,0,0,0 monster Anacondaq 1030,15,0,0,0 |
---|
| 22 | |
---|
| 23 | //================================================== |
---|
| 24 | // In_sphinx2 - Sphinx F2 |
---|
| 25 | //================================================== |
---|
| 26 | in_sphinx2,0,0,0,0 monster Requiem 1164,45,0,0,0 |
---|
| 27 | in_sphinx2,0,0,0,0 monster Zerom 1178,45,0,0,0 |
---|
| 28 | in_sphinx2,0,0,0,0 monster Matyr 1146,20,0,0,0 |
---|
| 29 | in_sphinx2,0,0,0,0 monster Drainliar 1111,15,0,0,0 |
---|
| 30 | in_sphinx2,0,0,0,0 monster Whisper 1179,10,0,0,0 |
---|
| 31 | |
---|
| 32 | //================================================== |
---|
| 33 | // In_sphinx3 - Sphinx F3 |
---|
| 34 | //================================================== |
---|
| 35 | in_sphinx3,0,0,0,0 monster Marduk 1140,25,0,0,0 |
---|
| 36 | in_sphinx3,0,0,0,0 monster Matyr 1146,25,0,0,0 |
---|
| 37 | in_sphinx3,0,0,0,0 monster Requiem 1164,10,0,0,0 |
---|
| 38 | in_sphinx3,0,0,0,0 monster Pasana 1154,5,0,0,0 |
---|
| 39 | in_sphinx3,0,0,0,0 monster Mimic 1191,5,600000,300000,1 |
---|
| 40 | in_sphinx3,0,0,0,0 monster Drainliar 1111,10,0,0,0 |
---|
| 41 | in_sphinx3,0,0,0,0 monster Whisper 1179,10,0,0,0 |
---|
| 42 | |
---|
| 43 | //================================================== |
---|
| 44 | // In_sphinx4 - Sphinx F4 |
---|
| 45 | //================================================== |
---|
| 46 | in_sphinx4,0,0,0,0 monster Minorous 1149,40,0,0,0 |
---|
| 47 | in_sphinx4,0,0,0,0 monster Pasana 1154,20,0,0,0 |
---|
| 48 | in_sphinx4,0,0,0,0 monster Marduk 1140,10,0,0,0 |
---|
| 49 | in_sphinx4,0,0,0,0 monster Mimic 1191,2,600000,300000,1 |
---|
| 50 | in_sphinx4,0,0,0,0 monster Whisper 1179,10,0,0,0 |
---|
| 51 | in_sphinx4,0,0,0,0 monster Side Winder 1037,10,0,0,0 |
---|
| 52 | in_sphinx4,0,0,0,0 monster Medusa 1148,1,600000,300000,1 |
---|
| 53 | |
---|
| 54 | //================================================== |
---|
| 55 | // In_sphinx5 - Sphinx F5 |
---|
| 56 | //================================================== |
---|
| 57 | in_sphinx5,0,0,0,0 monster Matyr 1146,25,0,0,0 |
---|
| 58 | in_sphinx5,0,0,0,0 monster Marduk 1140,25,0,0,0 |
---|
| 59 | in_sphinx5,0,0,0,0 monster Pasana 1154,25,0,0,0 |
---|
| 60 | in_sphinx5,0,0,0,0 monster Side Winder 1037,15,0,0,0 |
---|
| 61 | in_sphinx5,0,0,0,0 monster Mimic 1191,4,600000,300000,1 |
---|
| 62 | in_sphinx5,0,0,0,0 monster Pharaoh 1157,1,3600000,1800000,1 |
---|
| 63 | in_sphinx5,0,0,0,0 monster Whisper 1179,10,0,0,0 |
---|
| 64 | in_sphinx5,0,0,0,0 monster Requiem 1164,10,0,0,0 |
---|
| 65 | in_sphinx5,0,0,0,0 monster Medusa 1148,3,600000,300000,0 |
---|