From 1304c5d5dd985820da3e49611a821c2d3cdb8660 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 7 Mar 2018 01:31:12 -0300 Subject: 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. --- npc/scripts.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/scripts.conf') 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", -- cgit v1.2.3-70-g09d2