summaryrefslogtreecommitdiff
path: root/npc/other/msg_boards.txt
blob: a3dfe38f246ca9c938fab651df5253dc51acb4a7 (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
//===== eAthena Script ======================================= 
//= Message Boards
//===== By: ================================================== 
//= kobra_k88
//===== Current Version: ===================================== 
//= 1.1
//===== Compatible With: ===================================== 
//= eAthena 7.15 +
//===== Description: ========================================= 
//=
//===== Additional Comments: ================================= 
//= Rearranged [Lupus]
//============================================================ 



//=======================================================================//
// 				Al De Baran				//
//=======================================================================//
/ Welcome Sign ------------------------------------------------
aldebaran.gat,133,104,1	script	Welcome Sign	111,
{
  mes "~sign reads....~";
  mes "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!";
  close;
}

// Kafra Corp. Main Office Sign ---------------------------------------------------------------
aldebaran.gat,53,223,1	script	Kafra Corp. Main Office	111,
{
  mes "~sign reads...~";
  mes "This is the Kafra Services Main Office, home to the lovely Kafra employees.";
  close;
}


//=======================================================================//
// 				Alberta					//
//=======================================================================//
// Sign: Alberta Harbor -----------------------------------------------
alberta.gat,35,241,1	script	Alberta Harbor	111,
{
  mes "~sign reads....~";
  mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
  close;
}

// Welcome Sign -----------------------------------------------
alberta.gat,196,152,1	script	Welcome Sign	111,
{
  mes "~sign reads...~";
  mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
  close;
}

// Sign: Merchant Guild ------------------------------------------
alberta.gat,37,39,1	script	Merchant Guild	111,
{
  mes "~sign reads...~";
  mes "Enjoy the art of buying and selling?  Love making unbeatable deals?";
  mes "Then the Alberta Merchant Guild is perfect for you!";
  mes "Come on inn and find out all you need to know about becoming a Merchant.";
  close;
}


//=======================================================================//
// 				Geffen					//
//=======================================================================//
// Welcome Sign ----------------------------------------------
geffen.gat,116,58,1	script	Welcome Sign	111,
{
  mes "~sign reads...~";
  mes "Greetings!! You are in the wonderfull city of Geffen! Geffen is the city of Magic and home to Mages and Wizards!.";
  close;
}

// Sign: Restaurant Inn ---------------------------------------------
geffen.gat,167,175,1	script	Geffen Restaurant Inn	111,
{
  mes "~sign reads..... ~";
  mes "Welcome weary travelers!  Have a hot meal and stay the night at the the Geffen Restaurant Inn!";
  close;
}

// Sign: Mage Association ---------------------------------------
geffen.gat,61,174,1	script	Mage Association	111,
{
  mes "~sign reads...~";
  mes "Greetings!! This is the Geffen Magic Academy.  Come in if you have an interest in all things magic!";
  close;
}

// Sign: Geffen Tower Sign ----------------------------------------------
geffen.gat,113,104,1	script	Geffen Tower	111,
{
  mes "~sign reads...~";
  mes "This is the Geffen Tower, home to the Wizard Academey as well as the infamous Geffen Dungeon.  Novices beware!!!";
  close;
}

// Sign: Blacksmith Guild -------------------------------------------
geffen.gat,184,61,1	script	Blacksmith Guild	111,
{
  mes "~sign reads...~";
  mes "This is the Blacksmith Guild.";
  close;
}

// Sign Post -----------------------------------------------------------
geffen.gat,119,190,0	script	Sign Post	111,
{
  mes "~sign reads...~";
  mes "North to Geffen Fields";
  mes "NorthEast to Al De Baran";
  mes "NorthWest to Glast Heim";
  mes "East to Geffen Fields";
  mes "South to Morroc";
  mes "SouthEast to Prontera";
  mes "Further SouthEast to Alberta";
  mes "Further SouthWest to Comodo";
  mes "West to Geffen Fields";
  close;
}


//=======================================================================//
// 				Morroc					//
//=======================================================================//
// Welcome Sign ---------------------------------------------------
morocc.gat,168,264,1	script	Welcome Sign	111,
{
 mes "~sign reads...~";
 mes "Morocc welcomes you! Morocc is the city of the desert and home to Thieves, Assassins, and alls sorts of Egyption temptations!";
 close;
}

// Sign: Inn ----------------------------------------------------------
morocc.gat,272,272,1	script	Morroc Town Inn	111,
{
  mes "~sign reads....~";
  mes "Welcome weary travelers!  Stay the night at the Morroc Town Inn.";
  close;
}


//=======================================================================//
// 				Payon					//
//=======================================================================//



//=======================================================================//
// 				Prontera					//
//=======================================================================//
// Welcome Sign -----------------------------------------------------------
prontera.gat,156,197,1	script	Welcome Sign	111,
{
  mes"~sign reads...~";
  mes "You've found yourself in the great city of Prontera! Prontera is one of the largest cities in Rune-Midgard and is home to the Prontera Chivalry!";
  close;
}

// Sign Post ----------------------------------------------------------------
prontera.gat,158,213,1	script	Sign Post	111,
{
	mes "~ the sign post reads ~";
	mes "North to Prontera Castle";
	mes "Farther North to Al De Baran";
	mes "Northwest to Geffen";
	mes "East to Prontera Fields";
	mes "South to Prontera Fields";
	mes "Farther SouthEast to Alberta";
	close;
}