From 6133612d369697e2228545e70eff5d69e6e8c46e Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:31:39 +0530 Subject: ItemID to Constant: custom Folder --- npc/custom/quests/dead_branch.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/custom/quests/dead_branch.txt') 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: -- cgit v1.2.3-60-g2f50