diff options
author | j-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-24 18:30:31 +0000 |
---|---|---|
committer | j-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-24 18:30:31 +0000 |
commit | a87b77d0659f031dbb6d74e2c8398bbb7a11cd65 (patch) | |
tree | 19e04c69b69ae3a37076931bbdb7f345d1c508f4 /npc/re/jobs/3-2/shadow_chaser.txt | |
parent | a719ab47c9bd89869dc2840d83216edbe4d66f5c (diff) | |
download | hercules-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/shadow_chaser.txt')
-rw-r--r-- | npc/re/jobs/3-2/shadow_chaser.txt | 13 |
1 files changed, 8 insertions, 5 deletions
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; |