summaryrefslogtreecommitdiff
path: root/npc/xmas/2006/xmas17.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/xmas/2006/xmas17.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/xmas/2006/xmas17.txt')
-rw-r--r--npc/xmas/2006/xmas17.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/xmas/2006/xmas17.txt b/npc/xmas/2006/xmas17.txt
index f0d88648..0144dcf4 100644
--- a/npc/xmas/2006/xmas17.txt
+++ b/npc/xmas/2006/xmas17.txt
@@ -73,7 +73,7 @@ L_naughty_1:
next;
mes "[Helper Santa]";
mes "Remember to be nice to people!";
- gmcommand strcharinfo(0)+":@die ";
+ gmcommand "@die ";
close;
L_naughty_2:
@@ -83,15 +83,15 @@ L_naughty_2:
next;
mes "[Helper Santa]";
mes "Abracadabra!";
- gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
- gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ gmcommand "@charstreset "+strcharinfo(0);
+ gmcommand "@charskreset "+strcharinfo(0);
close;
L_naughty_3:
mes "[Helper Santa]";
mes "You will now get randomly warped!";
next;
- gmcommand strcharinfo(0)+":@jump ";
+ gmcommand "@jump ";
mes "[Helper Santa]";
mes "Merry Christmas!";
close;
@@ -104,7 +104,7 @@ L_naughty_4:
next;
mes "[Helper Santa]";
mes "Ho ho ho!";
- gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ gmcommand "@charchangesex "+strcharinfo(0);
close;
L_naughty_5:
@@ -113,7 +113,7 @@ L_naughty_5:
next;
mes "[Helper Santa]";
mes "Done!";
- gmcommand strcharinfo(0)+":@killmonster2 ";
+ gmcommand "@killmonster2 ";
close;
L_naughty_6:
@@ -122,7 +122,7 @@ L_naughty_6:
next;
mes "[Helper Santa]";
mes "Ho ho ho!";
- gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is not in the holiday mood.";
+ gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
close;
L_nice_0: