From 124ab2a1cdb344f24170a4d91f7000ebabf39b40 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Mon, 28 Oct 2013 00:42:23 -0700 Subject: Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this. --- npc/jobs/2-1e/StarGladiator.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/jobs/2-1e') diff --git a/npc/jobs/2-1e/StarGladiator.txt b/npc/jobs/2-1e/StarGladiator.txt index d5797edd3..ca04c46c9 100644 --- a/npc/jobs/2-1e/StarGladiator.txt +++ b/npc/jobs/2-1e/StarGladiator.txt @@ -17,7 +17,7 @@ //= 1.3 Added Quest Log commands. [Kisuka] //============================================================ -payon,215,102,3 script Moohyun#job_star 828,3,3,{ +payon,215,102,3 script Moohyun#job_star 4_M_ROGUE,3,3,{ if (Class == Job_Taekwon) { if (STGL_Q == 0) { mes "[Moohyun]"; @@ -353,7 +353,7 @@ OnTouch: close; } -comodo,172,230,3 script Wandering Master#job_sta 730,{ +comodo,172,230,3 script Wandering Master#job_sta 4_M_JOB_ASSASSIN,{ if (Class == Job_Taekwon) { if (STGL_Q == 1) { mes "[Moogang]"; @@ -816,7 +816,7 @@ comodo,172,230,3 script Wandering Master#job_sta 730,{ close; } -job_star,29,33,0 script Daru#job_star 59,{ +job_star,29,33,0 script Daru#job_star 1_M_ORIENT01,{ if (Class == Job_Taekwon) { if (STGL_Q == 3) { mes "[Daru]"; @@ -1101,7 +1101,7 @@ job_star,29,33,0 script Daru#job_star 59,{ close; } -job_star,95,33,0 script Beeryu#job_star 106,{ +job_star,95,33,0 script Beeryu#job_star 1_M_MOC_LORD,{ if (Class == Job_Taekwon) { if (STGL_Q == 4) { mes "[Beeryu]"; @@ -1413,7 +1413,7 @@ job_star,95,33,0 script Beeryu#job_star 106,{ close; } -job_star,161,33,0 script Cheehee#job_star 77,{ +job_star,161,33,0 script Cheehee#job_star 1_F_ORIENT_03,{ if (Class == Job_Taekwon) { if (STGL_Q == 6) { mes "[Cheehee]"; -- cgit v1.2.3-60-g2f50