From 3aa8abd848f1570d514148b311b25871378d2e2d Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:32:14 +0530 Subject: ItemID to Constant: kafras/merchants Folder --- npc/merchants/wander_pet_food.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/merchants/wander_pet_food.txt') diff --git a/npc/merchants/wander_pet_food.txt b/npc/merchants/wander_pet_food.txt index 51143c57e..7db9f285a 100644 --- a/npc/merchants/wander_pet_food.txt +++ b/npc/merchants/wander_pet_food.txt @@ -51,7 +51,7 @@ prontera,218,218,3 script Pet Enthusiast 4W_KID,{ next; switch(select("Yes:No")) { case 1: - if ((countitem(7158) > 19) && (countitem(970) > 0)) { + if ((countitem(Broken_Wine_Vessel) > 19) && (countitem(Alchol) > 0)) { mes "[Pet Enthusiast Jenny]"; mes "Oh, you have ^ff000020 Broken Liquor Jar^000000s and ^ff00001 Alcohol^000000!"; mes "Do you want to exchange them for"; @@ -63,9 +63,9 @@ prontera,218,218,3 script Pet Enthusiast 4W_KID,{ mes "Ok here you go then."; mes "I hope it keeps your"; mes "cute pet happy."; - delitem 7158,20; //Broken_Wine_Vessel - delitem 970,1; //Alchol - getitem 7824,20; //Spirit_Liquor + delitem Broken_Wine_Vessel,20; + delitem Alchol,1; + getitem Spirit_Liquor,20; close; case 2: mes "[Pet Enthusiast Jenny]"; -- cgit v1.2.3-70-g09d2