summaryrefslogtreecommitdiff
path: root/npc/merchants/wander_pet_food.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:32:14 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:35 +0100
commit3aa8abd848f1570d514148b311b25871378d2e2d (patch)
treef144ddd14143b3a92909196f8fe4dd7060ba4ad3 /npc/merchants/wander_pet_food.txt
parenta1d160ead032b63a0f696a34961df9e099154402 (diff)
downloadhercules-3aa8abd848f1570d514148b311b25871378d2e2d.tar.gz
hercules-3aa8abd848f1570d514148b311b25871378d2e2d.tar.bz2
hercules-3aa8abd848f1570d514148b311b25871378d2e2d.tar.xz
hercules-3aa8abd848f1570d514148b311b25871378d2e2d.zip
ItemID to Constant: kafras/merchants Folder
Diffstat (limited to 'npc/merchants/wander_pet_food.txt')
-rw-r--r--npc/merchants/wander_pet_food.txt8
1 files changed, 4 insertions, 4 deletions
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]";