From dcc5bb5bf5a82e208a39c4595cb008d50966513c Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 8 Mar 2018 06:21:50 -0300 Subject: Fix all newlines, we should use UNIX endline, not Windows, DOS or Mac. --- npc/functions/mobpoint.txt | 50 +++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'npc/functions/mobpoint.txt') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 8853c080c..a9d69af05 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -1,25 +1,25 @@ -// TMW2 Scripts -// Author: Crazyfefe -// Jesusalva -// Desc: Mob Points for Aidan & Ishi. You will gain MONSTER-LEVEL mob points. - -function script mobpoint { - if (!MPQUEST) goto L_Return; - //if (killedrid < 1002) goto L_Return; - - Mobpt = Mobpt + strmobinfo(3,killedrid); - - -L_Return: - //set @value, 0; - return; - -} - -000-0,0,0,0 script #mobptsys NPC_HIDDEN,{ - end; - -OnNPCKillEvent: - callfunc "mobpoint"; - end; -} +// TMW2 Scripts +// Author: Crazyfefe +// Jesusalva +// Desc: Mob Points for Aidan & Ishi. You will gain MONSTER-LEVEL mob points. + +function script mobpoint { + if (!MPQUEST) goto L_Return; + //if (killedrid < 1002) goto L_Return; + + Mobpt = Mobpt + strmobinfo(3,killedrid); + + +L_Return: + //set @value, 0; + return; + +} + +000-0,0,0,0 script #mobptsys NPC_HIDDEN,{ + end; + +OnNPCKillEvent: + callfunc "mobpoint"; + end; +} -- cgit v1.2.3-60-g2f50