summaryrefslogtreecommitdiff
path: root/npc/guides/guides_pron.txt
blob: 51df55259b65f308d7844a30f3af5e5685f00315 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
//===== eAthena Script ======================================= 
//= Prontera Guides
//===== By: ================================================== 
//= kobra_k88
//===== Current Version: ===================================== 
//= 1.3
//===== Compatible With: ===================================== 
//= eAthena  0.5.2 +
//===== Description: ========================================= 
//=
//===== Additional Comments: ================================= 
//= Fully working
//= v1.1 Now using duplicate command.
//= 1.2 Optimized, updated common guide names [Lupus]
//= 1.3 Updated the guide according to how it is on iRO, thanks [MasterOfMuppets]
//=     to Muad_Dib
//============================================================


prontera.gat,154,187,4	script	Guide::Prt_Guide	105,{
	cutin "prt_soldier",2;
	mes "[Prontera Guide]";
	mes "Welcome to Prontera,";
	mes "the beautiful capital of the";
	mes "Run-Midgard Kingdom. If";
	mes "you have questions or need";
	mes "help find something in the";
	mes "city, don't hesitate to ask.";
L_MENU:
	next;
	menu "City Guide",L_CITY,"Remove Marks from Mini-Map",L_REMOVE,"Notice",L_NOTICE,"Cancel",L_END;
L_CITY:
	mes "[Prontera Guide]";
  	mes "Please select";
  	mes "a location from";
  	mes "the following menu.";
  	mes "Would you like me";
 	mes "to mark locations";
  	mes "on your Mini-Map?";
  	next;
  	menu "Yes.",L_YES,"No.",L_NO;
L_NO:
  		set @COMPASS_CHECK,0;
	goto L_CONT;
L_YES:
  		set @COMPASS_CHECK,1;
L_CONT:
L_MENU_2:
	menu "Swordman Association",L_SWORD,"^0000FFSanctuary^000000",L_SANCTUARY,"Prontera Chivalry",L_CHIVALRY,"Weapon Shop",L_WEAPON,"Tool Shop",L_TOOL,"Inn",L_INN,"Trading Post",L_TRADING,"Pub",L_PUB,"Library",L_LIBRARY,"Job Agency",L_JOB,"Prontera Castle",L_CASTLE,"City Hall",L_HALL,"Cancel",-;
	mes "[Prontera Guide]";
 	mes "Pleas ask me to Remove";
 	mes "Marks from Mini-Map if you";
 	mes "no longer wish to have the";
 	mes "location marks displayed";
 	mes "on your Mini-Map.";
 	goto L_MENU;
L_SWORD:
	mes "[Prontera Guide]";
	mes "The Swordman Association,";
	mes "which handles Job Changes";
	mes "to the Swordman class, has";
	mes "moved to Izlude. This facility";
	mes "is just an empty building now.";
	viewpoint 1,237,41,1,0x00FF00;
	next; 
	goto L_WIPE;
L_SANCTUARY:
	mes "[Prontera Guide]";
	mes "The Prontera Sanctuary";
	mes "handles Job Changes to";
	mes "the Acolyte class, and can";
	mes "be found in the northeast";
	mes "corner of Prontera.";
	viewpoint 1,236,316,2,0xFF0000;
	next; 
	goto L_WIPE;
L_CHIVALRY:
	mes "[Prontera Guide]";
	mes "The Prontera Chivalry,";
	mes "which is responsible for";
	mes "the safety of our capital, is";
	mes "in Prontera's northwest corner.";
	viewpoint 1,46,345,3,0x00FF00;
	next; 
	goto L_WIPE;
L_WEAPON:
	mes "[Prontera Guide]";
	mes "The Weapon Shop";
	mes "is located northeast";
	mes "of the central fountain.";
	viewpoint 1,175,220,4,0xFF00FF;
	next; 
	goto L_WIPE;
L_TOOL:
	mes "[Prontera Guide]";
	mes "The Tool Shop";
	mes "is located northwest";
	mes "of the central fountain.";
	viewpoint 1,134,221,5,0xFF00FF;
	next; 
	goto L_WIPE;
L_INN:
	mes "[Prontera Guide]";
	mes "The Inns in Prontera are";
	mes "located both to the east";
	mes "and west of Prontera's";
	mes "central fountain area.";
	viewpoint 1,204,214,6,0xFF00FF;
	viewpoint 1,107,192,7,0xFF00FF;
	next; 
	goto L_WIPE;
L_TRADING:
	mes "[Prontera Guide]";
	mes "The Trading Post";
	mes "can be found southeast";
	mes "from the central fountain.";
	viewpoint 1,179,184,8,0x00FF00;
	next; 
	goto L_WIPE;
L_PUB:
	mes "[Prontera Guide]";
	mes "The Pub is located";
	mes "southeast of the fountain,";
	mes "behind the Trading Post.";
	viewpoint 1,208,154,9,0x00FF00;
	next; 
	goto L_WIPE;
L_LIBRARY:
	mes "[Prontera Guide]";
	mes "If you head north from";
	mes "the central fountain, you'll";
	mes "find an empty area in which";
	mes "both branches of the Prontera";
	mes "Library can be accessed if you";
	mes "head towards the east or west.";
	viewpoint 1,120,267,10,0x00FF00;
	viewpoint 1,192,267,11,0x00FF00;
	next; 
	goto L_WIPE;
L_JOB:
	mes "[Prontera Guide]";
	mes "The Job Agency is";
	mes "just southwest of the";
	mes "central fountain area.";
	viewpoint 1,133,183,12,0x00FF00;
	next; 
	goto L_WIPE;
L_CASTLE:
	mes "[Prontera Guide]";
	mes "The Prontera Castle is";
	mes "located at the northern";
	mes "sector of this city. You can";
	mes "go to fields that are north";
	mes "of Prontera by going through";
	mes "the castle's rear exit.";
	viewpoint 1,156,360,13,0x00FF00;
	next; 
	goto L_WIPE;
L_HALL:
	mes "[Prontera Guide]";
	mes "The City Hall";
	mes "is located in the";
	mes "southwest corner";
	mes "in our city of Prontera.";
	viewpoint 1,75,91,14,0x00FF00;
	next; 
	goto L_WIPE;
L_WIPE:
 		if(@COMPASS_CHECK == 1)goto L_MENU_2;
		viewpoint 2,237,41,1,0x00FF00;
		viewpoint 2,236,316,2,0xFF0000;
		viewpoint 2,46,345,3,0x00FF00;
		viewpoint 2,175,220,4,0xFF00FF;
		viewpoint 2,8,134,5,0xFF00FF;
		viewpoint 2,204,214,6,0xFF00FF;
		viewpoint 2,107,192,7,0xFF00FF;
		viewpoint 2,179,184,8,0x00FF00;
		viewpoint 2,208,154,9,0x00FF00;
		viewpoint 2,120,267,10,0x00FF00;
		viewpoint 2,192,267,11,0x00FF00;
		viewpoint 2,133,183,12,0x00FF00;
		viewpoint 2,156,360,13,0x00FF00;
		viewpoint 2,75,91,14,0x00FF00;
	goto L_MENU_2;
L_REMOVE:
		viewpoint 2,237,41,1,0x00FF00;
		viewpoint 2,236,316,2,0xFF0000;
		viewpoint 2,46,345,3,0x00FF00;
		viewpoint 2,175,220,4,0xFF00FF;
		viewpoint 2,8,134,5,0xFF00FF;
		viewpoint 2,204,214,6,0xFF00FF;
		viewpoint 2,107,192,7,0xFF00FF;
		viewpoint 2,179,184,8,0x00FF00;
		viewpoint 2,208,154,9,0x00FF00;
		viewpoint 2,120,267,10,0x00FF00;
		viewpoint 2,192,267,11,0x00FF00;
		viewpoint 2,133,183,12,0x00FF00;
		viewpoint 2,156,360,13,0x00FF00;
		viewpoint 2,75,91,14,0x00FF00;
  	goto L_MENU;
L_NOTICE:
 	mes "[Prontera Guide]";
 	mes "Advances in sorcery and";
 	mes "technology have allowed";
 	mes "us to update our information";
 	mes "system, enabling up to mark";
  	mes "locations on your Mini-Map";
  	mes "for easier navigation.";
  	next;
  	mes "[Prontera Guide]";
  	mes "Your Mini-Map is located";
  	mes "in the upper right corner";
  	mes "of the screen. If you can't";
  	mes "see it, press the Ctrl + Tab";
  	mes "keys or click the 'Map' button";
  	mes "in your Basic Information Window.";
  	next;
  	mes "[Prontera Guide]";
 	mes "On your Mini-Map,";
  	mes "click on the '+' and '-'";
 	mes "symbols to zoom in and";
  	mes "out of your Mini-Map. We"; 
 	mes "hope you enjoy your travels";
 	mes "here in the city of Prontera.";
 	goto L_MENU;
L_END:
 	mes "[Prontera Guide]";
 	mes "Well, adventurer...";
 	mes "I hope your journeys";
	mes "through Rune-Midgard";
	mes "are both fun and save.";
	cutin "prt_soldier",255; 
 	close;
}

