summaryrefslogtreecommitdiff
path: root/npc/functions/mobpoint.txt
diff options
context:
space:
mode:
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;
+}