summaryrefslogtreecommitdiff
path: root/npc/custom/mvm.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-07 20:01:15 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-07 20:01:15 +0000
commit4e7bd03012431ebb2f308e3667db41a883b1041e (patch)
treec42bf28781045f8dcae4ad6b27579741a71f2d87 /npc/custom/mvm.txt
parent9e43823bd5047199c62a2797da6fd1040147474d (diff)
downloadhercules-4e7bd03012431ebb2f308e3667db41a883b1041e.tar.gz
hercules-4e7bd03012431ebb2f308e3667db41a883b1041e.tar.bz2
hercules-4e7bd03012431ebb2f308e3667db41a883b1041e.tar.xz
hercules-4e7bd03012431ebb2f308e3667db41a883b1041e.zip
Another one set of fixes for the scripts syntax
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9166 54d463be-8e91-2dee-dedb-b68131a5f0ec
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