summaryrefslogtreecommitdiff
path: root/npc/guides/guides_moscovia.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 20:17:15 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 20:17:15 +0000
commit4d4d4040ef1ae13f72bca2ca060e869d2d914754 (patch)
tree5b97f26a4ab553608844ad8560ceb0f732239a5e /npc/guides/guides_moscovia.txt
parentfdbec1d35364a6d4fa3ac9d5942e14f5fdf47541 (diff)
downloadhercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.gz
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.bz2
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.xz
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.zip
- Set svn:eol-style=native for some recently added text files (follow up to r15060).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15062 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides/guides_moscovia.txt')
-rw-r--r--npc/guides/guides_moscovia.txt178
1 files changed, 89 insertions, 89 deletions
diff --git a/npc/guides/guides_moscovia.txt b/npc/guides/guides_moscovia.txt
index 5ac602df0..c32ca5737 100644
--- a/npc/guides/guides_moscovia.txt
+++ b/npc/guides/guides_moscovia.txt
@@ -1,89 +1,89 @@
-//===== eAthena Script =======================================
-//= Moscovia Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Moscovia
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-moscovia,226,191,4 script Moscovia Guide#02mosc 959,{
- mes "[Moscovia Guide]";
- mes "A paradise on the sea";
- mes "beautiful wave and warm sunshine";
- mes "^8B4513Moscovia^000000 is waitting for you";
- mes "welcome to come here.";
- mes "I'm supporting to offer information about here.";
- mes "if you want to ask anything just feel free tell me.";
- while (1) {
- next;
- switch(select("[ Palace ]:[ Chapel ]:[ Weapon Shop ]:[ Armor Shop ]:[ Tool Shop ]:[ Inn ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Moscovia Guide]";
- mes "In the ^006400Palace^000000 you will find our Lord the Czar and other servants.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,255,140,0,0x0A82FF;
- break;
- case 2:
- mes "[Moscovia Guide]";
- mes "The ^008080Chapel^000000 is located here.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,253,179,1,0xAAFF00;
- break;
- case 3:
- mes "[Moscovia Guide]";
- mes "You can buy weapons from the best craftsmen in Moscovia if you go to ^FF1493Weapon Shop^000000.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,186,191,2,0x008080;
- break;
- case 4:
- mes "[Moscovia Guide]" ;
- mes "You will find only the best gear at the Moscovia ^8B4513Armor Shop^000000.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,204,169,3,0xB200FF;
- break;
- case 5:
- mes "[Moscovia Guide]";
- mes "The ^FF1493Tool Shop^000000 is located just south from the center of town.";
- mes "You can find all sorts of things you need for your travels.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,221,176,4,0xFF1493;
- break;
- case 6:
- mes "[Moscovia Guide]";
- mes "The Inn 'Sticky Herb Tree' is just north from the center of town.";
- mes "If you need to rest, there is no better place to stay.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,227,206,5,0x8B4513;
- break;
- case 7:
- mes "[Moscovia Guide]";
- mes "You can go back to Alberta at the docks.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,166,53,6,0x00BFFF;
- break;
- case 8:
- mes "[Moscovia Guide]";
- mes "I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- break;
- case 9:
- mes "[Moscovia Guide]";
- mes "Enjoy your trip~!";
- close;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Moscovia Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Moscovia
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+moscovia,226,191,4 script Moscovia Guide#02mosc 959,{
+ mes "[Moscovia Guide]";
+ mes "A paradise on the sea";
+ mes "beautiful wave and warm sunshine";
+ mes "^8B4513Moscovia^000000 is waitting for you";
+ mes "welcome to come here.";
+ mes "I'm supporting to offer information about here.";
+ mes "if you want to ask anything just feel free tell me.";
+ while (1) {
+ next;
+ switch(select("[ Palace ]:[ Chapel ]:[ Weapon Shop ]:[ Armor Shop ]:[ Tool Shop ]:[ Inn ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Moscovia Guide]";
+ mes "In the ^006400Palace^000000 you will find our Lord the Czar and other servants.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,255,140,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Moscovia Guide]";
+ mes "The ^008080Chapel^000000 is located here.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,253,179,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Moscovia Guide]";
+ mes "You can buy weapons from the best craftsmen in Moscovia if you go to ^FF1493Weapon Shop^000000.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,186,191,2,0x008080;
+ break;
+ case 4:
+ mes "[Moscovia Guide]" ;
+ mes "You will find only the best gear at the Moscovia ^8B4513Armor Shop^000000.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,204,169,3,0xB200FF;
+ break;
+ case 5:
+ mes "[Moscovia Guide]";
+ mes "The ^FF1493Tool Shop^000000 is located just south from the center of town.";
+ mes "You can find all sorts of things you need for your travels.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,221,176,4,0xFF1493;
+ break;
+ case 6:
+ mes "[Moscovia Guide]";
+ mes "The Inn 'Sticky Herb Tree' is just north from the center of town.";
+ mes "If you need to rest, there is no better place to stay.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,227,206,5,0x8B4513;
+ break;
+ case 7:
+ mes "[Moscovia Guide]";
+ mes "You can go back to Alberta at the docks.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,166,53,6,0x00BFFF;
+ break;
+ case 8:
+ mes "[Moscovia Guide]";
+ mes "I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ break;
+ case 9:
+ mes "[Moscovia Guide]";
+ mes "Enjoy your trip~!";
+ close;
+ }
+ }
+}