diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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]; |