|
@@ -3,14 +3,15 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= L0ne_W0lf
|
|
//= L0ne_W0lf
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.0
|
|
|
|
|
|
+//= 1.1
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= rAthena SVN
|
|
//= rAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
-//= [Aegis Conversion]
|
|
|
|
|
|
+//= [Official Conversion]
|
|
//= Guide for the city of Ayothaya
|
|
//= Guide for the city of Ayothaya
|
|
//===== Additional Comments: =================================
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 First version, Renewal guide.
|
|
//= 1.0 First version, Renewal guide.
|
|
|
|
+//= 1.1 Added missing case. [Joseph]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{
|
|
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.";
|
|
mes "Take your time to look around.";
|
|
while (1) {
|
|
while (1) {
|
|
next;
|
|
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:
|
|
case 1:
|
|
mes "[Noi]";
|
|
mes "[Noi]";
|
|
mes "The ^0000FFWeapon Shop^000000";
|
|
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.";
|
|
mes "Take your time to look around.";
|
|
while (1) {
|
|
while (1) {
|
|
next;
|
|
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:
|
|
case 1:
|
|
mes "[Noa]";
|
|
mes "[Noa]";
|
|
mes "The ^0000FFKafra Employee^000000 is";
|
|
mes "The ^0000FFKafra Employee^000000 is";
|