From bd18b127755adaea4d958574b5b7f26c8d818b50 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:36:07 +0530 Subject: ItemID to Constant: pre-re Folder --- npc/pre-re/quests/collection/quest_alligator.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/pre-re/quests/collection/quest_alligator.txt') diff --git a/npc/pre-re/quests/collection/quest_alligator.txt b/npc/pre-re/quests/collection/quest_alligator.txt index 920c3c6a1..84f1d4730 100644 --- a/npc/pre-re/quests/collection/quest_alligator.txt +++ b/npc/pre-re/quests/collection/quest_alligator.txt @@ -182,7 +182,7 @@ cmd_fild01,362,256,3 script Cuir#Gator_Hunt 1_M_MOC_LORD,{ switch(select("I have the Anolian Skins:Gators bite!")) { case 1: /* - if (checkweight(503,10) == 0) { + if (checkweight(Yellow_Potion,10) == 0) { mes "[Cuir]"; mes "Hey, it looks like that the weight on"; mes "your back will crush you. Come back"; @@ -190,14 +190,14 @@ cmd_fild01,362,256,3 script Cuir#Gator_Hunt 1_M_MOC_LORD,{ close; } */ - if (countitem(7003) > 19) { + if (countitem(Anolian_Skin) > 19) { mes "[Cuir]"; mes "Thank you for the ^00CE0020 Anolian Skins^000000!"; mes "I hope you can continue to help me collect these skins."; mes "The armor creators around the world are clamoring for them."; - delitem 7003,20; //Anolian_Skin + delitem Anolian_Skin,20; getexp 68950,43300; - //getitem 503,10; //Yellow_Potion + //getitem Yellow_Potion,10; close; } else { -- cgit v1.2.3-70-g09d2