summaryrefslogtreecommitdiff
path: root/npc/pre-re/quests/collection/quest_dokebi.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:36:07 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:37 +0100
commitbd18b127755adaea4d958574b5b7f26c8d818b50 (patch)
tree01eef4e4d0bcd5937deb4801fae7eaa1a90b06eb /npc/pre-re/quests/collection/quest_dokebi.txt
parent48122727289c06906d8c4e38e183bb0a16ddbb53 (diff)
downloadhercules-bd18b127755adaea4d958574b5b7f26c8d818b50.tar.gz
hercules-bd18b127755adaea4d958574b5b7f26c8d818b50.tar.bz2
hercules-bd18b127755adaea4d958574b5b7f26c8d818b50.tar.xz
hercules-bd18b127755adaea4d958574b5b7f26c8d818b50.zip
ItemID to Constant: pre-re Folder
Diffstat (limited to 'npc/pre-re/quests/collection/quest_dokebi.txt')
-rw-r--r--npc/pre-re/quests/collection/quest_dokebi.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/quests/collection/quest_dokebi.txt b/npc/pre-re/quests/collection/quest_dokebi.txt
index c357c3234..5226cca51 100644
--- a/npc/pre-re/quests/collection/quest_dokebi.txt
+++ b/npc/pre-re/quests/collection/quest_dokebi.txt
@@ -176,11 +176,11 @@ pay_fild10,108,357,5 script Li#Dokebi_Hunt 4_F_01,{
next;
switch(select("I have some Dokebi Horns:What did you need?")) {
case 1:
- if (countitem(1021) > 49) {
+ if (countitem(Dokkaebi_Horn) > 49) {
mes "[Li]";
mes "Oh, great!";
mes "Thank you for the horns.";
- delitem 1021,50; //Dokkaebi_Horn
+ delitem Dokkaebi_Horn,50;
getexp 42000,36000;
close;
}