diff options
author | Wombat <hpwombat@yahoo.com> | 2011-01-03 15:54:46 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-01-03 15:54:46 -0500 |
commit | 1e1e26e1255a487a14ca99c60c3ab51ad3988f9b (patch) | |
tree | 6c8d20842e2c1e9c69ece12947b8b4e33500e00f /npc/functions | |
parent | a4ca21bbd9ae3f3a1f3cad5267cf6c70daea5d84 (diff) | |
download | serverdata-1e1e26e1255a487a14ca99c60c3ab51ad3988f9b.tar.gz serverdata-1e1e26e1255a487a14ca99c60c3ab51ad3988f9b.tar.bz2 serverdata-1e1e26e1255a487a14ca99c60c3ab51ad3988f9b.tar.xz serverdata-1e1e26e1255a487a14ca99c60c3ab51ad3988f9b.zip |
mob points for some monsters, some dialog fix for baktar (now active)
mob points for all monsters in mob_db.txt afaik. dialog fix for baktar, who
is now active on the map.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/mob_points.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt index 768b874d..8c53e36f 100644 --- a/npc/functions/mob_points.txt +++ b/npc/functions/mob_points.txt @@ -64,6 +64,16 @@ function script MobPoints { 36, // Giant Cave Maggot 40, // Moggun 100, // Terranite + 10, // Pumpkin + 10, // Bandit + 20, // Bandit Lord + 50, // Vampire Bat + 100, // The Lost + 200, // Reaper + 20, // Scythe + 20, // Ball Lightning + 30, // Ice Element + 40, // Yeti // Add more here 0; // END |