From 185ba15449fd93f938f33905bf598aac5cde301a Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 9 Nov 2014 01:44:49 -0800 Subject: Don't overflow the command-argument stack in the script parser --- world/map/npc/functions/mob_points.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'world/map/npc') diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index eaf0aba3..7f1cb1db 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -130,9 +130,10 @@ function|script|MobPoints 100, // PsiBrain 150, // GeneralKurkan 175, // GeneralRazha - 200, // GeneralTerogan - // Add more here - 0; // END + 200 // GeneralTerogan + // No more room! script engine is buggy, sorry. + // -o11c + ; // END if (MPQUEST == 1) set Mobpt, Mobpt + @points[@mobID - 1002]; -- cgit v1.2.3-60-g2f50