summaryrefslogtreecommitdiff
path: root/npc/guild/prtg/prtg_flags.txt
blob: 6473ce63365ed2532fb6ab144f65c5d7d9f8802f (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
//===== eAthena Script =======================================
//= War of Emperium Prontera Guild Flags
//===== By: ==================================================
//= jAthena - kalen (1.0)
//= 1.1 by Akaru, ho|yAnge|X, and Valaris
//===== Current Version: =====================================
//= 1.4
//===== Compatible With: =====================================
//= eAthena 0.1+; RO Episode 4+
//===== Description: =========================================
//= WoE flag scripts.  Displays guild emblems on flags.
//===== Additional Comments: =================================
//= v1.2 Optimized with functions.[kobra_k88]
//= v1.3 Changed to iRO castle names [DracoRPG]
//= v1.4 Can now only flag in from outside the castle [Kayla]
//============================================================


//================================================================================//
// 					Castle 1
//================================================================================//
prontera.gat,155,190,4	script	Kriemhild#p1-1::Kriemhild	722,{
	callfunc "F_Flags","Prontera","prtg_cas01",97,174,0;
	close;

OnRecvCastlePt01:
	FlagEmblem GetCastleData("prtg_cas01.gat",1);
	end;
}

prt_gld.gat,131,60,6	script	Kriemhild#p1-2::Kriemhild2	722,{
	callfunc "F_Flags","Prontera","prtg_cas01",97,174,1;
	close;

OnRecvCastlePt01:
	FlagEmblem GetCastleData("prtg_cas01.gat",1);
	end;
}
// In Guild ===========================================
prt_gld.gat,138,68,6	duplicate(Kriemhild2)	Kriemhild#p1-3	722
prt_gld.gat,138,60,6	duplicate(Kriemhild2)	Kriemhild#p1-4	722
prt_gld.gat,135,60,6	duplicate(Kriemhild2)	Kriemhild#p1-5	722
// In Castle =============================================
prtg_cas01.gat,58,56,4	duplicate(Kriemhild)	Kriemhild#p1-6	722
prtg_cas01.gat,64,56,4	duplicate(Kriemhild)	Kriemhild#p1-7	722
prtg_cas01.gat,76,32,4	duplicate(Kriemhild)	Kriemhild#p1-8	722
prtg_cas01.gat,84,32,4	duplicate(Kriemhild)	Kriemhild#p1-9	722
prtg_cas01.gat,94,39,4	duplicate(Kriemhild)	Kriemhild#p1-10	722
prtg_cas01.gat,94,24,4	duplicate(Kriemhild)	Kriemhild#p1-11	722
prtg_cas01.gat,73,14,4	duplicate(Kriemhild)	Kriemhild#p1-12	722
prtg_cas01.gat,73,6,4	duplicate(Kriemhild)	Kriemhild#p1-13	722
prtg_cas01.gat,55,46,4	duplicate(Kriemhild)	Kriemhild#p1-14	722
prtg_cas01.gat,45,46,4	duplicate(Kriemhild)	Kriemhild#p1-15	722



//================================================================================//
// 					Castle 2
//================================================================================//
prontera.gat,146,194,3	script	Swanhild#p2-1::Swanhild	722,{
	callfunc "F_Flags","Prontera","prtg_cas02",71,36,0;
	close;

OnRecvCastlePt02:
	FlagEmblem GetCastleData("prtg_cas02.gat",1);
	end;
}

prt_gld.gat,244,126,8	script	Swanhild#p2-2::Swanhild2	722,{
	callfunc "F_Flags","Prontera","prtg_cas02",71,36,1;
	close;

OnRecvCastlePt02:
	FlagEmblem GetCastleData("prtg_cas02.gat",1);
	end;
}
// In Guild ===========================================
prt_gld.gat,244,128,8	duplicate(Swanhild2)	Swanhild#p2-3	722
prt_gld.gat,236,126,8	duplicate(Swanhild2)	Swanhild#p2-4	722
prt_gld.gat,236,128,8	duplicate(Swanhild2)	Swanhild#p2-5	722
// In Castle =============================================
prtg_cas02.gat,40,227,4	duplicate(Swanhild)	Swanhild#p2-6	722
prtg_cas02.gat,46,227,4	duplicate(Swanhild)	Swanhild#p2-7	722
prtg_cas02.gat,11,219,4	duplicate(Swanhild)	Swanhild#p2-8	722
prtg_cas02.gat,11,214,4	duplicate(Swanhild)	Swanhild#p2-9	722
prtg_cas02.gat,20,219,4	duplicate(Swanhild)	Swanhild#p2-10	722
prtg_cas02.gat,20,214,4	duplicate(Swanhild)	Swanhild#p2-11	722
prtg_cas02.gat,79,227,8	duplicate(Swanhild)	Swanhild#p2-12	722
prtg_cas02.gat,70,227,8	duplicate(Swanhild)	Swanhild#p2-13	722
prtg_cas02.gat,38,189,8	duplicate(Swanhild)	Swanhild#p2-14	722
prtg_cas02.gat,34,189,8	duplicate(Swanhild)	Swanhild#p2-15	722
prtg_cas02.gat,153,161,4	duplicate(Swanhild)	Swanhild#p2-16	722
prtg_cas02.gat,162,161,4	duplicate(Swanhild)	Swanhild#p2-17	722




//================================================================================//
// 					Castle 3
//================================================================================//
prontera.gat,143,203,2	script	Fadhgridh#p3-1::Fadhgridh	722,{
	callfunc "F_Flags","Prontera","prtg_cas03",45,99,0;
	close;

OnRecvCastlePt03:
	FlagEmblem GetCastleData("prtg_cas03.gat",1);
	end;
}

