You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
943 B
Plaintext
30 lines
943 B
Plaintext
4 months ago
|
//===== rAthena Script =======================================
|
||
|
//= Misc. Message Boards
|
||
|
//===== By: ==================================================
|
||
|
//= Euphy
|
||
|
//===== Current Version: =====================================
|
||
|
//= 1.0
|
||
|
//===== Compatible With: =====================================
|
||
|
//= [Official Conversion]
|
||
|
//= rAthena Project; 7.15 +
|
||
|
//===== Description: =========================================
|
||
|
//= Misc. Message Boards for:
|
||
|
//= - Izlude
|
||
|
//===== Additional Comments: =================================
|
||
|
//= 1.0 Moved Izlude NPCs to Pre-RE path.
|
||
|
//============================================================
|
||
|
|
||
|
// Izlude
|
||
|
//============================================================
|
||
|
izlude,54,139,1 script Sign#Iz1 111,{
|
||
|
mes "^993300- The Sign Reads -^000000";
|
||
|
mes "Welcome to the Swordsman Academy.";
|
||
|
close;
|
||
|
}
|
||
|
|
||
|
izlude,144,148,1 script Sign#Iz2 111,{
|
||
|
mes "^993300- The Sign Reads -^000000";
|
||
|
mes "Welcome.";
|
||
|
close;
|
||
|
}
|