root/npc/guides/guides_louyang.txt @ 1

Revision 1, 7.9 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script =======================================
2//= Louyang Guides
3//===== By: ==================================================
4//= jAthena/Tsuyuki; L0ne_W0lf
5//===== Current Version: =====================================
6//= 1.2
7//===== Compatible With: =====================================
8//= eAthena SVN
9//===== Description: =========================================
10//= Guides for the City of Louyang
11//===== Additional Comments: =================================
12//= Fully working
13//= 0.5 Added first, Japanese version [Tsuyuki]
14//= 1.0 Translated to English from iRO NPC Dialogue (100% Official) [Tsuyuki]
15//= 1.1 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
16//= 1.2 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
17//============================================================
18
19louyang,213,213,3       script  Soldier#BA::LouGuide    825,{
20        mes "[Soldier]";
21        mes "Welcome to Louyang,";
22        mes "a city with a long";
23        mes "and colorful history.";
24        next;
25        mes "[Soldier]";
26        mes "Recently we've developed";
27        mes "an ocean lane to accomodate";
28        mes "positive exchange with";
29        mes "foreign nations.";
30        next;
31        mes "[Soldier]";
32        mes "Louyang is well-known for various specialties in addition to its rich history. Here you can find many things unique to our land.";
33        next;
34        mes "[Soldier]";
35        mes "Please take your time";
36        mes "and we invite you to enjoy";
37        mes "your trip here in Louyang.";
38        next;
39        switch(select("Ask Building Locations.:Remove all marks from mini-map.:Cancel.")) {
40        case 1:
41                mes "[Soldier]";
42                mes "Where would you like to go?";
43                next;
44                switch(select("Dragon Castle:Doctor's Office:City Hall:Weapon Shop:Tool Shop:Tavern:Cancel")) {
45                case 1:
46                        mes "[Soldier]";
47                        mes "The Dragon Castle is located at ^FF3355+^000000. It is where all the nobles reside, including our lord.";
48                        next;
49                        mes "[Soldier]";
50                        mes "Since you're an outsider, I guess it would be appropriate for you to visit our lord first.";
51                        viewpoint 1,218,255,2,0xFF3355;
52                        break;
53                case 2:
54                        mes "[Soldier]";
55                        mes "We have a very skillful doctor.";
56                        mes "You can find her office at ^CE6300+^000000.";
57                        next;
58                        mes "[Soldier]";
59                        mes "It is said that there";
60                        mes "is no disease she cannot cure. Well, I can't guarantee if that's true or not.";
61                        viewpoint 1,263,94,3,0xCE6300;
62                        break;
63                case 3:
64                        mes "[Soldier]";
65                        mes "We have a City Hall where the federal government operates.";
66                        mes "It is located at ^A5BAAD+^000000.";
67                        next;
68                        mes "[Soldier]";
69                        mes "If you have any problems,";
70                        mes "you should talk with the";
71                        mes "employees in City Hall.";
72                        viewpoint 1,309,80,4,0xA5BAAD;
73                        break;
74                case 4:
75                        mes "[Soldier]";
76                        mes "The Weapon Shop is located at ^55FF33+^000000.";
77                        next;
78                        mes "[Soldier]";
79                        mes "You will see";
80                        mes "marvelous weapons forged";
81                        mes "by the well-experienced";
82                        mes "blacksmiths of Louyang.";
83                        viewpoint 1,145,174,5,0x55FF33;
84                        break;
85                case 5:
86                        mes "[Soldier]";
87                        mes "The Tool Shop is located at ^3355FF+^000000.";
88                        next;
89                        mes "[Soldier]";
90                        mes "Knowing your enemy";
91                        mes "is half the battle!";
92                        mes "It's also safer to prepare yourself than to be sorry later. Why don't you go check their supplies?";
93                        viewpoint 1,135,98,6,0x3355FF;
94                        break;
95                case 6:
96                        mes "[Soldier]";
97                        mes "When you get tired during your trip, I suggest that you visit the Tavern. It's located at ^00FF00+^000000.";
98                        next;
99                        mes "[Soldier]";
100                        mes "The Tavern is a good place";
101                        mes "to meet other tourists, as well as to hear of any news that may be helpful to know.";
102                        viewpoint 1,280,167,7,0x00FF00;
103                        break;
104                case 7:
105                        mes "[Soldier]";
106                        mes "If you wish to remove all marks";
107                        mes "on your mini-map, please choose 'Remove all marks from mini-map.' from the menu.";
108                }
109                break;
110        case 2:
111                viewpoint 2,218,255,2,0xFF00FF;
112                viewpoint 2,263,94,3,0xFF00FF;
113                viewpoint 2,309,80,4,0xFF00FF;
114                viewpoint 2,145,174,5,0xFF00FF;
115                viewpoint 2,135,98,6,0xFF00FF;
116                viewpoint 2,280,167,7,0xFF00FF;
117                mes "[Soldier]";
118                mes "There, I've erased all the marks on your mini-map. Feel free to ask me about building locations whenever you need to.";
119                break;
120        case 3:
121                mes "[Soldier]";
122                mes "I guess it's fun";
123                mes "sometimes to go exploring";
124                mes "on your own. Take care.";
125        }
126        close;
127}
128
129louyang,160,175,3       duplicate(LouGuide)     Soldier#BB      825
130
131louyang,224,104,3       script  Representative#lou      818,{
132        mes "[Representative]";
133        mes "Welcome to Louyang,";
134        mes "an ancient land with";
135        mes "a history full of tales";
136        mes "of bravery.";
137        next;
138        mes "[Representative]";
139        mes "We now provide an ocean lane to accomodate foreign travelers and intercultural exchange from which all can benefit.";
140        next;
141        mes "[Representative]";
142        mes "Louyang is famous for";
143        mes "its elaborate history, as well as specialties that are unique to this nation. Please take your time and enjoy your stay.";
144        next;
145        switch(select("Ask Building Locations.:Remove all marks from mini-map.:Cancel.")) {
146        case 1:
147                set .@compass_check,1;
148                mes "[Representative]";
149                mes "Where would you like to go?";
150                next;
151                switch(select("Dragon Castle:Doctor's Office:City Hall:Weapon Shop:Tool Shop:Tavern:Cancel")) {
152                case 1:
153                        mes "[Representative]";
154                        mes "The Dragon Castle is located at ^FF3355+^000000. It is where all the nobles reside, including our lord.";
155                        next;
156                        mes "[Representative]";
157                        mes "Since you're an outsider, I guess it would be appropriate for you to visit our lord first.";
158                        viewpoint 1,218,255,2,0xFFFF33;
159                        break;
160                case 2:
161                        mes "[Representative]";
162                        mes "We have a very skillful doctor.";
163                        mes "You can find her office at ^CE6300+^000000.";
164                        next;
165                        mes "[Representative]";
166                        mes "It is said that there";
167                        mes "is no disease she cannot cure. Well, I can't guarantee if that's true or not.";
168                        viewpoint 1,263,94,3,0xFFCE63;
169                        break;
170                case 3:
171                        mes "[Representative]";
172                        mes "We have a City Hall where the federal government operates.";
173                        mes "It is located at ^A5BAAD+^000000.";
174                        next;
175                        mes "[Representative]";
176                        mes "If you have any problems,";
177                        mes "you should talk with the";
178                        mes "employees in City Hall.";
179                        viewpoint 1,309,80,4,0xFF00FF;
180                        break;
181                case 4:
182                        mes "[Representative]";
183                        mes "The Weapon Shop is located at ^55FF33+^000000.";
184                        next;
185                        mes "[Representative]";
186                        mes "You will see";
187                        mes "marvelous weapons forged";
188                        mes "by the well-experienced";
189                        mes "blacksmiths of Louyang.";
190                        viewpoint 1,145,174,5,0xFF55FF;
191                        break;
192                case 5:
193                        mes "[Representative]";
194                        mes "The Tool Shop is located at ^3355FF+^000000.";
195                        next;
196                        mes "[Representative]";
197                        mes "Knowing your enemy";
198                        mes "is half the battle!";
199                        mes "It's also safer to prepare yourself than to be sorry later. Why don't you go check their supplies?";
200                        viewpoint 1,135,98,6,0xFF3355;
201                        break;
202                case 6:
203                        mes "[Representative]";
204                        mes "When you get tired during your trip, I suggest that you visit the Tavern. It's located at ^00FF00+^000000.";
205                        next;
206                        mes "[Soldier]";
207                        mes "The Tavern is a good place";
208                        mes "to meet other tourists, as well as to hear of any news that may be helpful to know.";
209                        viewpoint 1,280,167,7,0xFF00FF;
210                        break;
211                case 7:
212                        mes "[Representative]";
213                        mes "If you wish to remove all marks";
214                        mes "on your mini-map, please choose 'Remove all marks from mini-map.' from the menu.";
215                }
216                break;
217        case 2:
218                viewpoint 2,218,255,2,0xFF00FF;
219                viewpoint 2,263,94,3,0xFF00FF;
220                viewpoint 2,309,80,4,0xFF00FF;
221                viewpoint 2,145,174,5,0xFF00FF;
222                viewpoint 2,135,98,6,0xFF00FF;
223                viewpoint 2,280,167,7,0xFF00FF;
224                mes "[Representative]";
225                mes "Done! All the marks on your mini-map are erased. Feel free to ask me about building locations whenever you need to.";
226                break;
227        case 3:
228                mes "[Representative]";
229                mes "I understand that you want to explore Louyang and see the";
230                mes "sights for yourself. Alright then, take care!";
231                break;
232        }
233        close;
234}
Note: See TracBrowser for help on using the browser.