summaryrefslogtreecommitdiff
path: root/npc/other/turbo_track.txt
diff options
context:
space:
mode:
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.";