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/ayothaya.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/ayothaya.txt')
-rw-r--r-- | npc/cities/ayothaya.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/cities/ayothaya.txt b/npc/cities/ayothaya.txt index 1c22c2975..2a4480aa2 100644 --- a/npc/cities/ayothaya.txt +++ b/npc/cities/ayothaya.txt @@ -1,21 +1,21 @@ //===== Hercules Script ====================================== //= Ayotaya Town -//===== By: ================================================== +//===== By: ================================================== //= MasterOfMuppets //===== Current Version: ===================================== //= 1.9 -//===== Description: ========================================= -//= [Aegis Conversion] +//===== Description: ========================================= +//= [Official Conversion] //= Ayotaya Town Script -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 1.7 Fixed character's anme bugs [Lupus] //= 1.8 Moved Alberta NPC to pre-re/re paths. [Euphy] -//= 1.9 Updated Warp coordinates to Alberta -//============================================================ +//= 1.9 Updated Renewal warp coordinates. +//============================================================ -// Ayothaya Transportation NPC -//============================================================ +// Ayothaya Transportation +//============================================================ - script ::Aibakthing_ayothaya -1,{ mes "[Aibakthing]"; mes "Hoo! Hah! Hoo! Hah!"; @@ -56,7 +56,7 @@ mes "Let us be off! Back to my"; mes "beautiful Ayotaya!"; close2; - set zeny,zeny-10000; + set Zeny, Zeny-10000; warp "ayothaya",149,71; end; } @@ -104,7 +104,7 @@ ayothaya,152,68,1 script Aibakthing#ayo2 843,{ } // Generic Ayothaya NPCs -//============================================================ +//============================================================ ayothaya,189,120,3 script Young Man#Thang 843,{ mes "[Thang]"; mes "There's an ancient,"; @@ -296,14 +296,14 @@ ayothaya,241,264,5 script Young Man#5ayothaya2 843,{ close; } -//============================================================ +//============================================================ // Old changelog -//============================================================ +//============================================================ //= 0.1 Added a Sailor NPC to get back to Alberta [ZoDIaC] //= 0.2 fixed coords, dialogues //= 0.3 Fixed Warp name, ayotaya doesn't exist, even though iRO -//= decided to call it Ayotaya, it really is Ayothaya, like -//= that Yuno/Juno thing +//= decided to call it Ayotaya, it really is Ayothaya, like +//= that Yuno/Juno thing //= 0.4 Added the official warp npc for Ayothaya. [MasterOfMuppets] //= 1.0 Added most of the official npcs. The following quests were added: [MasterOfMuppets] //= Tom Yum Goong quest, Holy Threads quest and Holier threads quest. @@ -314,4 +314,4 @@ ayothaya,241,264,5 script Young Man#5ayothaya2 843,{ //= 1.3 Removed Duplicates [Silent] //= 1.4 Moved quests to quests/quests_ayothaya.txt [Evera] //= 1.5 Moved a few NPC's to quests/quests_ayothaya.txt [MasterOfMuppets] -//============================================================ +//============================================================ |