From a1d160ead032b63a0f696a34961df9e099154402 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:32:03 +0530 Subject: ItemID to Constant: instances/jobs Folder --- npc/jobs/2-1/priest.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/jobs/2-1/priest.txt') diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index ced397552..cb5cf7fe1 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -95,7 +95,7 @@ prt_church,16,41,4 script High Bishop#prst 1_M_PASTOR,{ mes "Do you wish to help him out during the spiritual training?"; next; if (select("Yes, I do.:Give me a second.") == 1) { - if (countitem(2608) > 0) { + if (countitem(Rosary) > 0) { mes "[Bishop Paul]"; mes "I will now send you to the training place for Acolytes. Please send my regards to Brother Peter..."; next; @@ -531,11 +531,11 @@ prt_church,16,41,4 script High Bishop#prst 1_M_PASTOR,{ next; mes "[Bishop Paul]"; if (.@joblvl < 50) { - getitem 1550,1; //Book + getitem Book,1; mes "This book is for you. I hope it will aid you in spreading God's message on earth."; } else { - getitem 1551,1; //Bible + getitem Bible,1; mes "In commemoration of your job change, I am giving you a bible. This will lighten your way to the path of righteousness."; } next; -- cgit v1.2.3-70-g09d2