From 7eea5d3e6051be189736b94e13be847159c87cd7 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:39:41 +0530 Subject: ItemID to Constant: re Folder --- npc/re/jobs/3-2/sura.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/jobs/3-2/sura.txt') diff --git a/npc/re/jobs/3-2/sura.txt b/npc/re/jobs/3-2/sura.txt index f41d3584a..6a56f5665 100644 --- a/npc/re/jobs/3-2/sura.txt +++ b/npc/re/jobs/3-2/sura.txt @@ -774,7 +774,7 @@ sword_1-1,223,167,2 script Master#job_shu 4_M_SURA,{ mes "You can't become a Sura unless you use all your skill points."; close; } - if (checkweight(1201,1) == 0 || MaxWeight - Weight < 3500) { + if (checkweight(Knife,1) == 0 || MaxWeight - Weight < 3500) { mes "You seem to be heavily burdened. Please remove some of it."; close; } @@ -827,8 +827,8 @@ sword_1-1,223,167,2 script Master#job_shu 4_M_SURA,{ job_shu = 100; jobchange roclass(eaclass()|EAJL_THIRD); completequest 11158; - getitem 5754,1; //Blazing_Soul - getitem 2795,1; //Green_Apple_Ring + getitem Blazing_Soul,1; + getitem Green_Apple_Ring,1; close; } else if (job_shu > 5) { mes "Once I was also an ordinary young man who traveled a lot and met many friends."; -- cgit v1.2.3-60-g2f50