diff options
Diffstat (limited to 'npc/cities/ayothaya.txt')
-rw-r--r-- | npc/cities/ayothaya.txt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/npc/cities/ayothaya.txt b/npc/cities/ayothaya.txt index 1c22c2975..a4e214582 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; + Zeny -= 10000; warp "ayothaya",149,71; end; } @@ -82,7 +82,7 @@ } } -ayothaya,152,68,1 script Aibakthing#ayo2 843,{ +ayothaya,152,68,1 script Aibakthing#ayo2 4_M_THAIONGBAK,{ mes "[Aibakthing]"; mes "Hoo! Hah! Hmm! Hah!"; mes "So, how did you like Ayotaya? Did you get a chance to try Tom Yum Goong? When you're ready, I shall take you back home."; @@ -104,8 +104,8 @@ ayothaya,152,68,1 script Aibakthing#ayo2 843,{ } // Generic Ayothaya NPCs -//============================================================ -ayothaya,189,120,3 script Young Man#Thang 843,{ +//============================================================ +ayothaya,189,120,3 script Young Man#Thang 4_M_THAIONGBAK,{ mes "[Thang]"; mes "There's an ancient,"; mes "dreadful building in"; @@ -121,7 +121,7 @@ ayothaya,189,120,3 script Young Man#Thang 843,{ close; } -ayothaya,171,152,5 script Girl#Lalitha 838,{ +ayothaya,171,152,5 script Girl#Lalitha 4_F_THAIAYO,{ set .@sit,rand(1,5); if (.@sit > 0 && .@sit < 3) { mes "[Lalitha]"; @@ -192,7 +192,7 @@ ayothaya,171,152,5 script Girl#Lalitha 838,{ close; } -ayothaya,143,102,5 script Old Man#ayothaya 842,{ +ayothaya,143,102,5 script Old Man#ayothaya 4_M_THAIOLD,{ mes "[Villager]"; mes "Ummm."; mes "Hmmmmm..."; @@ -237,7 +237,7 @@ ayothaya,143,102,5 script Old Man#ayothaya 842,{ close; } -ayothaya,197,189,5 script Young Man#1ayothaya 841,{ +ayothaya,197,189,5 script Young Man#1ayothaya 4_M_THAIAYO,{ mes "[Kwan]"; mes "Phew, isn't it"; mes "soooo hot today?"; @@ -263,7 +263,7 @@ ayothaya,197,189,5 script Young Man#1ayothaya 841,{ close; } -ayothaya,214,142,5 script Young Man#5ayothaya 843,{ +ayothaya,214,142,5 script Young Man#5ayothaya 4_M_THAIONGBAK,{ mes "[Detzi]"; mes "In Ayotaya, we have our own traditional martial arts. We, the young men of the village, practice our traditional martial arts in order to become strong."; next; @@ -272,7 +272,7 @@ ayothaya,214,142,5 script Young Man#5ayothaya 843,{ close; } -ayothaya,241,264,5 script Young Man#5ayothaya2 843,{ +ayothaya,241,264,5 script Young Man#5ayothaya2 4_M_THAIONGBAK,{ mes "[Eik]"; mes "Hey..."; mes "You look pretty strong"; @@ -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 +//= 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 //= 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] -//============================================================ +//============================================================ |