// East ----------------------------------------------------
prontera.gat,282,208,2	duplicate(Prt_Guide)	Guide#2	105
//West --------------------------------------------------
prontera.gat,29,200,6	duplicate(Prt_Guide)	Guide#3	105
// South -----------------------------------------------------
prontera.gat,160,29,0	duplicate(Prt_Guide)	Guide#4	105
// North -----------------------------------------------
prontera.gat,151,330,4	duplicate(Prt_Guide)	Guide#5	105


// Guard -----------------------------------------------------
prontera.gat,160,330,4	script	Guard#1::Prt_Guard	105,{
	mes "[Guard]";
	mes "Welcome to Prontera.";
	close;
}

prontera.gat,229,104,5	duplicate(Prt_Guard)	Guard#2	105
prontera.gat,223,98,8	duplicate(Prt_Guard)	Guard#3	105
prontera.gat,52,344,5	duplicate(Prt_Guard)	Guard#4	105
prontera.gat,47,339,5	duplicate(Prt_Guard)	Guard#5	105


//---------------------------------------------------------------------------------------- Prontera Maze ----------------------------------------------------------------------------------\\
prt_maze02.gat,100,69,4	script	Guard	105,{
	mes "[Guard]";
	mes "Hey, I don't get your point but I say you should go home and rest rather than go inside the forest.  Don't you know the 'Demon' lurks there?";
	mes "Naturally, Nobody came back on the hoof so I am not sure whether it really exists or not... well, Do as you want, dude.  I'm not your mother.";
	close;
}
prt_maze02.gat,110,69,4	script	Guard	105,{
	mes "[Guard]";
	mes "Phew...That geek who went inside last time never returned either.";
	mes "I tried to stop him so many times but he never took me seriously.  He told me he needed herbs.";
	mes "If I were him, I would never give up my life for stupid herbs.";
	close;
}