diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/re/quests/homun_s.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/re/quests/homun_s.txt')
-rw-r--r-- | npc/re/quests/homun_s.txt | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/npc/re/quests/homun_s.txt b/npc/re/quests/homun_s.txt index 66b7537c9..3eab35867 100644 --- a/npc/re/quests/homun_s.txt +++ b/npc/re/quests/homun_s.txt @@ -1,20 +1,18 @@ //===== Hercules Script ====================================== -//= Homunculus S Quest -//===== By: ================================================== -//= Masao -//===== Current Version: ===================================== +//= Homunculus S Mutation Quest +//===== By: ================================================== +//= Euphy +//===== Current Version: ===================================== //= 1.2 -//===== Compatible With: ===================================== -//= Hercules -//===== Description: ========================================= -//= Evolves an Homunculus which is at least Level 99 to the -//= new Homunculus S Class. -//===== Additional Comments: ================================= -//= 1.0 First Version. The actual changing dialog is currently -//= customized. [Masao] +//===== Description: ========================================= +//= [Official Conversion] +//= Genetic quest to mutate a level 99 evolved Homunculus +//= into a Homunculus S. +//===== Additional Comments: ================================= +//= 1.0 First Version, entirely custom. [Masao] //= 1.1 Cleaning. [Euphy] //= 1.2 Replaced with official script. [Euphy] -//============================================================ +//============================================================ // Main NPCs //============================================================ @@ -1359,4 +1357,4 @@ que_house_s,23,46,3 script #05homun_s 111,{ mes ":: new Homunculus."; close; } -}
\ No newline at end of file +} |