summaryrefslogtreecommitdiff
path: root/npc/re/jobs/3-2/wanderer.txt
diff options
context:
space:
mode:
authorj-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-24 18:30:31 +0000
committerj-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-24 18:30:31 +0000
commita87b77d0659f031dbb6d74e2c8398bbb7a11cd65 (patch)
tree19e04c69b69ae3a37076931bbdb7f345d1c508f4 /npc/re/jobs/3-2/wanderer.txt
parenta719ab47c9bd89869dc2840d83216edbe4d66f5c (diff)
downloadhercules-a87b77d0659f031dbb6d74e2c8398bbb7a11cd65.tar.gz
hercules-a87b77d0659f031dbb6d74e2c8398bbb7a11cd65.tar.bz2
hercules-a87b77d0659f031dbb6d74e2c8398bbb7a11cd65.tar.xz
hercules-a87b77d0659f031dbb6d74e2c8398bbb7a11cd65.zip
- Merged and cleaned up Kafras. (kafras/kafras.txt)
- Added Warp Points / View Points Function. (kafras/functions_kafras.txt) - Updated dialogue for Shadow Chaser Job Change Quest. (jobs/3-2/shadow_chaser.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16699 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/jobs/3-2/wanderer.txt')
-rw-r--r--npc/re/jobs/3-2/wanderer.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/npc/re/jobs/3-2/wanderer.txt b/npc/re/jobs/3-2/wanderer.txt
index 1dcfdac90..f8eccb327 100644
--- a/npc/re/jobs/3-2/wanderer.txt
+++ b/npc/re/jobs/3-2/wanderer.txt
@@ -3,15 +3,15 @@
//===== By: ==================================================
//= Muad_Dib, Meyraw
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
-//= Any rAthena SVN
+//= rAthena SVN
//===== Description: =========================================
//= Official Script
//= Job change Quest from Dancer / Gypsy -> Wanderer.
//===== Additional Comments: =================================
//= 1.0 First Version.
-//= 2.0 Updated dialogue to be more official / accurate. Huge thanks to Muad_Dib! [Masao]
+//= 1.1 Updated dialogue to be more official / accurate. Huge thanks to Muad_Dib! [Masao]
//============================================================
xmas,162,209,5 script Aspiring Wanderer, Soy 714,{
@@ -38,9 +38,7 @@ xmas,162,209,5 script Aspiring Wanderer, Soy 714,{
mes "[Mimi]";
mes "But I understand you.";
mes "Many people are looking forward to meeting the best Wanderer in the world.";
- if ((Class != Job_Baby_Dancer) && (Class != Job_Dancer) && (Class != Job_Gypsy) && (BaseLevel != 99)) {
- close;
- }
+ if (Class != Job_Baby_Dancer && Class != Job_Dancer && Class != Job_Gypsy && BaseLevel != 99) close;
next;
select("Dancer Kim?:Wanderer?");
emotion e_omg;