summaryrefslogtreecommitdiff
path: root/npc/custom/mvm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/mvm.txt')
-rw-r--r--npc/custom/mvm.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/custom/mvm.txt b/npc/custom/mvm.txt
index 6a2ae567d..2b088de16 100644
--- a/npc/custom/mvm.txt
+++ b/npc/custom/mvm.txt
@@ -16,8 +16,9 @@
//= Added Duel Room
//= ---------------------------------------------------------
//= Script is messy! Be careful!
-//= 1.1.3 Removed Duplicate Names [Silent]
//= 1.1.2 Changed all gmcommand to atcommand as Poki#3 suggested. [Vicious]
+//= 1.1.3 Removed Duplicate Names [Silent]
+//= 1.1.4 Fixed SummonPad syntax. [KarLaeda]
//============================================================
// Entrance //
@@ -68,7 +69,7 @@ goto L_Menu;
}
// Monster Summon Function //
-function script monstersummon -1,{
+function script monstersummon {
// 1. ---Change to Add Monsters--- //
if (#monster == 10) summon strcharinfo(0) + "'s Poring",1002, "OnPoringKilled";
if (#monster == 20) summon strcharinfo(0) + "'s Fabre",1007, "OnFaberKilled";
@@ -709,7 +710,7 @@ close;
callfunc "duelkill";
}
-function script duelkill -1,{
+function script duelkill {
if (strcharinfo(0) == $@duelist1$ || strcharinfo(0) == $@duelist2$) goto L_Heal;
end;
L_Heal:
@@ -720,7 +721,7 @@ end;
end;
}
-function script illegalkill -1,{
+function script illegalkill {
announce "Illegal Kill by " + strcharinfo(0) + " Detected",1;
percentheal -100,-100;
end;
@@ -748,13 +749,12 @@ end;
}
// Warps players //
-- script SummonPad 111,2,2,{
+gon_test.gat,57,86,5 script Summon Pad 1::SummonPad 111,2,2,{
end;
OnTouch:
set @marena,1;
warp "gon_test.gat",57,99;
}
-gon_test.gat,57,86,5 duplicate(SummonPad) Summon Pad 1 111,2,2
gon_test.gat,43,87,5 duplicate(SummonPad) Summon Pad 2 111,2,2
gon_test.gat,72,87,5 duplicate(SummonPad) Summon Pad 3 111,2,2