diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:36:07 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:37 +0100 |
commit | bd18b127755adaea4d958574b5b7f26c8d818b50 (patch) | |
tree | 01eef4e4d0bcd5937deb4801fae7eaa1a90b06eb /npc/pre-re/quests/collection/quest_frilldora.txt | |
parent | 48122727289c06906d8c4e38e183bb0a16ddbb53 (diff) | |
download | hercules-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_frilldora.txt')
-rw-r--r-- | npc/pre-re/quests/collection/quest_frilldora.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/quests/collection/quest_frilldora.txt b/npc/pre-re/quests/collection/quest_frilldora.txt index 5612f7c78..876101cca 100644 --- a/npc/pre-re/quests/collection/quest_frilldora.txt +++ b/npc/pre-re/quests/collection/quest_frilldora.txt @@ -179,11 +179,11 @@ moc_fild17,66,273,5 script Lemly#Frilldora_Hunt 4_F_JOB_ASSASSIN,{ // Item turn in switch(select("I have some Frills:What did you need?")) { case 1: - if (countitem(1012) > 24) { + if (countitem(Lizard_Scruff) > 24) { mes "[Lemly]"; mes "Hey, thank you."; mes "These are pretty icky though."; - delitem 1012,25; //Lizard_Scruff + delitem Lizard_Scruff,25; getexp 30000,23000; close; } |