diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-07 01:31:12 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-07 01:31:12 -0300 |
commit | 1304c5d5dd985820da3e49611a821c2d3cdb8660 (patch) | |
tree | aef76ad338550ddcbbdca2bb09792e58383f5960 /npc/scripts.conf | |
parent | 04cf1ef296334c42edf7b9a9d8a4f87b417a12fe (diff) | |
download | serverdata-1304c5d5dd985820da3e49611a821c2d3cdb8660.tar.gz serverdata-1304c5d5dd985820da3e49611a821c2d3cdb8660.tar.bz2 serverdata-1304c5d5dd985820da3e49611a821c2d3cdb8660.tar.xz serverdata-1304c5d5dd985820da3e49611a821c2d3cdb8660.zip |
This introduces the core engine for mob points.
Yes, it works for all mobs. Yes, it is far better than how TMW did.
No, this is not flexible. Monster Level == Mob Points to get.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index e95934bb7..3d75acc1f 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -16,6 +16,7 @@ "npc/functions/main.txt", "npc/functions/asleep.txt", "npc/functions/barber.txt", +"npc/functions/bank.txt", "npc/functions/clientversion.txt", "npc/functions/doors.txt", "npc/functions/goodbye.txt", @@ -25,6 +26,7 @@ "npc/functions/inventoryplace.txt", "npc/functions/legiontalk.txt", "npc/functions/marriage.txt", +"npc/functions/mobpoint.txt", "npc/functions/npcmove.txt", "npc/functions/masks.txt", "npc/functions/openbook.txt", @@ -41,7 +43,6 @@ "npc/functions/asklanguage.txt", "npc/functions/game-rules.txt", "npc/functions/riddle.txt", -"npc/functions/bank.txt", "npc/functions/confused-tree-dict.txt", "npc/functions/util.txt", "npc/functions/soul_menhir.txt", |