diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 20:17:15 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 20:17:15 +0000 |
commit | 4d4d4040ef1ae13f72bca2ca060e869d2d914754 (patch) | |
tree | 5b97f26a4ab553608844ad8560ceb0f732239a5e /npc/guides/guides_veins.txt | |
parent | fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541 (diff) | |
download | hercules-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_veins.txt')
-rw-r--r-- | npc/guides/guides_veins.txt | 216 |
1 files changed, 108 insertions, 108 deletions
diff --git a/npc/guides/guides_veins.txt b/npc/guides/guides_veins.txt index 9f0371c82..f28b5d607 100644 --- a/npc/guides/guides_veins.txt +++ b/npc/guides/guides_veins.txt @@ -1,108 +1,108 @@ -//===== eAthena Script =======================================
-//= Veins Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Veins
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guides.
-//============================================================
-
-veins,210,345,5 script Veins Guide#veins01::GuideVeins 934,{
- mes "[Veins Guide]";
- mes "Thank you for coming through the rough sand storms. Welcome to ^8B4513Veins^000000, the Canyon Village.";
- mes "If this is the first time for you to use the guide services, why don't you check the \"Notice\" menu first?";
- next;
- while (1) {
- switch(select("[ Temple ]:[ Inn ]:[ Pub ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Geological Research Institute ]:[ Cool Event Corp. Staff ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Veins Guide]";
- mes "The Temple is always filled with praying the faithful of the incarnation of goddess Freya.";
- mes "It's located on the North side of Veins.";
- mes "Would you like to check any other locations?";
- viewpoint 1,197,256,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Veins Guide]";
- mes "You can rest your fatigue of the journey in the Inn. The Inn is located on the North-West side of Veins.";
- mes "Would you like to check any other locations?";
- viewpoint 1,110,278,1,0xFF4500;
- next;
- break;
- case 3:
- mes "[Veins Guide]";
- mes "If you want to talk to the Veins Towners, visit the Veins Pub.";
- mes "The pub is located on the west side of Veins.";
- mes "Would you like to check any other locations?";
- viewpoint 1,150,215,2,0xDAA520;
- next;
- break;
- case 4:
- mes "[Veins Guide]";
- mes "You have to be able to protect your own body.";
- mes "The Weapon Shop in Veins is selling the good weapons at a reasonable price..";
- mes "It is located on the West side of Veins.";
- mes "Would you like to check any other locations?";
- viewpoint 1,150,175,3,0x008000;
- next;
- break;
- case 5:
- mes "[Veins Guide]";
- mes "The essential items! Check out the Veins Tool Shop in the center of town..";
- mes "Would you like to check any other locations?";
- viewpoint 1,230,161,4,0x0000FF;
- next;
- break;
- case 6:
- mes "[Veins Guide]";
- mes "The Airport of Veins is currently only used for Cargo.";
- mes "Would you like to check any other locations?";
- viewpoint 1,273,287,5,0x000080;
- next;
- break;
- case 7:
- mes "[Veins Guide]";
- mes "Are you interested in Geology?";
- mes "If so, please visit the Geological Research Institute at the second floor of Weapon Shop.";
- mes "Would you like to check any other locations?";
- viewpoint 1,150,175,6,0x800080;
- next;
- break;
- case 8:
- mes "[Veins Guide]";
- mes "I will mark the location";
- mes "of the ^808080Cool Event Corp. Staff^000000";
- mes "on your mini map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,209,127,7,0x808080;
- next;
- break;
- case 9:
- mes "[Veins Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,197,256,0,0xFFFFFF;
- viewpoint 2,110,278,1,0xFFFFFF;
- viewpoint 2,150,215,2,0xFFFFFF;
- viewpoint 2,150,175,3,0xFFFFFF;
- viewpoint 2,230,161,4,0xFFFFFF;
- viewpoint 2,273,287,5,0xFFFFFF;
- viewpoint 2,150,175,6,0xFFFFFF;
- viewpoint 2,209,127,7,0xFFFFFF;
- next;
- break;
- case 10:
- mes "[Veins Guide]";
- mes "Have a safe journey!";
- close;
- }
- }
-}
-
-veins,189,101,5 duplicate(GuideVeins) Veins Guide#veins02 934
+//===== eAthena Script ======================================= +//= Veins Guides +//===== By: ================================================== +//= L0ne_W0lf +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= eAthena SVN +//===== Description: ========================================= +//= [Aegis Conversion] +//= Guides for the city of Veins +//===== Additional Comments: ================================= +//= 1.0 First version, Renewal guides. +//============================================================ + +veins,210,345,5 script Veins Guide#veins01::GuideVeins 934,{ + mes "[Veins Guide]"; + mes "Thank you for coming through the rough sand storms. Welcome to ^8B4513Veins^000000, the Canyon Village."; + mes "If this is the first time for you to use the guide services, why don't you check the \"Notice\" menu first?"; + next; + while (1) { + switch(select("[ Temple ]:[ Inn ]:[ Pub ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Geological Research Institute ]:[ Cool Event Corp. Staff ]:Remove Marks from Mini-Map:Cancel")) { + case 1: + mes "[Veins Guide]"; + mes "The Temple is always filled with praying the faithful of the incarnation of goddess Freya."; + mes "It's located on the North side of Veins."; + mes "Would you like to check any other locations?"; + viewpoint 1,197,256,0,0xFF0000; + next; + break; + case 2: + mes "[Veins Guide]"; + mes "You can rest your fatigue of the journey in the Inn. The Inn is located on the North-West side of Veins."; + mes "Would you like to check any other locations?"; + viewpoint 1,110,278,1,0xFF4500; + next; + break; + case 3: + mes "[Veins Guide]"; + mes "If you want to talk to the Veins Towners, visit the Veins Pub."; + mes "The pub is located on the west side of Veins."; + mes "Would you like to check any other locations?"; + viewpoint 1,150,215,2,0xDAA520; + next; + break; + case 4: + mes "[Veins Guide]"; + mes "You have to be able to protect your own body."; + mes "The Weapon Shop in Veins is selling the good weapons at a reasonable price.."; + mes "It is located on the West side of Veins."; + mes "Would you like to check any other locations?"; + viewpoint 1,150,175,3,0x008000; + next; + break; + case 5: + mes "[Veins Guide]"; + mes "The essential items! Check out the Veins Tool Shop in the center of town.."; + mes "Would you like to check any other locations?"; + viewpoint 1,230,161,4,0x0000FF; + next; + break; + case 6: + mes "[Veins Guide]"; + mes "The Airport of Veins is currently only used for Cargo."; + mes "Would you like to check any other locations?"; + viewpoint 1,273,287,5,0x000080; + next; + break; + case 7: + mes "[Veins Guide]"; + mes "Are you interested in Geology?"; + mes "If so, please visit the Geological Research Institute at the second floor of Weapon Shop."; + mes "Would you like to check any other locations?"; + viewpoint 1,150,175,6,0x800080; + next; + break; + case 8: + mes "[Veins Guide]"; + mes "I will mark the location"; + mes "of the ^808080Cool Event Corp. Staff^000000"; + mes "on your mini map."; + mes "Would you like to check any other locations?"; + viewpoint 1,209,127,7,0x808080; + next; + break; + case 9: + mes "[Veins Guide]"; + mes "Sure, I'll remove all marks from your mini-map."; + mes "Is there anything else I can do for you?"; + viewpoint 2,197,256,0,0xFFFFFF; + viewpoint 2,110,278,1,0xFFFFFF; + viewpoint 2,150,215,2,0xFFFFFF; + viewpoint 2,150,175,3,0xFFFFFF; + viewpoint 2,230,161,4,0xFFFFFF; + viewpoint 2,273,287,5,0xFFFFFF; + viewpoint 2,150,175,6,0xFFFFFF; + viewpoint 2,209,127,7,0xFFFFFF; + next; + break; + case 10: + mes "[Veins Guide]"; + mes "Have a safe journey!"; + close; + } + } +} + +veins,189,101,5 duplicate(GuideVeins) Veins Guide#veins02 934 |