diff options
Diffstat (limited to 'npc/pre-re/quests/collection/quest_goat.txt')
-rw-r--r-- | npc/pre-re/quests/collection/quest_goat.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/pre-re/quests/collection/quest_goat.txt b/npc/pre-re/quests/collection/quest_goat.txt index 434840f9e..6c7a9ea88 100644 --- a/npc/pre-re/quests/collection/quest_goat.txt +++ b/npc/pre-re/quests/collection/quest_goat.txt @@ -180,7 +180,7 @@ ein_fild06,82,171,0 script Vegetable Farmer#Goat 4_F_SHABBY,{ switch(select("I have Antelope Horns:What did you need?")) { case 1: /* - if (checkweight(504,10) == 0) { + if (checkweight(White_Potion,10) == 0) { mes "[Vegetable Farmer]"; mes "Hey, it looks like that the weight on"; mes "your back will crush you. Come back"; @@ -188,13 +188,13 @@ ein_fild06,82,171,0 script Vegetable Farmer#Goat 4_F_SHABBY,{ close; } */ - if (countitem(7106) > 49) { + if (countitem(Goat's_Horn) > 49) { mes "[Vegetable Farmer]"; mes "Amazing, you did that with speed."; mes "I am truly grateful."; - delitem 7106,50; //Goat's_Horn + delitem Goat's_Horn,50; getexp 258489,155155; - //getitem 504,10; //White_Potion + //getitem White_Potion,10; close; } else { |