summaryrefslogtreecommitdiff
path: root/npc/functions/mobpoint.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-08 06:21:50 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-08 06:21:50 -0300
commitdcc5bb5bf5a82e208a39c4595cb008d50966513c (patch)
treeff121899192d252bab43d89d42da65d840e0a581 /npc/functions/mobpoint.txt
parenta114892933b868c663686fca044a01da32748d21 (diff)
downloadserverdata-dcc5bb5bf5a82e208a39c4595cb008d50966513c.tar.gz
serverdata-dcc5bb5bf5a82e208a39c4595cb008d50966513c.tar.bz2
serverdata-dcc5bb5bf5a82e208a39c4595cb008d50966513c.tar.xz
serverdata-dcc5bb5bf5a82e208a39c4595cb008d50966513c.zip
Fix all newlines, we should use UNIX endline, not Windows, DOS or Mac.
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r--npc/functions/mobpoint.txt50
1 files changed, 25 insertions, 25 deletions
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;
+}