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/jewel_case.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/jewel_case.txt')
-rw-r--r-- | npc/custom/quests/jewel_case.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/jewel_case.txt b/npc/custom/quests/jewel_case.txt index d725a33f1..509819626 100644 --- a/npc/custom/quests/jewel_case.txt +++ b/npc/custom/quests/jewel_case.txt @@ -20,7 +20,7 @@ lighthalzen,108,229,2 script La Fenn 4_M_JPNOJI,{ mes "[La Fenn]"; mes "Here is your prize. It's yours for good."; set Q_99LVL,0; - getitem 12106,1; //Jewel Case + getitem Accessory_Box,1; //Jewel Case emotion e_grat; } else { mes callfunc("F_Hi"); |