diff options
Diffstat (limited to 'npc/re/guides/guides_ayothaya.txt')
-rw-r--r-- | npc/re/guides/guides_ayothaya.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/re/guides/guides_ayothaya.txt b/npc/re/guides/guides_ayothaya.txt index cafc85dc9..b6da9cba5 100644 --- a/npc/re/guides/guides_ayothaya.txt +++ b/npc/re/guides/guides_ayothaya.txt @@ -3,14 +3,15 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Ayothaya //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. +//= 1.1 Added missing case. [Joseph] //============================================================ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{ @@ -22,7 +23,7 @@ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{ mes "Take your time to look around."; while (1) { next; - switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) { + switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:[ Aibakthing ]:Remove Marks from Mini-Map:Cancel")) { case 1: mes "[Noi]"; mes "The ^0000FFWeapon Shop^000000"; @@ -95,7 +96,7 @@ ayothaya,146,86,4 script Ayothaya Guide Noa#01ay 839,{ mes "Take your time to look around."; while (1) { next; - switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) { + switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:[ Aibakthing ]:Remove Marks from Mini-Map:Cancel")) { case 1: mes "[Noa]"; mes "The ^0000FFKafra Employee^000000 is"; |