summaryrefslogtreecommitdiff
path: root/npc/pre-re/quests/collection/quest_demonpungus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/pre-re/quests/collection/quest_demonpungus.txt')
-rw-r--r--npc/pre-re/quests/collection/quest_demonpungus.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/pre-re/quests/collection/quest_demonpungus.txt b/npc/pre-re/quests/collection/quest_demonpungus.txt
index 87d9bc4a6..f3785b932 100644
--- a/npc/pre-re/quests/collection/quest_demonpungus.txt
+++ b/npc/pre-re/quests/collection/quest_demonpungus.txt
@@ -179,7 +179,7 @@ ein_fild01,43,249,0 script Local Villager#hunt 4_M_HUMAN_01,{
switch(select("I have Bacillus:What did you need?")) {
case 1:
/*
- if (checkweight(504,10) == 0) {
+ if (checkweight(White_Potion,10) == 0) {
mes "[Local Villager]";
mes "Hey, it looks like that the weight on";
mes "your back will crush you. Come back";
@@ -187,12 +187,12 @@ ein_fild01,43,249,0 script Local Villager#hunt 4_M_HUMAN_01,{
close;
}
*/
- if (countitem(7119) > 49) {
+ if (countitem(Spawns) > 49) {
mes "[Local Villager]";
mes "I had my doubts, but you have proven me wrong.";
- delitem 7119,50; //Spawns
+ delitem Spawns,50;
getexp 250266,144452;
- //getitem 504,10; //White_Potion
+ //getitem White_Potion,10;
close;
}
else {