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/cities/aldebaran.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/cities/aldebaran.txt')
-rw-r--r-- | npc/cities/aldebaran.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/cities/aldebaran.txt b/npc/cities/aldebaran.txt index d49a4f8f0..e60902b74 100644 --- a/npc/cities/aldebaran.txt +++ b/npc/cities/aldebaran.txt @@ -1,15 +1,15 @@ //===== Hercules Script ====================================== //= Al De Baran Town -//===== By: ================================================== -//= L0ne_W0lf, rAthena Dev Team -//===== Current Version: ===================================== +//===== By: ================================================== +//= rAthena Dev Team; L0ne_W0lf +//===== Current Version: ===================================== //= 2.3 -//===== Description: ========================================= -//= [Aegis Conversion] +//===== Description: ========================================= +//= [Official Conversion] //= Al De Baran Town NPCs -//===== Additional Comments: ================================= -//= v1.1 Added RS125 NPC. Added another Kafra Reserve points agent. -//= The 2nd reserve points agent is not complete yet. +//===== Additional Comments: ================================= +//= 1.1 Added RS125 NPC. Added another Kafra Reserve points agent. +//= The 2nd reserve points agent is not complete yet. //= 1.2 Lottery input number fix [Lupus], 1.2a - label typo fixed //= 1.3 Gatekeeper's bug fixed (wrong check and wrong item ID //= for underground), fixed some typos [Lupus] @@ -21,8 +21,8 @@ //= 1.7 Fixed exploits [Lupus] 1.8 Removed Duplicates [Silent] //= 1.9 Fixed a bunch of typos with information from Crono/Hollengrhen [Evera] //= 1.9a Now Pavianne doesn't sell Kafra Passes. She refunds them [Lupus] -//= 2.0 Re-made all the dialog-only NPCs with official dialogs. -//= Kafra and Clock Tower NPCs pending remake. [DZeroX] +//= 2.0 Re-made all the dialog-only NPCs with official dialogs. +//= Kafra and Clock Tower NPCs pending remake. [DZeroX] //= 2.01 removed all .GATs [Lupus] //= 2.1 Rescripted most NPCs to Aegis 10.3 standards. [L0ne_W0lf] //= 2.2 Corrected NPC names to fall within proper resctrictions. [L0ne_W0lf] @@ -685,7 +685,7 @@ aldeba_in,156,179,4 script Master#alde 61,{ mes "Who's your"; mes "favorite Kafra girl?"; next; - if (sex == 0) { + if (Sex == 0) { mes "[Master]"; mes "Oh, and don't worry. I know that girls have some kind of opinion about how pretty other girls are."; next; |