From a87b77d0659f031dbb6d74e2c8398bbb7a11cd65 Mon Sep 17 00:00:00 2001 From: j-tkay Date: Fri, 24 Aug 2012 18:30:31 +0000 Subject: - 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 --- npc/re/jobs/3-2/shadow_chaser.txt | 13 ++++++++----- npc/re/jobs/3-2/wanderer.txt | 10 ++++------ 2 files changed, 12 insertions(+), 11 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 796281466..b94de3395 100644 --- a/npc/re/jobs/3-2/shadow_chaser.txt +++ b/npc/re/jobs/3-2/shadow_chaser.txt @@ -1,10 +1,10 @@ //===== rAthena Script ======================================= -// Shadow Chaser Job change Quest +// Shadow Chaser Job Change Quest //===== By: ================================================== //= ultragunner //= Credits: Oshinoke //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= rAthena //===== Description: ========================================= @@ -13,6 +13,7 @@ //===== Additional Comments: ================================= //= 1.0 First Version. //= 1.1 Standardized. [Euphy] +//= 1.2 Updated dialogue. [Joseph] //============================================================ morocc,156,70,3 script Girl#H-1 93,{ @@ -806,9 +807,10 @@ L_icedun: mes "I would look for it..."; close; } else if (job_sha == 27) { - // Is this correct? + // Custom Translation mes "[Paul]"; - mes "Kkkkkkkkkkkkkkkk!"; + mes "Hohohohehehehahaha."; + mes "Ouch! my stomach hurts."; next; mes "[Paul]"; mes "Now I almost guessed what would happen later..."; @@ -1449,7 +1451,8 @@ job3_sha01,25,28,5 script ????#H-23 844,{ } } // Custom Translation - mes "You don't have to stay in here."; + mes "The box engraved with mysterious pattern."; + mes "When you push the box, it opens a door leading outside."; close2; warp "ice_dun02",209,219; end; 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; -- cgit v1.2.3-60-g2f50