diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-20 19:07:14 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-20 19:07:14 +0000 |
commit | 40066aec2e23c2b3c204e4a72de67d7f74d0536e (patch) | |
tree | 4a7a06b7dd6eb47d9516eecb98a688c7c7e5e27e /npc/re/jobs/3-2/shadow_chaser.txt | |
parent | 3e13249b4d6433452900ff2f56c408a57d5d6a83 (diff) | |
download | hercules-40066aec2e23c2b3c204e4a72de67d7f74d0536e.tar.gz hercules-40066aec2e23c2b3c204e4a72de67d7f74d0536e.tar.bz2 hercules-40066aec2e23c2b3c204e4a72de67d7f74d0536e.tar.xz hercules-40066aec2e23c2b3c204e4a72de67d7f74d0536e.zip |
* 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
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; |