summaryrefslogtreecommitdiff
path: root/npc/guild/old/aldeg_flag.txt
blob: feec15fd3846daaa1592a9182d77f53afe0ec392 (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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
//===== eAthena Script =======================================
//= War of Emperium - Al de Baran Guild Flags
//===== By: ==================================================
//= jAthena (1.0)
//===== Current Version: =====================================
//= 1.1
//===== Compatible With: =====================================
//= eAthena 0.1+; RO Episode 4+
//===== Description: =========================================
//= Castle Guild Flags in aldebaran and alde_gld
//===== Additional Comments: =================================
//= 1.1 by Akaru and ho|yAnge|
//============================================================

//Al de Baran Castle 01 - Noisyubantian

aldebaran.gat,155,190,4	script	Noisyubantian#a1-1	722,{
	set @GIDa1,GetCastleData("aldeg_cas01.gat",1);
	if (@GIDa1 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa1) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa1) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa1) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
OnRecvCastleA01:
	FlagEmblem GetCastleData("aldeg_cas01.gat",1);
	break;
}

alde_gld.gat,61,87,6	script	Noisyubantian#a1-2::NoisyubantianW	722,{
	set @GIDa1,GetCastleData("aldeg_cas01.gat",1);
	if (@GIDa1 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		if (getcharid(2) == @GIDa1) goto LStartg2;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa1) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa1) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa1) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
LStartg2:
		mes "[ Ringing Voice ]";
		mes "Brave man...";
		mes "Would you return to your honorable be?";
		next;
		menu "Go back to your agitating point",Lenter,"Cancel",-;
		close;
Lenter:
		warp "aldeg_cas01.gat",218,170;
		break;
OnRecvCastleA01:
	FlagEmblem GetCastleData("aldeg_cas01.gat",1);
	break;
}

alde_gld.gat,61,79,6	duplicate(NoisyubantianW)	Noisyubantian#a1-3	722
alde_gld.gat,45,87,8	duplicate(NoisyubantianW)	Noisyubantian#a1-4	722
alde_gld.gat,51,87,8	duplicate(NoisyubantianW)	Noisyubantian#a1-5	722

//Al de Baran Castle 02 - Hohensyubangawoo

aldebaran.gat,146,194,3	script	Hohensyubangawoo#a2-1	722,{
	set @GIDa2,GetCastleData("aldeg_cas02.gat",1);
	if (@GIDa2 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa2) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa2) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa2) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
OnRecvCastleA02:
	FlagEmblem GetCastleData("aldeg_cas02.gat",1);
	break;
}

alde_gld.gat,93,250,5	script	Hohensyubangawoo#a2-2::HohensyubangawooW	722,{
	set @GIDa2,GetCastleData("aldeg_cas02.gat",1);
	if (@GIDa2 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		if (getcharid(2) == @GIDa2) goto LStartg2;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa2) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa2) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa2) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
LStartg2:
		mes "[ Ringing Voice ]";
		mes "Brave man...";
		mes "Would you return to your honorable be?";
		next;
		menu "Go back to your agitating point",Lenter,"Cancel",-;
		close;
Lenter:
		warp "aldeg_cas02.gat",84,74;
		break;
OnRecvCastleA02:
	FlagEmblem GetCastleData("aldeg_cas02.gat",1);
	break;
}

alde_gld.gat,98,250,5	duplicate(HohensyubangawooW)	Hohensyubangawoo#a2-3	722

//Al de Baran Castle 03 - Nyirenverk

aldebaran.gat,143,203,2	script	Nyirenverk#a3-1	722,{
	set @GIDa3,GetCastleData("aldeg_cas03.gat",1);
	if (@GIDa3 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa3) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa3) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa3) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
OnRecvCastleA03:
	FlagEmblem GetCastleData("aldeg_cas03.gat",1);
	break;
}

alde_gld.gat,139,83,1	script	Nyirenverk#a3-2::NyirenverkW	722,{
	set @GIDa3,GetCastleData("aldeg_cas03.gat",1);
	if (@GIDa3 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		if (getcharid(2) == @GIDa3) goto LStartg2;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa3) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa3) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa3) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
