From 40066aec2e23c2b3c204e4a72de67d7f74d0536e Mon Sep 17 00:00:00 2001 From: euphyy Date: Mon, 20 Aug 2012 19:07:14 +0000 Subject: * Some cleaning of "Eden Group Quests" script, fixes include bugreport:6510 (re\quests\eden\eden_quests.txt) * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16671 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/jobs/3-2/shadow_chaser.txt | 34 +++++++++++++++++----------------- npc/re/jobs/novice/supernovice_ex.txt | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'npc/re/jobs') 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; diff --git a/npc/re/jobs/novice/supernovice_ex.txt b/npc/re/jobs/novice/supernovice_ex.txt index ec23fea16..5687c0768 100644 --- a/npc/re/jobs/novice/supernovice_ex.txt +++ b/npc/re/jobs/novice/supernovice_ex.txt @@ -383,7 +383,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 567,{ mes "[Nodor]"; mes "Have you visited already?"; next; - select("How much money shoud I give?"); + select("How much money should I give?"); mes "[Nodor]"; mes "Oh, you didn't go there yet?"; mes "Give him a little, ya~"; -- cgit v1.2.3-60-g2f50