prt_gld.gat,147,140,4	script	Fadhgridh#p3-2::Fadhgridh2	722,{
	callfunc "F_Flags","Prontera","prtg_cas03",45,99,1;
	close;

OnRecvCastlePt03:
	FlagEmblem GetCastleData("prtg_cas03.gat",1);
	end;
}
// In Guild ===========================================
prt_gld.gat,147,136,4	duplicate(Fadhgridh2)	Fadhgridh#p3-3	722
prt_gld.gat,158,140,4	duplicate(Fadhgridh2)	Fadhgridh#p3-4	722
prt_gld.gat,158,136,4	duplicate(Fadhgridh2)	Fadhgridh#p3-5	722
// In Castle ============================================
prtg_cas03.gat,168,28,4	duplicate(Fadhgridh)	Fadhgridh#p3-6	722
prtg_cas03.gat,182,28,4	duplicate(Fadhgridh)	Fadhgridh#p3-7	722
prtg_cas03.gat,43,50,4	duplicate(Fadhgridh)	Fadhgridh#p3-8	722
prtg_cas03.gat,48,50,4	duplicate(Fadhgridh)	Fadhgridh#p3-9	722
prtg_cas03.gat,43,58,4	duplicate(Fadhgridh)	Fadhgridh#p3-10	722
prtg_cas03.gat,48,58,4	duplicate(Fadhgridh)	Fadhgridh#p3-11	722
prtg_cas03.gat,158,210,4	duplicate(Fadhgridh)	Fadhgridh#p3-12	722
prtg_cas03.gat,169,210,4	duplicate(Fadhgridh)	Fadhgridh#p3-13	722
prtg_cas03.gat,162,201,4	duplicate(Fadhgridh)	Fadhgridh#p3-14	722
prtg_cas03.gat,165,201,4	duplicate(Fadhgridh)	Fadhgridh#p3-15	722



//================================================================================//
// 					Castle 4
//================================================================================//
prontera.gat,167,203,6	script	Skoegul#p4-1::Skoegul	722,{
	callfunc "F_Flags","Prontera","prtg_cas04",259,265,0;
	close;

OnRecvCastlePt04:
	FlagEmblem GetCastleData("prtg_cas04.gat",1);
	end;
}

prt_gld.gat,120,243,6	script	Skoegul#p4-2::Skoegul2	722,{
	callfunc "F_Flags","Prontera","prtg_cas04",259,265,1;
	close;

OnRecvCastlePt04:
	FlagEmblem GetCastleData("prtg_cas04.gat",1);
	end;
}
// In Guild ===========================================
prt_gld.gat,120,236,6	duplicate(Skoegul2)	Skoegul#p4-3	722
prt_gld.gat,122,243,6	duplicate(Skoegul2)	Skoegul#p4-4	722
prt_gld.gat,122,246,6	duplicate(Skoegul2)	Skoegul#p4-5	722
// In Castle =============================================
prtg_cas04.gat,82,29,4	duplicate(Skoegul)	Skoegul#p4-6	722
prtg_cas04.gat,75,29,4	duplicate(Skoegul)	Skoegul#p4-7	722
prtg_cas04.gat,75,27,4	duplicate(Skoegul)	Skoegul#p4-8	722
prtg_cas04.gat,82,27,4	duplicate(Skoegul)	Skoegul#p4-9	722
prtg_cas04.gat,59,29,4	duplicate(Skoegul)	Skoegul#p4-10	722
prtg_cas04.gat,67,29,4	duplicate(Skoegul)	Skoegul#p4-11	722
prtg_cas04.gat,258,25,4	duplicate(Skoegul)	Skoegul#p4-12	722
prtg_cas04.gat,258,20,4	duplicate(Skoegul)	Skoegul#p4-13	722
prtg_cas04.gat,263,20,4	duplicate(Skoegul)	Skoegul#p4-14	722
prtg_cas04.gat,263,27,4	duplicate(Skoegul)	Skoegul#p4-15	722




//================================================================================//
// 					Castle 5
//================================================================================//
prontera.gat,165,194,5	script	Gondul#p5-1::Gondul	722,{
	callfunc "F_Flags","Prontera","prtg_cas05",34,30,0;
	close;

OnRecvCastlePt05:
	FlagEmblem GetCastleData("prtg_cas05.gat",1);
	end;
}

prt_gld.gat,199,243,2	script	Gondul#p5-2::Gondul2	722,{
	callfunc "F_Flags","Prontera","prtg_cas05",34,30,1;
	close;

OnRecvCastlePt05:
	FlagEmblem GetCastleData("prtg_cas05.gat",1);
	end;
}
// In Guild ===========================================
prt_gld.gat,199,236,2	duplicate(Gondul2)	Gondul#p5-3	722
prt_gld.gat,197,243,2	duplicate(Gondul2)	Gondul#p5-4	722
prt_gld.gat,197,236,2	duplicate(Gondul2)	Gondul#p5-5	722
// In Castle =============================================
prtg_cas05.gat,19,247,4	duplicate(Gondul)	Gondul#p5-6	722
prtg_cas05.gat,19,243,4	duplicate(Gondul)	Gondul#p5-7	722
prtg_cas05.gat,26,247,4	duplicate(Gondul)	Gondul#p5-8	722
prtg_cas05.gat,26,243,4	duplicate(Gondul)	Gondul#p5-9	722
prtg_cas05.gat,249,289,4	duplicate(Gondul)	Gondul#p5-10	722
prtg_cas05.gat,256,289,4	duplicate(Gondul)	Gondul#p5-11	722
prtg_cas05.gat,253,271,4	duplicate(Gondul)	Gondul#p5-12	722
prtg_cas05.gat,273,257,4	duplicate(Gondul)	Gondul#p5-13	722