[1] | 1 | // for mobs |
---|
| 2 | // mob_id,sprite_id,equip # |
---|
| 3 | // Use another mob's sprite for a monster. 0 for sprite will disable mob. |
---|
| 4 | // Mob must have an equipment it's pet counterpart can use or it will cause problems. If no equip use 0. |
---|
| 5 | // The following if a player sprite is used |
---|
| 6 | // MobID,SpriteID,Sex,Hair,Hair_Color,Weapon,Shield,Head_Top,Head_Middle,Head_Bottom,Option,Dye_Color |
---|
| 7 | // Use Item ID for weapons and shields, not View ID. |
---|
| 8 | |
---|
| 9 | //1002,1039 //Poring,Baphomet (Make Porings look like Baphomet) |
---|
| 10 | //1970,1002,10013 // new mob that looks like a Poring with a backpack |
---|
| 11 | |
---|
| 12 | // Easter Event Monsters |
---|
| 13 | //1920,1047,0 |
---|
| 14 | //1921,1093,0 |
---|
| 15 | |
---|
| 16 | // eAthena Dev Team |
---|
| 17 | // Valaris |
---|
| 18 | //1900,4013,1,1,1,1254,0,67,12,54,16,1 |
---|
| 19 | // Valaris Worshiper |
---|
| 20 | //1901,6,1,1,1,1219,2101,67,12,54,0,1 |
---|
| 21 | // MC Cameri |
---|
| 22 | //1902,14,1,6,6,1101,2105,0,0,0,32,3 |
---|
| 23 | // Poki#3 |
---|
| 24 | //1903,4012,1,21,0,1720,0,102,184,57,16,0 |
---|
| 25 | // Sentry |
---|
| 26 | //1904,1286,0 |
---|