diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:31:39 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:34 +0100 |
commit | 6133612d369697e2228545e70eff5d69e6e8c46e (patch) | |
tree | 6c071547753931790428f6d3d673c3469b166ef4 /npc/custom/quests/bandit_beard.txt | |
parent | 50e59ea8f8cfae5155e8733d4f06d67d91414bb1 (diff) | |
download | hercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.gz hercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.bz2 hercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.xz hercules-6133612d369697e2228545e70eff5d69e6e8c46e.zip |
ItemID to Constant: custom Folder
Diffstat (limited to 'npc/custom/quests/bandit_beard.txt')
-rw-r--r-- | npc/custom/quests/bandit_beard.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/quests/bandit_beard.txt b/npc/custom/quests/bandit_beard.txt index 68c13727b..dc2d837fb 100644 --- a/npc/custom/quests/bandit_beard.txt +++ b/npc/custom/quests/bandit_beard.txt @@ -71,8 +71,8 @@ L_MAKE: mes "[Bearded Man]"; mes "Let's make you your beard!"; next; - if(countitem(7200) < 1 || countitem(919) < 1 || countitem(983) < 1 || countitem(2241) < 1 || - countitem(938) < 100 || countitem(973) < 1 || countitem(731) < 1) goto L_NOITEMS; + if(countitem(Flexible_String) < 1 || countitem(Animal's_Skin) < 1 || countitem(Black_Dyestuffs) < 1 || countitem(Granpa_Beard) < 1 || + countitem(Sticky_Mucus) < 100 || countitem(Counteragent) < 1 || countitem(Crystal_Jewel_) < 1) goto L_NOITEMS; delitem 7200, 1; delitem 919, 1; delitem 983, 1; |