OSDN Git Service

First version
[st-ro/stro.git] / npc / re / other / bulletin_boards.txt
1 //===== rAthena Script =======================================
2 //= Bulletin Boards
3 //===== By: ==================================================
4 //= Euphy
5 //===== Current Version: =====================================
6 //= 1.0
7 //===== Compatible With: =====================================
8 //= rAthena Project
9 //===== Description: ========================================= 
10 //= Bulletin Boards for beginners.
11 //===== Additional Comments: =================================
12 //= 1.0 Moved Izlude NPCs to Pre-RE/RE paths.
13 //=     Disabled until proper coordinates are found.
14 //============================================================
15
16 /*
17 -       script  ::BulletinBoard_iz      -1,{
18         mes "[Izlude: The Satellite City]";
19         mes "Welcome to Izlude, the satellite of Prontera. Izlude was built to support Prontera's defense and to accomodate its burgeoning population.";
20         next;
21         mes "[Izlude: The Satellite City]";
22         mes "The main buildings here are to accomodate the growth of the Cryptura Academy.";
23         next;
24         mes "[Izlude: The Satellite City]";
25         mes "Points of interest include the Swordman Association building which allows adventurers to change their job to Swordman, and the Battle Area that is East of Izlude.";
26         next;
27         mes "[Izlude: The Satellite City]";
28         mes "At the docks, you may take a ship and travel to ^003399Alberta^000000 or ^660000Byalan Island^000000.";
29         next;
30         mes "[Izlude: The Satellite City]";
31         mes "From Izlude, ^3355FFProntera^000000 is located to the Northwest, and ^006600Payon^000000 is located to the South. Enjoy your travels in the Rune-Midgarts Kingdom.";
32         close;
33 }
34 izlude,25,103,0 duplicate(BulletinBoard_iz)     Bulletin Board#5        837
35 izlude_a,25,103,0       duplicate(BulletinBoard_iz)     Bulletin Board#5_a      837
36 izlude_b,25,103,0       duplicate(BulletinBoard_iz)     Bulletin Board#5_b      837
37 izlude_c,25,103,0       duplicate(BulletinBoard_iz)     Bulletin Board#5_c      837
38 izlude_d,25,103,0       duplicate(BulletinBoard_iz)     Bulletin Board#5_d      837
39 */