diff options
Diffstat (limited to 'npc/re/jobs/3-2/shadow_chaser.txt')
-rw-r--r-- | npc/re/jobs/3-2/shadow_chaser.txt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/npc/re/jobs/3-2/shadow_chaser.txt b/npc/re/jobs/3-2/shadow_chaser.txt index 2792134e2..796281466 100644 --- a/npc/re/jobs/3-2/shadow_chaser.txt +++ b/npc/re/jobs/3-2/shadow_chaser.txt @@ -20,23 +20,23 @@ morocc,156,70,3 script Girl#H-1 93,{ if (Class == Job_Rogue || Class == Job_Stalker || Class == Job_Baby_Rogue) { if (BaseLevel == 99 && JobLevel > 49) { if (job_sha == 0) { - mes "Hey! Stop!"; - mes "Are you interested in hearing a funny story?"; - next; - select("What story?"); - mes "[Girl]"; - mes "Have you been to the guild recently?"; - mes "Some interesting things have happened lately."; - mes "Maybe new guests..."; - next; - mes "[Girl]"; - mes "I heard it has to do with something called a Shadow Chaser."; - mes "You should go and check it out."; - next; - mes "[Girl]"; - mes "Everytime they visit us, they are on new missions."; - mes "What missions are they doing I wonder?"; - set job_sha,1; + mes "Hey! Stop!"; + mes "Are you interested in hearing a funny story?"; + next; + select("What story?"); + mes "[Girl]"; + mes "Have you been to the guild recently?"; + mes "Some interesting things have happened lately."; + mes "Maybe new guests..."; + next; + mes "[Girl]"; + mes "I heard it has to do with something called a Shadow Chaser."; + mes "You should go and check it out."; + next; + mes "[Girl]"; + mes "Everytime they visit us, they are on new missions."; + mes "What missions are they doing I wonder?"; + set job_sha,1; } else if (job_sha == 1) { mes "If you have any interest... just go! Do you know where the guild is?"; next; |