summaryrefslogtreecommitdiff
path: root/npc/halloween/2006/halloween4.txt
diff options
context:
space:
mode:
authorremoitnane <remoit(DOT)nane(AT)gmail(DOT)com>2010-08-14 12:10:48 -0700
committerChuck Miller <shadowmil@gmail.com>2010-08-15 13:56:16 -0400
commitc4430fb3b870ac2def588efe638abba1dbcdf3a9 (patch)
tree3daf4bb648f4748292b3382631492af6e81d814f /npc/halloween/2006/halloween4.txt
parent46bf43b3f428cb131d1494d7bbf55db2698be2fd (diff)
downloadserverdata-c4430fb3b870ac2def588efe638abba1dbcdf3a9.tar.gz
serverdata-c4430fb3b870ac2def588efe638abba1dbcdf3a9.tar.bz2
serverdata-c4430fb3b870ac2def588efe638abba1dbcdf3a9.tar.xz
serverdata-c4430fb3b870ac2def588efe638abba1dbcdf3a9.zip
Update scripts to reflect gmcommand's simplification
If you are using mainline TMW-eAthena, you will have to update your scripts as well. Signed-off-by: Chuck Miller <shadowmil@gmail.com>
Diffstat (limited to 'npc/halloween/2006/halloween4.txt')
-rw-r--r--npc/halloween/2006/halloween4.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/halloween/2006/halloween4.txt b/npc/halloween/2006/halloween4.txt
index ac245dca..94f4cc2a 100644
--- a/npc/halloween/2006/halloween4.txt
+++ b/npc/halloween/2006/halloween4.txt
@@ -65,7 +65,7 @@ L_trick_1:
next;
mes "[Halloweenist]";
mes "Have a nice halloween as a corpse!";
- gmcommand strcharinfo(0)+":@die ";
+ gmcommand "@die ";
close;
L_trick_2:
@@ -74,15 +74,15 @@ L_trick_2:
next;
mes "[Halloweenist]";
mes "Abracadabra!";
- gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
- gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ gmcommand "@charstreset "+strcharinfo(0);
+ gmcommand "@charskreset "+strcharinfo(0);
close;
L_trick_3:
mes "[Halloweenist]";
mes "You will now get randomly warped!";
next;
- gmcommand strcharinfo(0)+":@jump ";
+ gmcommand "@jump ";
mes "[Halloweenist]";
mes "Happy Halloween!";
close;
@@ -93,7 +93,7 @@ L_trick_4:
next;
mes "[Halloweenist]";
mes "Better luck with my collegues...";
- gmcommand strcharinfo(0)+":@dropall ";
+ gmcommand "@dropall ";
close;
L_trick_5:
@@ -102,7 +102,7 @@ L_trick_5:
next;
mes "[Halloweenist]";
mes "Bwahahaha!";
- gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ gmcommand "@charchangesex "+strcharinfo(0);
close;
L_trick_6:
@@ -111,7 +111,7 @@ L_trick_6:
next;
mes "[Halloweenist]";
mes "Done!";
- gmcommand strcharinfo(0)+":@killmonster2 ";
+ gmcommand "@killmonster2 ";
close;
L_trick_7:
@@ -120,7 +120,7 @@ L_trick_7:
next;
mes "[Halloweenist]";
mes "Mwahahaha!";
- gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ gmcommand "@spawn 1002 50 ";
close;
L_trick_8:
@@ -129,7 +129,7 @@ L_trick_8:
next;
mes "[Halloweenist]";
mes "Mwahahahaha!";
- gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ gmcommand "@spawn 1023 5 ";
close;
L_trick_9:
@@ -138,7 +138,7 @@ L_trick_9:
next;
mes "[Halloweenist]";
mes "Mwahahahah!";
- gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ gmcommand "@kami "+strcharinfo(0)+" is getting tricked!";
close;
L_treat_0: