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/dead_branch.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/dead_branch.txt')
-rw-r--r-- | npc/custom/quests/dead_branch.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/custom/quests/dead_branch.txt b/npc/custom/quests/dead_branch.txt index ef49db159..9b54501f7 100644 --- a/npc/custom/quests/dead_branch.txt +++ b/npc/custom/quests/dead_branch.txt @@ -77,10 +77,10 @@ M_CREATE: mes "[Mister Mobry]"; mes "Well...let us see what you brought me..."; next; - if(countitem(7201)<3) goto L_NOLOG; - if(countitem(7189)<1) goto L_NOHEART; - if(countitem(1019)<5) goto L_NOTRUNK; - if(countitem(7222)<1) goto L_NOGNARL; + if(countitem(Log)<3) goto L_NOLOG; + if(countitem(Heart_Of_Tree)<1) goto L_NOHEART; + if(countitem(Wooden_Block)<5) goto L_NOTRUNK; + if(countitem(Tree_Knot)<1) goto L_NOGNARL; delitem 7201,3; delitem 7189,1; delitem 1019,5; @@ -89,10 +89,10 @@ M_CREATE: mes "Heh... Hope you have fun with the tree spirits... Careful now..."; mes "Heh... careful now? What do I care if you di..... Never mind."; if(rand(1000)==0) goto L_GIVE2; - getitem 604,1; //Dead Branch + getitem Branch_Of_Dead_Tree,1; //Dead Branch close; L_GIVE2: - getitem 12103,1; //Bloody Branch + getitem Bloody_Dead_Branch,1; //Bloody Branch close; M_End: |