LStartg2:
		mes "[ Ringing Voice ]";
		mes "Brave man...";
		mes "Would you return to your honorable be?";
		next;
		menu "Go back to your agitating point",Lenter,"Cancel",-;
		close;
Lenter:
		warp "aldeg_cas03.gat",118,76;
		break;
OnRecvCastleA03:
	FlagEmblem GetCastleData("aldeg_cas03.gat",1);
	break;
}

alde_gld.gat,145,83,1	duplicate(NyirenverkW)	Nyirenverk#a3-3	722

//Al de Baran Castle 04 - Byirtsburi

aldebaran.gat,167,203,6	script	Byirtsburi#a4-1	722,{
	set @GIDa4,GetCastleData("aldeg_cas04.gat",1);
	if (@GIDa4 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa4) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa4) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa4) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
OnRecvCastleA04:
	FlagEmblem GetCastleData("aldeg_cas04.gat",1);
	break;
}


alde_gld.gat,239,247,1	script	Byirtsburi#a4-2::ByirtsburiW	722,{
	set @GIDa4,GetCastleData("aldeg_cas04.gat",1);
	if (@GIDa4 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		if (getcharid(2) == @GIDa4) goto LStartg2;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa4) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa4) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa4) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
LStartg2:
		mes "[ Ringing Voice ]";
		mes "Brave man...";
		mes "Would you return to your honorable be?";
		next;
		menu "Go back to your agitating point",Lenter,"Cancel",-;
		close;
Lenter:
		warp "aldeg_cas04.gat",45,88;
		break;
OnRecvCastleA04:
	FlagEmblem GetCastleData("aldeg_cas04.gat",1);
	break;
}

alde_gld.gat,234,247,1	duplicate(ByirtsburiW)	Byirtsburi#a4-3	722

//Al de Baran Castle 05 - Rotenburk

aldebaran.gat,165,194,5	script	Rotenburk#a5-1	722,{
	set @GIDa5,GetCastleData("aldeg_cas05.gat",1);
	if (@GIDa5 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa5) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa5) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa5) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
OnRecvCastleA05:
	FlagEmblem GetCastleData("aldeg_cas05.gat",1);
	break;
}

alde_gld.gat,266,92,7	script	Rotenburk#a5-2::RotenburkW	722,{
	set @GIDa5,GetCastleData("aldeg_cas05.gat",1);
	if (@GIDa5 != 0) goto LStartg;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    this guild base has not been taken by any guild yet";
		mes " ";
		mes "2. In order to take this guild base, you must defeat all the guardians";
		mes "    that are protecting the guild base and eliminate the Emperium";
		close;
LStartg:
		if (getcharid(2) == @GIDa5) goto LStartg2;
		mes "[ Edict of the Divine Rune Midgard Kingdom of Al de Baran ]";
		mes " ";
		mes "1. Honoring the ordinance of the Divine Rune Midgard Kingdom of Al de Baran,";
		mes "    we approve that this base is in the private possession of ^ff0000" + GetGuildName(@GIDa5) + "^000000 guild";
		mes " ";
		mes "2. The guild master of ^ff0000" + GetGuildName(@GIDa5) + "^000000 is";
		mes "    ^ff0000" + GetGuildMaster(@GIDa5) + "^000000. If anyone who objects to that,";
		mes "    raise your sword to honor yourself.";
		close;
LStartg2:
		mes "[ Ringing Voice ]";
		mes "Brave man...";
		mes "Would you return to your honorable be?";
		next;
		menu "Go back to your agitating point",Lenter,"Cancel",-;
		close;
Lenter:
		warp "aldeg_cas05.gat",31,190;
		break;
OnRecvCastleA05:
	FlagEmblem GetCastleData("aldeg_cas05.gat",1);
	break;
}

alde_gld.gat,266,88,7	duplicate(RotenburkW)	Rotenburk#a5-3	722