From ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:32:29 +0530 Subject: ItemID to Constant: other Folder --- npc/other/turbo_track.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/other/turbo_track.txt') 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."; -- cgit v1.2.3-60-g2f50