diff options
author | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-27 19:22:44 +0000 |
---|---|---|
committer | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-27 19:22:44 +0000 |
commit | 85b3fdd4c72f6d0370d066bc963c72d079bd0dfe (patch) | |
tree | 270b141cf2a5bf8784234e6568c43d08a365d37a /npc/jobs | |
parent | bf90f8a751316c1987242bfe19657825e56035b1 (diff) | |
download | hercules-85b3fdd4c72f6d0370d066bc963c72d079bd0dfe.tar.gz hercules-85b3fdd4c72f6d0370d066bc963c72d079bd0dfe.tar.bz2 hercules-85b3fdd4c72f6d0370d066bc963c72d079bd0dfe.tar.xz hercules-85b3fdd4c72f6d0370d066bc963c72d079bd0dfe.zip |
Fixed the fix to the Ninja job quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6325 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index 0b1e8e165..02b97ec2e 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -3,12 +3,13 @@ //===== Initial Version by: ==================================
//= Lord Gywall
//===== Current Version: =====================================
-//= 1.1
+//= 1.1b
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
//= Temp Ninja Quest
//===== Additional Comments: =================================
+//= 1.1b Fixed the below fix. [blackhole89]
//= 1.1 Removed tRO specific questions; minor fixes. [blackhole89]
//= 1.0 Fixed minor things [Lupus]
//============================================================
@@ -36,17 +37,14 @@ N_Question: mes "Where can you find a Poison Toad?";
menu "Amatsu Field",N_C,"Louyang Field",N_W,"Prontera Field",N_W,"Einbroch Field",N_W;
N_Q1:
- mes "[Ninja Master]";
mes "Which of these places does not have its own fields?";
next;
menu "Geffen",N_W,"Alberta",N_C,"Payon",N_W,"Lighthalzen",N_W;
N_Q2:
- mes "[Ninja Master]";
mes "Dammit.. which one is a fake weapon?";
next;
menu "Dirk",N_W,"Coward",N_W,"Stardust Blade",N_W,"Myrital",N_C;
N_Q3:
- mes "[Ninja Master]";
mes "Which is the odd one out?";
next;
menu "Super Novice",N_W,"Gunslinger",N_W,"TaeKwon",N_C,"Ninja",N_W;
@@ -65,7 +63,7 @@ N_W: menu "Try again",N_Question,"Give up",-;
close;
N_Bad:
- mes "Wait a second.. Your either too low in job level or you have skill points left...";
+ mes "Wait a second.. You're either too low in job level or you have skill points left...";
close;
N_Require:
mes "[Ninja Master]";
|