From 2ace59810cd286f1f7d70f97cd3091eba34e52ed Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 7 Mar 2018 16:49:51 -0300 Subject: Simplify --- npc/functions/mobpoint.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/mobpoint.txt') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 113c38157..8853c080c 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -4,14 +4,14 @@ // Desc: Mob Points for Aidan & Ishi. You will gain MONSTER-LEVEL mob points. function script mobpoint { - if (MPQUEST < 1) goto L_Return; + if (!MPQUEST) goto L_Return; //if (killedrid < 1002) goto L_Return; Mobpt = Mobpt + strmobinfo(3,killedrid); L_Return: - set @value, 0; + //set @value, 0; return; } -- cgit v1.2.3-60-g2f50