diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-09-24 20:53:25 +0200 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-17 13:25:08 +0100 |
commit | da7d7883f895915dd4d835f8178ba60454731273 (patch) | |
tree | 99fade051bfb3562da89143d87c33c6e17062893 /world/map/npc | |
parent | 10603f6a434f4beb1b88f74891d283eaff683176 (diff) | |
download | serverdata-da7d7883f895915dd4d835f8178ba60454731273.tar.gz serverdata-da7d7883f895915dd4d835f8178ba60454731273.tar.bz2 serverdata-da7d7883f895915dd4d835f8178ba60454731273.tar.xz serverdata-da7d7883f895915dd4d835f8178ba60454731273.zip |
Add Illia Monsters:
* Soul Snake
* Soul Eater
* Copper Slime
* Sleeping Bandit
* Azul Slime
* Demonic Spirit
* Witch Guard
* Luvia (witch)
* Add monster points values
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 3c0a7f03..081aeb65 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -98,6 +98,14 @@ function|script|MobPoints|{ 20, // WhiteSlime, 40, // Reinboo, 0, // WhiteBell, + 60, // SoulSnake + 100, // SoulEater + 25, // CopperSlime + 0, // SleepingBandit + 20, // AzulSlime + 80, // DemonicSpirit + 940, // Luvia + 150, // WitchGuard // Add more here 0; // END |