From ec78c5c7134ca53b8eeea22e6975f9e515f69430 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 23:05:34 -0300 Subject: Hasan Autumn's Scorpion Killing Quest!! :inGame_N: During autumn, you have 3 months to kill scorpions and get Hasan's money. You can also donate to event. Rewards only claimable during Winter. --- npc/functions/mobpoint.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'npc/functions/mobpoint.txt') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 27cf31b72..9219f3b29 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -4,17 +4,14 @@ // Desc: Mob Points for Aidan & Ishi. You will gain MONSTER-LEVEL mob points. function script mobpoint { - if (!MPQUEST) goto L_Return; + if (!MPQUEST) + return; //if (killedrid < 1002) goto L_Return; // You get MobLv + 10% as MobPoints. // So a level 100 monster gives you 110 MobPt. .@addval=strmobinfo(3,killedrid)*11/10; Mobpt = Mobpt + .@addval; - - -L_Return: - //set @value, 0; return; } @@ -24,5 +21,6 @@ L_Return: OnNPCKillEvent: callfunc "mobpoint"; + callfunc "SQuest_Hasan"; end; } -- cgit v1.2.3-60-g2f50