npc header consistency update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10759 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9be00d8297
commit
0dc548c5f7
@ -1,5 +1,5 @@
|
|||||||
//===== eAthena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Ayotaya Town
|
//= Ayothaya Town
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= MasterOfMuppets
|
//= MasterOfMuppets
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
//===== eAthena script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Jawaii (The Lovers Paradise) Town script
|
//= Jawaii (The Lovers' Paradise) Town script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= jAthena (1.0)
|
//= jAthena (1.0)
|
||||||
//= DNett123 (1.1 - 1.5)
|
//= DNett123 (1.1 - 1.5)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== eAthena script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Umbala Town script
|
//= Umbala Town script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= jAthena (1.0) Fusion Dev Team (1.1) Muad Dib (1.2) Darkchild (1.3)
|
//= jAthena (1.0) Fusion Dev Team (1.1) Muad Dib (1.2) Darkchild (1.3)
|
||||||
|
|||||||
@ -47,7 +47,7 @@ L_RNameLoop:
|
|||||||
mes "I am very sorry if you have lost items";
|
mes "I am very sorry if you have lost items";
|
||||||
close;
|
close;
|
||||||
|
|
||||||
// If the Auction has started, it will run this, during this time items can be registerd and registerd items retrieved
|
// If the Auction has started, it will run this, during this time items can be registered and registered items retrieved
|
||||||
|
|
||||||
L_Register:
|
L_Register:
|
||||||
mes "Welcome to the auction, you may register you items at this time";
|
mes "Welcome to the auction, you may register you items at this time";
|
||||||
@ -166,7 +166,7 @@ L_Sorry:
|
|||||||
close;
|
close;
|
||||||
L_Already:
|
L_Already:
|
||||||
mes "[Auctioneer]";
|
mes "[Auctioneer]";
|
||||||
mes "It seems you already have have an item registerd here, would you like to retrieve your item?";
|
mes "It seems you already have have an item registered here, would you like to retrieve your item?";
|
||||||
next;
|
next;
|
||||||
menu "Yes",-,"No",L_End;
|
menu "Yes",-,"No",L_End;
|
||||||
getitem $AItems[@num],$AAmount[@num];
|
getitem $AItems[@num],$AAmount[@num];
|
||||||
@ -185,7 +185,7 @@ L_NotEnough:
|
|||||||
mes "[Auctioneer]";
|
mes "[Auctioneer]";
|
||||||
mes "Seems you don't have that much "+getitemname(@setitem)+"'s";
|
mes "Seems you don't have that much "+getitemname(@setitem)+"'s";
|
||||||
close;
|
close;
|
||||||
// If the Auction has enterd phase 2, it will run this, during this time items you can bid on registerd
|
// If the Auction has enterd phase 2, it will run this, during this time items you can bid on registered
|
||||||
// No items can be retrieved during this time, they are now stuck
|
// No items can be retrieved during this time, they are now stuck
|
||||||
|
|
||||||
L_Bid:
|
L_Bid:
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
//===== Athena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Simple Adoption Script
|
//= Simple Adoption Script
|
||||||
//===== By ================================================
|
//===== By ===================================================
|
||||||
//= Fredzilla with help from Kamari,Acky
|
//= Fredzilla with help from Kamari,Acky
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.7 Moved warps to the southern exit of the main chappel. [L0ne_W0lf]
|
//= 1.7 Moved warps to the southern exit of the main chappel. [L0ne_W0lf]
|
||||||
//= 1.6a Fixed wrong label name [KarLaeda]
|
//= 1.6a Fixed wrong label name [KarLaeda]
|
||||||
//= 1.6 Removed call to function Is_Taekwon_Class in favor of baseClass == Job_Taekwon [Silentdragon]
|
//= 1.6 Removed call to function Is_Taekwon_Class in favor of baseClass == Job_Taekwon [Silentdragon]
|
||||||
@ -21,13 +21,13 @@
|
|||||||
//= 1.1 - Minor correction, replaced missing close; and mes :D
|
//= 1.1 - Minor correction, replaced missing close; and mes :D
|
||||||
//= 1.0 - First Release, most likely going to have some bugs
|
//= 1.0 - First Release, most likely going to have some bugs
|
||||||
//= Is using @adopt instead of proper NPC script command
|
//= Is using @adopt instead of proper NPC script command
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena Final (SVN), any version that contained the GM command @adopt
|
//= eAthena Final (SVN), any version that contained the GM command @adopt
|
||||||
//= This is any version released after 03/29/05, don't know the number
|
//= This is any version released after 03/29/05, don't know the number
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= A simple adoption script that lets couples adopt a
|
//= A simple adoption script that lets couples adopt a
|
||||||
//= lvl 1/1 novice without the help of a GM there
|
//= lvl 1/1 novice without the help of a GM there
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= List or Variables used
|
//= List or Variables used
|
||||||
//= $@AdoptionActive = Stops other people trying to use
|
//= $@AdoptionActive = Stops other people trying to use
|
||||||
//= the adoption NPC's intill the currant one is over.
|
//= the adoption NPC's intill the currant one is over.
|
||||||
@ -48,7 +48,7 @@
|
|||||||
//= *event_adopted = Put on baby so it can't be adopted again.
|
//= *event_adopted = Put on baby so it can't be adopted again.
|
||||||
//= Use "getchildid()>0" insread of event_adopt
|
//= Use "getchildid()>0" insread of event_adopt
|
||||||
//= Use "Upper==2" insread of event_adopted
|
//= Use "Upper==2" insread of event_adopted
|
||||||
//=========================================================
|
//============================================================
|
||||||
|
|
||||||
prt_church,83,122,0 warp prtch03 1,2,prt_church,164,171
|
prt_church,83,122,0 warp prtch03 1,2,prt_church,164,171
|
||||||
prt_church,162,171,0 warp prtch01-3 1,2,prt_church,86,122
|
prt_church,162,171,0 warp prtch01-3 1,2,prt_church,86,122
|
||||||
@ -415,7 +415,7 @@ A_FinalYesB:
|
|||||||
close;
|
close;
|
||||||
A_SameFail:
|
A_SameFail:
|
||||||
mes "[Inanna]";
|
mes "[Inanna]";
|
||||||
mes "Sorry, it seems you have registerd as both parents, this isn't allowed";
|
mes "Sorry, it seems you have registered as both parents, this isn't allowed";
|
||||||
callfunc "AdoptReset","both parents are the same person";
|
callfunc "AdoptReset","both parents are the same person";
|
||||||
close;
|
close;
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
//===== Athena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Donation NPC
|
//= Donation NPC
|
||||||
//===== By ==================================================
|
//===== By ===================================================
|
||||||
//= Josh
|
//= Josh
|
||||||
//===== Version =============================================
|
//===== Version ==============================================
|
||||||
//= 1.0 - First release. Probably contains bugs/security
|
//= 1.0 - First release. Probably contains bugs/security
|
||||||
//= risks
|
//= risks
|
||||||
//= 1.1 - Added a check for whether the account exists when
|
//= 1.1 - Added a check for whether the account exists when
|
||||||
@ -26,26 +26,26 @@
|
|||||||
//= 3.3 - Optimized query speeds by combining a few select
|
//= 3.3 - Optimized query speeds by combining a few select
|
||||||
//= queries into one. Requires Trunk 7975 OR
|
//= queries into one. Requires Trunk 7975 OR
|
||||||
//= Stable 8637.
|
//= Stable 8637.
|
||||||
//===== Compatible With =====================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena - any version that contains the new query_sql
|
//= eAthena - any version that contains the new query_sql
|
||||||
//= command (Stable 8637 OR Trunk 7975).
|
//= command (Stable 8637 OR Trunk 7975).
|
||||||
//===== Description =========================================
|
//===== Description ==========================================
|
||||||
//= A script that lets a player claim an item for donating.
|
//= A script that lets a player claim an item for donating.
|
||||||
//= Allows a GM to input each donation.
|
//= Allows a GM to input each donation.
|
||||||
//===== Comments ============================================
|
//===== Comments =============================================
|
||||||
//= This script uses SQL tables to store variables for the
|
//= This script uses SQL tables to store variables for the
|
||||||
//= amount donated by users and the items claimable.
|
//= amount donated by users and the items claimable.
|
||||||
//===== Installation ========================================
|
//===== Installation =========================================
|
||||||
//= You must execute donate.sql and donate_item_db.sql before
|
//= You must execute donate.sql and donate_item_db.sql before
|
||||||
//= using this script.
|
//= using this script.
|
||||||
//===========================================================
|
//============================================================
|
||||||
//= Thanks to Vich for helping me with the SQL syntax.
|
//= Thanks to Vich for helping me with the SQL syntax.
|
||||||
//= Thanks to Lance for helping me with the the arrays and
|
//= Thanks to Lance for helping me with the the arrays and
|
||||||
//= for implementing query_sql.
|
//= for implementing query_sql.
|
||||||
//= Thanks to Skotlex for implementing escape_sql.
|
//= Thanks to Skotlex for implementing escape_sql.
|
||||||
//= Thanks to Toms for implementing the new multi-column
|
//= Thanks to Toms for implementing the new multi-column
|
||||||
//= query_sql command.
|
//= query_sql command.
|
||||||
//===========================================================
|
//============================================================
|
||||||
|
|
||||||
prontera,145,179,5 script Donation Girl 714,{
|
prontera,145,179,5 script Donation Girl 714,{
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Gefenia Warper Script
|
//= Gefenia Warper Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Darkchild (1.0)
|
//= Darkchild (1.0)
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
//===== Athena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Market Place
|
//= Market Place
|
||||||
//===== By ================================================
|
//===== By ===================================================
|
||||||
//= Lupus
|
//= Lupus
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.0
|
//= 1.0
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 5760+
|
//= eAthena 5760+
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= This script should move vending crowds from Prontera
|
//= This script should move vending crowds from Prontera
|
||||||
//= streets to a suitable market place. Save your traffic 8)
|
//= streets to a suitable market place. Save your traffic 8)
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
// No comments yet
|
// No comments yet
|
||||||
//=========================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
prontera,144,174,3 script Market Place 722,{
|
prontera,144,174,3 script Market Place 722,{
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
//===== Athena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Penal Servitude Script
|
//= Penal Servitude Script
|
||||||
//===== By ================================================
|
//===== By ===================================================
|
||||||
//= Lupus
|
//= Lupus
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.2
|
//= 1.2
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena Final (SVN)
|
//= eAthena Final (SVN)
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= A simple Penal Servitude Script.
|
//= A simple Penal Servitude Script.
|
||||||
//= It could cheer up your prisoners a bit.
|
//= It could cheer up your prisoners a bit.
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
// This script uses CHEQUES of the 2nd KAFRA_BANK.TXT
|
// This script uses CHEQUES of the 2nd KAFRA_BANK.TXT
|
||||||
// var PRISON - it counts number of your imprisonments.
|
// var PRISON - it counts number of your imprisonments.
|
||||||
// 1.1 English translation
|
// 1.1 English translation
|
||||||
// 1.2 Stricted the conditions a bit
|
// 1.2 Stricted the conditions a bit
|
||||||
//=========================================================
|
//============================================================
|
||||||
|
|
||||||
sec_pri,36,58,1 script Chief Warder 105,{
|
sec_pri,36,58,1 script Chief Warder 105,{
|
||||||
mes "[Saddeus]";
|
mes "[Saddeus]";
|
||||||
|
|||||||
@ -1,24 +1,24 @@
|
|||||||
//===== Athena Script =====================================
|
//===== eAthena Script =======================================
|
||||||
//= Treasure Hunter Script
|
//= Treasure Hunter Script
|
||||||
//===== Converted By ======================================
|
//===== Converted By =========================================
|
||||||
//= Fredzilla
|
//= Fredzilla
|
||||||
//= Original
|
//= Original
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
// Treasure Hunter Quests //
|
// Treasure Hunter Quests //
|
||||||
// By: Ezekial //
|
// By: Ezekial //
|
||||||
// for the use on nRO run by Newbe5 //
|
// for the use on nRO run by Newbe5 //
|
||||||
// revised By Warlock //
|
// revised By Warlock //
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.0 - Straight conversion of Aegis NPC file
|
//= 1.0 - Straight conversion of Aegis NPC file
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= Start for Treasure hunter quests
|
//= Start for Treasure hunter quests
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= Event_THQS - Used to check if you have already registerd
|
//= Event_THQS - Used to check if you have already registered
|
||||||
//= #Treasure_Token - used to keep track of tokens
|
//= #Treasure_Token - used to keep track of tokens
|
||||||
//////////////////////////////////////////////////////////
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
//Entrance Flags
|
//Entrance Flags
|
||||||
|
|||||||
@ -1,24 +1,24 @@
|
|||||||
//===== Athena Script =====================================
|
//===== eAthena Script =======================================
|
||||||
//= Treasure Hunter Script
|
//= Treasure Hunter Script
|
||||||
//===== Converted By ======================================
|
//===== Converted By =========================================
|
||||||
//= Fredzilla
|
//= Fredzilla
|
||||||
//= Original
|
//= Original
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
// Treasure Hunter Quests //
|
// Treasure Hunter Quests //
|
||||||
// By: Ezekial //
|
// By: Ezekial //
|
||||||
// for the use on nRO run by Newbe5 //
|
// for the use on nRO run by Newbe5 //
|
||||||
// revised By Warlock //
|
// revised By Warlock //
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.0 - Straight conversion of Aegis NPC file
|
//= 1.0 - Straight conversion of Aegis NPC file
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= Start for Treasure hunter quests
|
//= Start for Treasure hunter quests
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= Event_THQS - Used to check if you have already registerd
|
//= Event_THQS - Used to check if you have already registered
|
||||||
//= #Treasure_Token - used to keep track of tokens
|
//= #Treasure_Token - used to keep track of tokens
|
||||||
//////////////////////////////////////////////////////////
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
yuno_in01,124,164,6 script Guild Leader 108,{
|
yuno_in01,124,164,6 script Guild Leader 108,{
|
||||||
|
|||||||
@ -1,27 +1,27 @@
|
|||||||
//===== Athena Script =====================================
|
//===== eAthena Script =======================================
|
||||||
//= Treasure Hunter Script
|
//= Treasure Hunter Script
|
||||||
//===== Converted By ======================================
|
//===== Converted By =========================================
|
||||||
//= Fredzilla
|
//= Fredzilla
|
||||||
//= Original
|
//= Original
|
||||||
///////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
// Treasure Hunter Quests //
|
// Treasure Hunter Quests //
|
||||||
// By: Ezekial //
|
// By: Ezekial //
|
||||||
// for the use on nRO run by Newbe5 //
|
// for the use on nRO run by Newbe5 //
|
||||||
// revised By Warlock //
|
// revised By Warlock //
|
||||||
///////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.2
|
//= 1.2
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= Start for Treasure hunter quests
|
//= Start for Treasure hunter quests
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= Event_THQS - Used to check if you have already registerd
|
//= Event_THQS - Used to check if you have already registered
|
||||||
//= #Treasure_Token - used to keep track of tokens
|
//= #Treasure_Token - used to keep track of tokens
|
||||||
//= 1.0 - Straight conversionof Aegis NPC file
|
//= 1.0 - Straight conversionof Aegis NPC file
|
||||||
//= 1.1 Added time penalty to prevent get quests to often [Lupus]
|
//= 1.1 Added time penalty to prevent get quests to often [Lupus]
|
||||||
//= 1.2 Fixed not working penalty, added anti-cheat [Lupus]
|
//= 1.2 Fixed not working penalty, added anti-cheat [Lupus]
|
||||||
//////////////////////////////////////////////////////////
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
yuno_in01,112,151,6 script Quest Manager 62,{
|
yuno_in01,112,151,6 script Quest Manager 62,{
|
||||||
|
|||||||
@ -1,27 +1,27 @@
|
|||||||
//===== Athena Script =====================================
|
//===== eAthena Script =======================================
|
||||||
//= Treasure Hunter Script
|
//= Treasure Hunter Script
|
||||||
//===== Converted By ======================================
|
//===== Converted By =========================================
|
||||||
//= Fredzilla
|
//= Fredzilla
|
||||||
//= Original
|
//= Original
|
||||||
///////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
// Treasure Hunter Quests //
|
// Treasure Hunter Quests //
|
||||||
// By: Ezekial //
|
// By: Ezekial //
|
||||||
// for the use on nRO run by Newbe5 //
|
// for the use on nRO run by Newbe5 //
|
||||||
// revised By Warlock //
|
// revised By Warlock //
|
||||||
///////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.3
|
//= 1.3
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= Start for Treasure hunter quests
|
//= Start for Treasure hunter quests
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= Event_THQS - Used to check if you have already registerd
|
//= Event_THQS - Used to check if you have already registered
|
||||||
//= #Treasure_Token - used to keep track of tokens
|
//= #Treasure_Token - used to keep track of tokens
|
||||||
//= 1.0 - Straight conversionof Aegis NPC file
|
//= 1.0 - Straight conversionof Aegis NPC file
|
||||||
//= 1.2 some bugfixes, typos [Lupus]
|
//= 1.2 some bugfixes, typos [Lupus]
|
||||||
//= 1.3 Removed Duplicates [Silent]
|
//= 1.3 Removed Duplicates [Silent]
|
||||||
//////////////////////////////////////////////////////////
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
///////Job list 1///////
|
///////Job list 1///////
|
||||||
|
|||||||
@ -1,27 +1,27 @@
|
|||||||
//===== Athena Script =====================================
|
//===== eAthena Script =======================================
|
||||||
//= Treasure Hunter Script
|
//= Treasure Hunter Script
|
||||||
//===== Converted By ======================================
|
//===== Converted By =========================================
|
||||||
//= Fredzilla
|
//= Fredzilla
|
||||||
//= Original
|
//= Original
|
||||||
///////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
// Treasure Hunter Quests //
|
// Treasure Hunter Quests //
|
||||||
// By: Ezekial //
|
// By: Ezekial //
|
||||||
// for the use on nRO run by Newbe5 //
|
// for the use on nRO run by Newbe5 //
|
||||||
// revised By Warlock //
|
// revised By Warlock //
|
||||||
///////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.1
|
//= 1.1
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= Start for Treasure hunter quests
|
//= Start for Treasure hunter quests
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= Event_THQS - Used to check if you have already registerd
|
//= Event_THQS - Used to check if you have already registered
|
||||||
//= #Treasure_Token - used to keep track of tokens
|
//= #Treasure_Token - used to keep track of tokens
|
||||||
//= v1.0 - Straight conversion of Aegis NPC file
|
//= v1.0 - Straight conversion of Aegis NPC file
|
||||||
//= v1.1 - balanced some prices, fixed 1 missing label
|
//= v1.1 - balanced some prices, fixed 1 missing label
|
||||||
//= removed Executioner&Mysteltain swords [Lupus]
|
//= removed Executioner&Mysteltain swords [Lupus]
|
||||||
//////////////////////////////////////////////////////////
|
//============================================================
|
||||||
|
|
||||||
prt_in,159,172,0 warp thqwrp 3,3,yuno_in01,123,155
|
prt_in,159,172,0 warp thqwrp 3,3,yuno_in01,123,155
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Valentine Event Script + EXP bonus
|
//= Valentine Event Script + EXP bonus
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Lupus (based on Muad_Dib's work)
|
//= Lupus (based on Muad_Dib's work)
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
//===== Athena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Imitation of Dumpling Festival
|
//= Imitation of Dumpling Festival
|
||||||
//===== By ================================================
|
//===== By ===================================================
|
||||||
//= Massdriller
|
//= Massdriller
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.01
|
//= 1.01
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 0.52+
|
//= eAthena 0.52+
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= A complete redering of the Dumpling Festival.
|
//= A complete redering of the Dumpling Festival.
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= Ver 1.0- Duplicate of MRO's Dumpling Event
|
//= Ver 1.0- Duplicate of MRO's Dumpling Event
|
||||||
//= 1.01 fixed bugs [Lupus]
|
//= 1.01 fixed bugs [Lupus]
|
||||||
//=========================================================
|
//============================================================
|
||||||
|
|
||||||
payon,93,81,4 script Exorcist Master Fahae 834,{
|
payon,93,81,4 script Exorcist Master Fahae 834,{
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Valentine Event Script
|
//= Valentine Event Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Muad_Dib(Prometheus Project)
|
//= Muad_Dib(Prometheus Project)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= White Day Event Script
|
//= White Day Event Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= 1.0a Muad_Dib (Prometheus Project)
|
//= 1.0a Muad_Dib (Prometheus Project)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
////===== eAthena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Crusader Quest
|
//= Crusader Quest
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Made by: Black Dragon
|
//= Made by: Black Dragon
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Bullet Dealer Tony
|
//= Bullet Dealer Tony
|
||||||
//===== By ===================================================
|
//===== By ===================================================
|
||||||
//= Playtester, Paradox924X
|
//= Playtester, Paradox924X
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Hair Dresser
|
//= Hair Dresser
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= [Muad_Dib] 1.0 (The Prometheus Project)
|
//= [Muad_Dib] 1.0 (The Prometheus Project)
|
||||||
|
|||||||
@ -1,35 +1,35 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script ========================================
|
||||||
//= Abbey Dungeon Monster Spawn Script
|
//= Abbey Dungeon Monster Spawn Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.0
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any Athena Version
|
//= Any Athena Version
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 Initial version [$ephiroth]
|
//= 1.0 Initial version [$ephiroth]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Nameless Island
|
// Nameless Island
|
||||||
nameless_n.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0
|
nameless_n.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0
|
||||||
nameless_n.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0
|
nameless_n.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0
|
||||||
nameless_n.gat,0,0,0,0 monster Hell Poodle 1866,20,0,0,0
|
nameless_n.gat,0,0,0,0 monster Hell Poodle 1866,20,0,0,0
|
||||||
|
|
||||||
// Cursed Abbey Dungeon [01]
|
// Cursed Abbey Dungeon [01]
|
||||||
abbey01.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0
|
abbey01.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0
|
||||||
abbey01.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0
|
abbey01.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0
|
||||||
abbey01.gat,0,0,0,0 monster Flame Skull 1869,20,0,0,0
|
abbey01.gat,0,0,0,0 monster Flame Skull 1869,20,0,0,0
|
||||||
|
|
||||||
// Cursed Abbey Dungeon [02]
|
// Cursed Abbey Dungeon [02]
|
||||||
abbey02.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0
|
abbey02.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0
|
||||||
abbey02.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0
|
abbey02.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0
|
||||||
abbey02.gat,0,0,0,0 monster Banshee 1867,20,0,0,0
|
abbey02.gat,0,0,0,0 monster Banshee 1867,20,0,0,0
|
||||||
abbey01.gat,0,0,0,0 monster Flame Skull 1869,20,0,0,0
|
abbey01.gat,0,0,0,0 monster Flame Skull 1869,20,0,0,0
|
||||||
abbey02.gat,0,0,0,0 monster Falling Bishop 1871,1,7200000,3600000,1
|
abbey02.gat,0,0,0,0 monster Falling Bishop 1871,1,7200000,3600000,1
|
||||||
|
|
||||||
// Cursed Abbey Dungeon [03]
|
// Cursed Abbey Dungeon [03]
|
||||||
abbey03.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0
|
abbey03.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0
|
||||||
abbey03.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0
|
abbey03.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0
|
||||||
abbey03.gat,0,0,0,0 monster Banshee 1867,20,0,0,0
|
abbey03.gat,0,0,0,0 monster Banshee 1867,20,0,0,0
|
||||||
abbey03.gat,0,0,0,0 monster Necromancer 1870,20,0,0,0
|
abbey03.gat,0,0,0,0 monster Necromancer 1870,20,0,0,0
|
||||||
abbey03.gat,0,0,0,0 monster Beelzebub 1873,1,39600000,19800000,1
|
abbey03.gat,0,0,0,0 monster Beelzebub 1873,1,39600000,19800000,1
|
||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script ========================================
|
||||||
//= Thor Volcano Monster Spawn Script
|
//= Thor Volcano Monster Spawn Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Playtester
|
//= Playtester
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Freya Script =========================================
|
//===== eAthena Script =======================================
|
||||||
//= Hypnotist
|
//= Hypnotist
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
//===== eAthena Script =======================================
|
||||||
|
//= Gunslinger quests
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Playtester
|
//= Playtester
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
//===== eAthena Script =======================================
|
||||||
|
//= Ninja quests
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Playtester
|
//= Playtester
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
//===== Athena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Old Blue Box Quest
|
//= Old Blue Box Quest
|
||||||
//===== By ================================================
|
//===== By ===================================================
|
||||||
//= Celesta, Lupus
|
//= Celesta, Lupus
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.6a
|
//= 1.6a
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= SVN3000+
|
//= SVN3000+
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= Official OBB Quest. You can pass it any times you want.
|
//= Official OBB Quest. You can pass it any times you want.
|
||||||
//= 1.6 Updated, fixed, optimized and translated into English [Lupus]
|
//= 1.6 Updated, fixed, optimized and translated into English [Lupus]
|
||||||
//= 1.6a Halved the required items to make an obb, thanks to marquis007 [MasterOfMuppets]
|
//= 1.6a Halved the required items to make an obb, thanks to marquis007 [MasterOfMuppets]
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
|
|
||||||
alberta,115,204,5 script Tourist 97,{
|
alberta,115,204,5 script Tourist 97,{
|
||||||
mes "[Tourist]";
|
mes "[Tourist]";
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
//===== Athena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Quest NPCs related to Ayothaya
|
//= Quest NPCs related to Ayothaya
|
||||||
//===== By ================================================
|
//===== By ===================================================
|
||||||
//= Fredzilla
|
//= Fredzilla
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.6
|
//= 1.6
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= Ayothaya Clue Quest, Ayothaya Shrimp Quest, Ayothaya
|
//= Ayothaya Clue Quest, Ayothaya Shrimp Quest, Ayothaya
|
||||||
//= Dungeon Quest, Tom Yum Goong Quest,
|
//= Dungeon Quest, Tom Yum Goong Quest,
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= List or Variables used
|
//= List or Variables used
|
||||||
//= @fishing - Checks for if you have caught a fish or not,
|
//= @fishing - Checks for if you have caught a fish or not,
|
||||||
//= 1/10 chance you will get the wedding ring if
|
//= 1/10 chance you will get the wedding ring if
|
||||||
@ -28,7 +28,7 @@
|
|||||||
//= 1.5 Removed Duplicates [Silent]
|
//= 1.5 Removed Duplicates [Silent]
|
||||||
//= 1.6 Moved quests from cities/ to here:
|
//= 1.6 Moved quests from cities/ to here:
|
||||||
//= Shrimp, Dungeon, Tom Yum Goong [Evera]
|
//= Shrimp, Dungeon, Tom Yum Goong [Evera]
|
||||||
//=========================================================
|
//============================================================
|
||||||
|
|
||||||
//============================================================
|
//============================================================
|
||||||
//============================================== Ayothaya Clue
|
//============================================== Ayothaya Clue
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
//===== Athena Script =====================================
|
//===== eAthena Script =======================================
|
||||||
//= Juperos Dungeon Quests
|
//= Juperos Dungeon Quests
|
||||||
//===== By ================================================
|
//===== By ===================================================
|
||||||
//= MasterOfMuppets
|
//= MasterOfMuppets
|
||||||
//===== Version ===========================================
|
//===== Version ==============================================
|
||||||
//= 1.1
|
//= 1.1
|
||||||
//===== Compatible With ===================================
|
//===== Compatible With ======================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description =======================================
|
//===== Description ==========================================
|
||||||
//= Juperos Ruins related Quests
|
//= Juperos Ruins related Quests
|
||||||
//===== Comments ==========================================
|
//===== Comments =============================================
|
||||||
//= 1.0 First version, partly implemented [MasterOfMuppets]
|
//= 1.0 First version, partly implemented [MasterOfMuppets]
|
||||||
//= 1.1 Added official Juperos Ruins History Quest. Thanks
|
//= 1.1 Added official Juperos Ruins History Quest. Thanks
|
||||||
//= to Keplerk for his first version. [SinSloth]
|
//= to Keplerk for his first version. [SinSloth]
|
||||||
//=========================================================
|
//============================================================
|
||||||
|
|
||||||
yuno_in04,190,125,4 script Scholar 700,{
|
yuno_in04,190,125,4 script Scholar 700,{
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Alberta Warp Script
|
//= Alberta Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Al de Baran Warp Script
|
//= Al de Baran Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Amatsu Warp Script
|
//= Amatsu Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Ayothaya Town Warps Script
|
//= Ayothaya Town Warps Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Muad_Dib, L0ne_W0lf (1.0)
|
//= Muad_Dib, L0ne_W0lf (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Comodo Warp Script
|
//= Comodo Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= eAthena dev team
|
//= eAthena dev team
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Einbroch Warp Script
|
//= Einbroch Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.3), SSUNNY@YOUNG(1.7), erKURITA (1.8)
|
//= Sara-chan (1.3), SSUNNY@YOUNG(1.7), erKURITA (1.8)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Geffen Warp Script
|
//= Geffen Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Gonryun Town Warp Script
|
//= Gonryun Town Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Garden City Hugel Warp Script
|
//= Garden City Hugel Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.1)
|
//= Sara-chan (1.1)
|
||||||
@ -19,7 +19,7 @@
|
|||||||
//= 1.6 Some official warps [Playtester]
|
//= 1.6 Some official warps [Playtester]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//= Hugel City ================================================
|
//= Hugel City ===============================================
|
||||||
|
|
||||||
//Entrance
|
//Entrance
|
||||||
hu_fild06,200,372,0 warp hugel01 1,1,hugel,95,37
|
hu_fild06,200,372,0 warp hugel01 1,1,hugel,95,37
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Izlude Warp Script
|
//= Izlude Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0), Nana (1.1)
|
//= Athena (1.0), Nana (1.1)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Lighthalzen Warp Script
|
//= Lighthalzen Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.0)
|
//= Sara-chan (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Lou Yang Warp Script
|
//= Lou Yang Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
@ -15,7 +15,7 @@
|
|||||||
//= 1.3 Fixed a few warp-back [erKURITA]
|
//= 1.3 Fixed a few warp-back [erKURITA]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//= Louyang Town ============================================
|
//= Louyang Town =============================================
|
||||||
louyang,217,22,0 warp louwarp001 3,3,lou_fild01,232,353
|
louyang,217,22,0 warp louwarp001 3,3,lou_fild01,232,353
|
||||||
louyang,37,270,0 warp louwarp002 3,3,lou_dun01,218,196
|
louyang,37,270,0 warp louwarp002 3,3,lou_dun01,218,196
|
||||||
louyang,218,253,0 warp louwarp005 3,3,lou_in01,101,122
|
louyang,218,253,0 warp louwarp005 3,3,lou_in01,101,122
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Lutie Warp Script
|
//= Lutie Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0) Nana (1.1)
|
//= Athena (1.0) Nana (1.1)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Morroc Warp Script
|
//= Morroc Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Moscovia City Warp Script
|
//= Moscovia City Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Nameless Island Warp Script
|
//= Nameless Island Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Niflheim Warp Script
|
//= Niflheim Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= PKGINGO (1.0)
|
//= PKGINGO (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Prontera Warp Script
|
//= Prontera Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Rachel Warp Script
|
//= Rachel Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= erKURITA & RockmanEXE
|
//= erKURITA & RockmanEXE
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Umbala Warp Script
|
//= Umbala Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Darkchild (1.0v A)
|
//= Darkchild (1.0v A)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Veins City Warp Script
|
//= Veins City Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Yggdrasil Tree Warp Script
|
//= Yggdrasil Tree Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= PKGINGO (1.0)
|
//= PKGINGO (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Yuno Warp Script
|
//= Yuno Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Disabled Warps
|
//= Disabled Warps
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Abbey Dungeon Warp Script
|
//= Abbey Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Abyss Lake Dungeon Warp Script
|
//= Abyss Lake Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Muad-Dib (1.0)
|
//= Muad-Dib (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//==== Athena Script ========================================
|
//==== eAthena Script ========================================
|
||||||
//= Alberta Field's Script
|
//= Alberta Field's Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Al de Baran Clock Tower Warp Script
|
//= Al de Baran Clock Tower Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Amatsu Dungeon Script
|
//= Amatsu Dungeon Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Ant Hell Warp Script
|
//= Ant Hell Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Ayothaya Dungeon Warp Script
|
//= Ayothaya Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= eAthena Team (1.0)
|
//= eAthena Team (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Coal Mine Warp Script
|
//= Coal Mine Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Comodo Dungeon Warp
|
//= Comodo Dungeon Warp
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
@ -12,7 +12,7 @@
|
|||||||
//= No comment!
|
//= No comment!
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//Beach Dungeon ==================================================
|
//Beach Dungeon ==============================================
|
||||||
beach_dun,276,67,0 warp cmd004 1,1,comodo,31,215
|
beach_dun,276,67,0 warp cmd004 1,1,comodo,31,215
|
||||||
beach_dun2,154,13,0 warp cmd005 2,1,comodo,176,353
|
beach_dun2,154,13,0 warp cmd005 2,1,comodo,176,353
|
||||||
beach_dun3,17,265,0 warp cmd007 1,1,comodo,328,175
|
beach_dun3,17,265,0 warp cmd007 1,1,comodo,328,175
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Einbroch Warp Script
|
//= Einbroch Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.3), SSUNNY@YOUNG(1.4)
|
//= Sara-chan (1.3), SSUNNY@YOUNG(1.4)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Geffen Warp Script
|
//= Geffen Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Gonryun Dungeon Warp Script
|
//= Gonryun Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Ice Dungeon Warp Script
|
//= Ice Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Playtester
|
//= Playtester
|
||||||
@ -11,7 +11,7 @@
|
|||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 Initial version [Playtester]
|
//= 1.0 Initial version [Playtester]
|
||||||
//= 1.1 Official warps [Playtester]
|
//= 1.1 Official warps [Playtester]
|
||||||
//= 1.2 Added quest warp. FLoor 4 to floor 3. [L0ne_W0lf[
|
//= 1.2 Added quest warp. FLoor 4 to floor 3. [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
ice_dun01,157,10,0 warp ice001 1,1,ra_fild01,233,327
|
ice_dun01,157,10,0 warp ice001 1,1,ra_fild01,233,327
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Izlude Dungeon Warp Script
|
//= Izlude Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Juperos Dungeon Warp Script
|
//= Juperos Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Muad-Dib (1.0)
|
//= Muad-Dib (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Kiel Dungeon Warp Script
|
//= Kiel Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Lost Kakashi
|
//= Lost Kakashi
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Lighthalzen Dungeon Warp Script
|
//= Lighthalzen Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.0)
|
//= Sara-chan (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Lutie Dungeon (Toy Factory) Warp Script
|
//= Lutie Dungeon (Toy Factory) Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Morroc Dungeons Warp Script
|
//= Morroc Dungeons Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Moscovia Dungeon Warp Script
|
//= Moscovia Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Odin Temple Warp Script
|
//= Odin Temple Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= birkiczd (1.0)
|
//= birkiczd (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Orc Dungeon Warp Script
|
//= Orc Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Prontera Dungeons Warp Script
|
//= Prontera Dungeons Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
//==== Athena Script =====================================
|
//===== eAthena Script =======================================
|
||||||
//= Rachel Sanctuary Dungeon Warp Script
|
//= Rachel Sanctuary Dungeon Warp Script
|
||||||
//==== By ================================================
|
//===== By ===================================================
|
||||||
//= Playtester
|
//= Playtester
|
||||||
//==== Current Version :==================================
|
//===== Current Version :=====================================
|
||||||
//= 1.4
|
//= 1.4
|
||||||
//==== Compatible With :==================================
|
//===== Compatible With :=====================================
|
||||||
//= Any Athena Version
|
//= Any Athena Version
|
||||||
//==== Description :======================================
|
//===== Description :=========================================
|
||||||
//= Warp Points For Rachel Sanctuary Dungeon
|
//= Warp Points For Rachel Sanctuary Dungeon
|
||||||
//==== Additional Comment:================================
|
//===== Additional Comment:===================================
|
||||||
//= 1.1 Added $ephiroth's warps [Playtester]
|
//= 1.1 Added $ephiroth's warps [Playtester]
|
||||||
//= 1.2 Replaced old versions with jAthena's [Playtester]
|
//= 1.2 Replaced old versions with jAthena's [Playtester]
|
||||||
//= 1.3 Official warps [Playtester]
|
//= 1.3 Official warps [Playtester]
|
||||||
//= 1.4 Added quest map warp to random warp. [L0ne_W0lf]
|
//= 1.4 Added quest map warp to random warp. [L0ne_W0lf]
|
||||||
//= Added Dungeon exit back into temple.
|
//= Added Dungeon exit back into temple.
|
||||||
//========================================================
|
//============================================================
|
||||||
|
|
||||||
ra_san01,139,13,0 script sanctuary01 45,1,1,{
|
ra_san01,139,13,0 script sanctuary01 45,1,1,{
|
||||||
if (ra_tem_q == 21) { warp "que_san04",119,110; end; }
|
if (ra_tem_q == 21) { warp "que_san04",119,110; end; }
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Thor's Volcano Dungeon Warp Script
|
//= Thor's Volcano Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Umbala Dungeon (Yggdrasil Cave) Warp Script
|
//= Umbala Dungeon (Yggdrasil Cave) Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Darkchild (1.0vA); Athena (1.0vB)
|
//= Darkchild (1.0vA); Athena (1.0vB)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Yuno Dungeon Warp Script
|
//= Yuno Dungeon Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Abyss Cave Warper
|
//= Abyss Cave Warper
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= erKURITA
|
//= erKURITA
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Amatsu Field Warp's
|
//= Amatsu Field Warp's
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Comodo Warp Script
|
//= Comodo Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana
|
//= Nana
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Einbroch Field Warp Script
|
//= Einbroch Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.0), SSUNNY@YOUNG(1.2)
|
//= Sara-chan (1.0), SSUNNY@YOUNG(1.2)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Gefenia Warp Script
|
//= Gefenia Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Muad Dib (1.0)
|
//= Muad Dib (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Geffen Warp Script
|
//= Geffen Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Glastheim Warp Script
|
//= Glastheim Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Hugel Field Warp Script
|
//= Hugel Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.0)
|
//= Sara-chan (1.0)
|
||||||
@ -13,7 +13,7 @@
|
|||||||
//= 1.1 Official warps [Playtester]
|
//= 1.1 Official warps [Playtester]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//= Hugel Field ================================================
|
//= Hugel Field ==============================================
|
||||||
ein_fild04,343,293,0 warp hugel001 1,1,ein_fild05,80,294
|
ein_fild04,343,293,0 warp hugel001 1,1,ein_fild05,80,294
|
||||||
ein_fild05,76,294,0 warp hugel001a 1,1,ein_fild04,336,292
|
ein_fild05,76,294,0 warp hugel001a 1,1,ein_fild04,336,292
|
||||||
ein_fild05,376,183,0 warp hugel002 1,1,ein_fild06,47,166
|
ein_fild05,376,183,0 warp hugel002 1,1,ein_fild06,47,166
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Jawaii Warp Script
|
//= Jawaii Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Muad Dib (1.0)
|
//= Muad Dib (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Lighthalzen Field Warp Script
|
//= Lighthalzen Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.0)
|
//= Sara-chan (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Lutie Field Warp Script
|
//= Lutie Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Morroc Field Warp Script
|
//= Morroc Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Mt. Mjolnir Warp Script
|
//= Mt. Mjolnir Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Prontera Field Warp Script
|
//= Prontera Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Rachel Field Warp Script
|
//= Rachel Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Playtester
|
//= Playtester
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Umbala Field Warp Script
|
//= Umbala Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0)
|
//= Nana (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Veins Field Warp Script
|
//= Veins Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Yuno Field Warp Script
|
//= Yuno Field Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Nana (1.0), Sara
|
//= Nana (1.0), Sara
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Guild Castles Warp Script
|
//= Guild Castles Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//===== Athena Script ========================================
|
//===== eAthena Script =======================================
|
||||||
//= Airports & Airplanes Warp Script
|
//= Airports & Airplanes Warp Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Sara-chan (1.0), SSUNNY@YOUNG(1.6)
|
//= Sara-chan (1.0), SSUNNY@YOUNG(1.6)
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user