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/novice/supernovice.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/jobs/novice') diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index 449a94f0c..19ed21325 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -54,9 +54,9 @@ aldeba_in,223,167,3 script Tzerero#sn 4_M_SEAMAN,{ mes "...and a master of none."; close; } - if (countitem(938) > 29 && countitem(907) > 29 && SUPNOV_Q == 1) { - delitem 938,30; //Sticky_Mucus - delitem 907,30; //Resin + if (countitem(Sticky_Mucus) > 29 && countitem(Resin) > 29 && SUPNOV_Q == 1) { + delitem Sticky_Mucus,30; + delitem Resin,30; mes "[Tzerero]"; mes "Ah, you've brought the"; mes "items I've requested!"; @@ -77,7 +77,7 @@ aldeba_in,223,167,3 script Tzerero#sn 4_M_SEAMAN,{ next; completequest 6010; callfunc "F_ClearJobVar"; - getitem 2339,1; //G_Strings + getitem G_Strings,1; if (Upper==0) jobchange Job_SuperNovice; if (Upper==2) jobchange Job_Super_Baby; mes "[Tzerero]"; -- cgit v1.2.3-70-g09d2