From 0828824948c77bbfc357e08e8a5a0a96671b1ca6 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 21:19:06 +0530 Subject: More ItemID to Constants --- npc/re/jobs/novice/academy.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/jobs/novice/academy.txt') diff --git a/npc/re/jobs/novice/academy.txt b/npc/re/jobs/novice/academy.txt index b33a9d1b6..280547487 100644 --- a/npc/re/jobs/novice/academy.txt +++ b/npc/re/jobs/novice/academy.txt @@ -8204,7 +8204,7 @@ iz_ac02,70,85,5 script Arang#ac 4_F_TAEKWON,{ mes "[Arang]"; mes "It is not an easy way. So I don't like to recommend it to you if you aren't fully prepared. But it is definitely a nice and great way to follow!!"; next; - if (isequipped(2942) > 0 || countitem(Taekwon_Manual) > 0) { + if (isequipped(Taekwon_Manual) > 0 || countitem(Taekwon_Manual) > 0) { mes "[Arang]"; mes "Introduction to the class may let you know about what Taekwon in more detail."; next; @@ -9215,7 +9215,7 @@ iz_ac02,148,110,3 script Mage Chuck#ac 4_M_JOB_WIZARD,{ mes "Anything else you want to know about Mages?"; break; case 4: - if (isequippedcnt(2824) > 0 || countitem(Mage_Manual) > 0) { + if (isequippedcnt(Mage_Manual) > 0 || countitem(Mage_Manual) > 0) { mes "[Mage Chuck]"; mes "I think you already received a ^FF0000Mage Manual^000000~!"; mes "I can't offer you two of them."; @@ -12110,7 +12110,7 @@ iz_ac02,152,165,5 script A Nun#2 4_F_SISTER,{ mes "murmuring"; close; } - if (isequippedcnt(2821) > 0 || countitem(Acolyte_Manual) > 0) { + if (isequippedcnt(Acolyte_Manual) > 0 || countitem(Acolyte_Manual) > 0) { mes "[A nun]"; mes "You already have one."; mes "We do not give two."; -- cgit v1.2.3-60-g2f50