summaryrefslogtreecommitdiff
path: root/npc/guides
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-10 08:45:19 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-10 08:45:19 +0000
commit1753d5ae8dce576b021b91822440a10ff740f404 (patch)
tree2879f9f98636cd2e4fae83ec3b6cdf687b1e5e8a /npc/guides
parent8e2460f8eb756ed7eb1ffba7244af7b1cb68b3fd (diff)
downloadhercules-1753d5ae8dce576b021b91822440a10ff740f404.tar.gz
hercules-1753d5ae8dce576b021b91822440a10ff740f404.tar.bz2
hercules-1753d5ae8dce576b021b91822440a10ff740f404.tar.xz
hercules-1753d5ae8dce576b021b91822440a10ff740f404.zip
NPC typo fixes, eol style definitons, newline at end of file
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10738 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides')
-rw-r--r--npc/guides/guides_rachel.txt220
1 files changed, 110 insertions, 110 deletions
diff --git a/npc/guides/guides_rachel.txt b/npc/guides/guides_rachel.txt
index 38a5f783d..3a621e971 100644
--- a/npc/guides/guides_rachel.txt
+++ b/npc/guides/guides_rachel.txt
@@ -1,110 +1,110 @@
-//===== eAthena Script =======================================
-//= Rachel Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Rachel City guide
-//===== Additional Comments: =================================
-//= 1.0 First version. [L0ne_W0lf]
-//= 1.1 Change the while loops a bit. [L0ne_W0lf]
-//============================================================
-rachel,138,146,5 script Rachel Guide 934,{
- mes "[Rachel Guide]";
- mes "Welcome to the capital of";
- mes "Arunafeltz, Rachel where a warm";
- mes "breath of goddess Freya reaches.";
- mes "If this is the first time for you";
- mes "to use the guide services, why";
- mes "don't you check the \"Notice\" menu first?";
- set .@loop,1;
- while(.@loop) {
- next;
- switch(select("Village Guide:Remove Marks from Mini-Map:Notice:Cancel")) {
- case 1:
- mes "[Rachel Guide]";
- mes "I can tell you any building location as long as it is in Rachel.";
- mes "So where do you want to go?";
- if (.@compass_check == 0) {
- mes "Would you like me";
- mes "to mark locations";
- mes "on your Mini-Map?";
- next;
- if (select("Yes:No") == 1) set .@compass_check,1;
- next;
- }
- set .@loop2,1;
- while(.@loop2) {
- if (.@wait_button_chk == 0) set .@wait_button_chk,1;
- else next;
-
- switch(select("Cheshrumnir:Inn:Weapon Shop:Tool Shop:Airport:Cancel")) {
- case 1:
- mes "[Rachel Guide]";
- mes "Cheshrumnir is a holy ground where pope, the incarnation of goddess Freya stays.";
- mes "Take the road to the norh to find the building.";
- if (.@compass_check == 1) viewpoint 1,150,249,1,0xFF0000;
- break;
- case 2:
- mes "[Rachel Guide]";
- mes "You can rest your fatigue off the journey in the Inn.";
- mes "The left building next to me is the Inn of Rachel.";
- if (.@compass_check == 1) viewpoint 1,115,149,2,0xFF00FF;
- break;
- case 3:
- mes "[Rachel Guide]";
- mes "Do you want to check out the weapons that are sold in Rachel?";
- mes "The weapon shop is located nearby the western gate.";
- if (.@compass_check == 1) viewpoint 1,42,87,3,0x99FFFF;
- break;
- case 4:
- mes "[Rachel Guide]";
- mes "Rachel tool shop sells the best quality potions.";
- mes "It's located nearby the western gate.";
- if (.@compass_check == 1) viewpoint 1,83,78,4,0x0000FF;
- break;
- case 5:
- mes "[Rachel Guide]";
- mes "The Airport is located outside the eastern gate.";
- if (.@compass_check == 1) viewpoint 1,273,125,5,0x00FF00;
- break;
- case 6:
- mes "[Rachel Guide]";
- mes "If you like to get rid of all the location marks on your Mini-Map,";
- mes "just ask me again, and choose \"Remove Marks from Mini-Map\" menu.";
- set .@loop2,0;
- break;
- }
- }
- break;
-
- case 2:
- viewpoint 2,150,249,1,0xFF0000;
- viewpoint 2,115,149,2,0xFF00FF;
- viewpoint 2,42,87,3,0x99FFFF;
- viewpoint 2,83,78,4,0x0000FF;
- viewpoint 2,273,125,5,0x00FF00;
- mes "[Rachel Guide]";
- mes "Okay, they are gone now. If you have more locations to ask, just let me know.";
- break;
- case 3:
- mes "[Rachel Guide]";
- mes "When you are using the ''Village Guide'' menu,";
- mes "make sure that building locations will be marked on your mini-map at the upper right side of your screen.";
- mes "If you cannot see your mini-map, use the short cut key ''ctrl+tab'' or press the ''Map'' button on your basic information windows, okay?";
- mes "And you can also zoom out your mini-map by using the ''-'' button in case you cannot view the entire map of the village.";
- break;
- case 4:
- mes "[Rachel Guide]";
- mes "Hope you have a wonderfull journey";
- mes "in Arunafeltz.";
- set .@loop,0;
- break;
- }
- }
- close;
-} \ No newline at end of file
+//===== eAthena Script =======================================
+//= Rachel Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Rachel City guide
+//===== Additional Comments: =================================
+//= 1.0 First version. [L0ne_W0lf]
+//= 1.1 Change the while loops a bit. [L0ne_W0lf]
+//============================================================
+rachel,138,146,5 script Rachel Guide 934,{
+ mes "[Rachel Guide]";
+ mes "Welcome to the capital of";
+ mes "Arunafeltz, Rachel where a warm";
+ mes "breath of goddess Freya reaches.";
+ mes "If this is the first time for you";
+ mes "to use the guide services, why";
+ mes "don't you check the \"Notice\" menu first?";
+ set .@loop,1;
+ while(.@loop) {
+ next;
+ switch(select("Village Guide:Remove Marks from Mini-Map:Notice:Cancel")) {
+ case 1:
+ mes "[Rachel Guide]";
+ mes "I can tell you any building location as long as it is in Rachel.";
+ mes "So where do you want to go?";
+ if (.@compass_check == 0) {
+ mes "Would you like me";
+ mes "to mark locations";
+ mes "on your Mini-Map?";
+ next;
+ if (select("Yes:No") == 1) set .@compass_check,1;
+ next;
+ }
+ set .@loop2,1;
+ while(.@loop2) {
+ if (.@wait_button_chk == 0) set .@wait_button_chk,1;
+ else next;
+
+ switch(select("Cheshrumnir:Inn:Weapon Shop:Tool Shop:Airport:Cancel")) {
+ case 1:
+ mes "[Rachel Guide]";
+ mes "Cheshrumnir is a holy ground where pope, the incarnation of goddess Freya stays.";
+ mes "Take the road to the norh to find the building.";
+ if (.@compass_check == 1) viewpoint 1,150,249,1,0xFF0000;
+ break;
+ case 2:
+ mes "[Rachel Guide]";
+ mes "You can rest your fatigue off the journey in the Inn.";
+ mes "The left building next to me is the Inn of Rachel.";
+ if (.@compass_check == 1) viewpoint 1,115,149,2,0xFF00FF;
+ break;
+ case 3:
+ mes "[Rachel Guide]";
+ mes "Do you want to check out the weapons that are sold in Rachel?";
+ mes "The weapon shop is located nearby the western gate.";
+ if (.@compass_check == 1) viewpoint 1,42,87,3,0x99FFFF;
+ break;
+ case 4:
+ mes "[Rachel Guide]";
+ mes "Rachel tool shop sells the best quality potions.";
+ mes "It's located nearby the western gate.";
+ if (.@compass_check == 1) viewpoint 1,83,78,4,0x0000FF;
+ break;
+ case 5:
+ mes "[Rachel Guide]";
+ mes "The Airport is located outside the eastern gate.";
+ if (.@compass_check == 1) viewpoint 1,273,125,5,0x00FF00;
+ break;
+ case 6:
+ mes "[Rachel Guide]";
+ mes "If you like to get rid of all the location marks on your Mini-Map,";
+ mes "just ask me again, and choose \"Remove Marks from Mini-Map\" menu.";
+ set .@loop2,0;
+ break;
+ }
+ }
+ break;
+
+ case 2:
+ viewpoint 2,150,249,1,0xFF0000;
+ viewpoint 2,115,149,2,0xFF00FF;
+ viewpoint 2,42,87,3,0x99FFFF;
+ viewpoint 2,83,78,4,0x0000FF;
+ viewpoint 2,273,125,5,0x00FF00;
+ mes "[Rachel Guide]";
+ mes "Okay, they are gone now. If you have more locations to ask, just let me know.";
+ break;
+ case 3:
+ mes "[Rachel Guide]";
+ mes "When you are using the ''Village Guide'' menu,";
+ mes "make sure that building locations will be marked on your mini-map at the upper right side of your screen.";
+ mes "If you cannot see your mini-map, use the short cut key ''ctrl+tab'' or press the ''Map'' button on your basic information windows, okay?";
+ mes "And you can also zoom out your mini-map by using the ''-'' button in case you cannot view the entire map of the village.";
+ break;
+ case 4:
+ mes "[Rachel Guide]";
+ mes "Hope you have a wonderfull journey";
+ mes "in Arunafeltz.";
+ set .@loop,0;
+ break;
+ }
+ }
+ close;
+}