summaryrefslogtreecommitdiff
path: root/npc/other/turbo_track.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-12-18 05:22:33 +0100
committerHaru <haru@dotalux.com>2015-12-18 05:22:33 +0100
commit8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a (patch)
tree54669433655bb853309ea1cae12da049622324fa /npc/other/turbo_track.txt
parent53abb8cdf92cd3d153b0a3d5b99b55cbd631f36c (diff)
parent0828824948c77bbfc357e08e8a5a0a96671b1ca6 (diff)
downloadhercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.gz
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.bz2
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.xz
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.zip
Merge branch 'dastgir-ScriptCleanup2' into hercules
Closes #920 as merged
Diffstat (limited to 'npc/other/turbo_track.txt')
-rw-r--r--npc/other/turbo_track.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/other/turbo_track.txt b/npc/other/turbo_track.txt
index dbe1fb0e9..e7b55b34e 100644
--- a/npc/other/turbo_track.txt
+++ b/npc/other/turbo_track.txt
@@ -4051,7 +4051,7 @@ turbo_room,67,95,5 duplicate(TurboNormalNames) Normal Mode Records#1 4_BOARD3
turbo_room,71,95,5 duplicate(TurboExpertNames) Expert Mode Records#1 4_BOARD3
turbo_room,93,117,5 script Point Exchange Helper 4_M_TELEPORTER,{
- if ((MaxWeight-Weight) < 2000 || checkweight(1201,1) == 0) {
+ if ((MaxWeight-Weight) < 2000 || checkweight(Knife,1) == 0) {
mes "^3355FFWait a second!";
mes "Right now, you're carrying";
mes "too many items with you.";
@@ -4155,7 +4155,7 @@ turbo_room,93,117,5 script Point Exchange Helper 4_M_TELEPORTER,{
close;
}
tt_point -= .@total_point;
- getitem 7060,.@input; //Warp_Free_Ticket
+ getitem Warp_Free_Ticket,.@input;
mes "[Item Exchange Helper]";
mes "Thank you for";
mes "your patronage.";
@@ -4327,7 +4327,7 @@ turbo_room,93,117,5 script Point Exchange Helper 4_M_TELEPORTER,{
close;
}
tt_point -= .@total_point;
- getitem 732,.@input; //Crystal_Jewel__
+ getitem Crystal_Jewel__,.@input;
mes "[Item Exchange Helper]";
mes "Thank you for";
mes "your patronage.";
@@ -4374,7 +4374,7 @@ turbo_room,93,117,5 script Point Exchange Helper 4_M_TELEPORTER,{
close;
}
tt_point -= .@total_point;
- getitem 644,.@input; //Gift_Box
+ getitem Gift_Box,.@input;
mes "[Item Exchange Helper]";
mes "Thank you for";
mes "your patronage.";
@@ -4421,7 +4421,7 @@ turbo_room,93,117,5 script Point Exchange Helper 4_M_TELEPORTER,{
close;
}
tt_point -= .@total_point;
- getitem 12016,.@input; //Speed_Up_Potion
+ getitem Speed_Up_Potion,.@input;
mes "[Item Exchange Helper]";
mes "Thank you for";
mes "your patronage.";
@@ -4610,7 +4610,7 @@ S_ExchangePoints:
alde_gld,183,204,0 script en_turbo WARPNPC,1,1,{
OnTouch:
- if (checkweight(1201,1) == 0) {
+ if (checkweight(Knife,1) == 0) {
mes "^3355FFWait a second!";
mes "Right now, you're carrying";
mes "too many items with you.";