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:
ultramage 2007-06-14 08:29:20 +00:00
parent 9be00d8297
commit 0dc548c5f7
107 changed files with 272 additions and 269 deletions

View File

@ -1,5 +1,5 @@
//===== eAthena Script =======================================
//= Ayotaya Town
//= Ayothaya Town
//===== By: ==================================================
//= MasterOfMuppets
//===== Current Version: =====================================

View File

@ -1,5 +1,5 @@
//===== eAthena script =======================================
//= Jawaii (The Lovers Paradise) Town script
//===== eAthena Script =======================================
//= Jawaii (The Lovers' Paradise) Town script
//===== By: ==================================================
//= jAthena (1.0)
//= DNett123 (1.1 - 1.5)

View File

@ -1,4 +1,4 @@
//===== eAthena script =======================================
//===== eAthena Script =======================================
//= Umbala Town script
//===== By: ==================================================
//= jAthena (1.0) Fusion Dev Team (1.1) Muad Dib (1.2) Darkchild (1.3)

View File

@ -47,7 +47,7 @@ L_RNameLoop:
mes "I am very sorry if you have lost items";
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:
mes "Welcome to the auction, you may register you items at this time";
@ -166,7 +166,7 @@ L_Sorry:
close;
L_Already:
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;
menu "Yes",-,"No",L_End;
getitem $AItems[@num],$AAmount[@num];
@ -185,7 +185,7 @@ L_NotEnough:
mes "[Auctioneer]";
mes "Seems you don't have that much "+getitemname(@setitem)+"'s";
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
L_Bid:

View File

@ -1,8 +1,8 @@
//===== Athena Script =======================================
//===== eAthena Script =======================================
//= Simple Adoption Script
//===== By ================================================
//===== By ===================================================
//= Fredzilla with help from Kamari,Acky
//===== Version ===========================================
//===== Version ==============================================
//= 1.7 Moved warps to the southern exit of the main chappel. [L0ne_W0lf]
//= 1.6a Fixed wrong label name [KarLaeda]
//= 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.0 - First Release, most likely going to have some bugs
//= Is using @adopt instead of proper NPC script command
//===== Compatible With ===================================
//===== Compatible With ======================================
//= 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
//===== Description =======================================
//===== Description ==========================================
//= A simple adoption script that lets couples adopt a
//= lvl 1/1 novice without the help of a GM there
//===== Comments ==========================================
//===== Comments =============================================
//= List or Variables used
//= $@AdoptionActive = Stops other people trying to use
//= 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.
//= Use "getchildid()>0" insread of event_adopt
//= Use "Upper==2" insread of event_adopted
//=========================================================
//============================================================
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
@ -415,7 +415,7 @@ A_FinalYesB:
close;
A_SameFail:
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";
close;

View File

@ -1,8 +1,8 @@
//===== Athena Script =======================================
//===== eAthena Script =======================================
//= Donation NPC
//===== By ==================================================
//===== By ===================================================
//= Josh
//===== Version =============================================
//===== Version ==============================================
//= 1.0 - First release. Probably contains bugs/security
//= risks
//= 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
//= queries into one. Requires Trunk 7975 OR
//= Stable 8637.
//===== Compatible With =====================================
//===== Compatible With ======================================
//= eAthena - any version that contains the new query_sql
//= command (Stable 8637 OR Trunk 7975).
//===== Description =========================================
//===== Description ==========================================
//= A script that lets a player claim an item for donating.
//= Allows a GM to input each donation.
//===== Comments ============================================
//===== Comments =============================================
//= This script uses SQL tables to store variables for the
//= amount donated by users and the items claimable.
//===== Installation ========================================
//===== Installation =========================================
//= You must execute donate.sql and donate_item_db.sql before
//= using this script.
//===========================================================
//============================================================
//= Thanks to Vich for helping me with the SQL syntax.
//= Thanks to Lance for helping me with the the arrays and
//= for implementing query_sql.
//= Thanks to Skotlex for implementing escape_sql.
//= Thanks to Toms for implementing the new multi-column
//= query_sql command.
//===========================================================
//============================================================
prontera,145,179,5 script Donation Girl 714,{

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Gefenia Warper Script
//===== By: ==================================================
//= Darkchild (1.0)

View File

@ -1,17 +1,17 @@
//===== Athena Script =======================================
//===== eAthena Script =======================================
//= Market Place
//===== By ================================================
//===== By ===================================================
//= Lupus
//===== Version ===========================================
//===== Version ==============================================
//= 1.0
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 5760+
//===== Description =======================================
//===== Description ==========================================
//= This script should move vending crowds from Prontera
//= streets to a suitable market place. Save your traffic 8)
//===== Comments ==========================================
//===== Comments =============================================
// No comments yet
//=========================================================
//============================================================
prontera,144,174,3 script Market Place 722,{

View File

@ -1,20 +1,20 @@
//===== Athena Script =======================================
//===== eAthena Script =======================================
//= Penal Servitude Script
//===== By ================================================
//===== By ===================================================
//= Lupus
//===== Version ===========================================
//===== Version ==============================================
//= 1.2
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena Final (SVN)
//===== Description =======================================
//===== Description ==========================================
//= A simple Penal Servitude Script.
//= It could cheer up your prisoners a bit.
//===== Comments ==========================================
//===== Comments =============================================
// This script uses CHEQUES of the 2nd KAFRA_BANK.TXT
// var PRISON - it counts number of your imprisonments.
// 1.1 English translation
// 1.2 Stricted the conditions a bit
//=========================================================
//============================================================
sec_pri,36,58,1 script Chief Warder 105,{
mes "[Saddeus]";

View File

@ -1,24 +1,24 @@
//===== Athena Script =====================================
//===== eAthena Script =======================================
//= Treasure Hunter Script
//===== Converted By ======================================
//===== Converted By =========================================
//= Fredzilla
//= Original
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
// Treasure Hunter Quests //
// By: Ezekial //
// for the use on nRO run by Newbe5 //
// revised By Warlock //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//===== Version ===========================================
//////////////////////////////////////////////////////////////
//===== Version ==============================================
//= 1.0 - Straight conversion of Aegis NPC file
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 1.0
//===== Description =======================================
//===== Description ==========================================
//= Start for Treasure hunter quests
//===== Comments ==========================================
//= Event_THQS - Used to check if you have already registerd
//===== Comments =============================================
//= Event_THQS - Used to check if you have already registered
//= #Treasure_Token - used to keep track of tokens
//////////////////////////////////////////////////////////
//============================================================
//Entrance Flags

View File

@ -1,24 +1,24 @@
//===== Athena Script =====================================
//===== eAthena Script =======================================
//= Treasure Hunter Script
//===== Converted By ======================================
//===== Converted By =========================================
//= Fredzilla
//= Original
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
// Treasure Hunter Quests //
// By: Ezekial //
// for the use on nRO run by Newbe5 //
// revised By Warlock //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//===== Version ===========================================
//////////////////////////////////////////////////////////////
//===== Version ==============================================
//= 1.0 - Straight conversion of Aegis NPC file
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 1.0
//===== Description =======================================
//===== Description ==========================================
//= Start for Treasure hunter quests
//===== Comments ==========================================
//= Event_THQS - Used to check if you have already registerd
//===== Comments =============================================
//= Event_THQS - Used to check if you have already registered
//= #Treasure_Token - used to keep track of tokens
//////////////////////////////////////////////////////////
//============================================================
yuno_in01,124,164,6 script Guild Leader 108,{

View File

@ -1,27 +1,27 @@
//===== Athena Script =====================================
//===== eAthena Script =======================================
//= Treasure Hunter Script
//===== Converted By ======================================
//===== Converted By =========================================
//= Fredzilla
//= Original
///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
// Treasure Hunter Quests //
// By: Ezekial //
// for the use on nRO run by Newbe5 //
// revised By Warlock //
///////////////////////////////////////////////////////////
//===== Version ===========================================
//////////////////////////////////////////////////////////////
//===== Version ==============================================
//= 1.2
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 1.0
//===== Description =======================================
//===== Description ==========================================
//= Start for Treasure hunter quests
//===== Comments ==========================================
//= Event_THQS - Used to check if you have already registerd
//===== Comments =============================================
//= Event_THQS - Used to check if you have already registered
//= #Treasure_Token - used to keep track of tokens
//= 1.0 - Straight conversionof Aegis NPC file
//= 1.1 Added time penalty to prevent get quests to often [Lupus]
//= 1.2 Fixed not working penalty, added anti-cheat [Lupus]
//////////////////////////////////////////////////////////
//============================================================
yuno_in01,112,151,6 script Quest Manager 62,{

View File

@ -1,27 +1,27 @@
//===== Athena Script =====================================
//===== eAthena Script =======================================
//= Treasure Hunter Script
//===== Converted By ======================================
//===== Converted By =========================================
//= Fredzilla
//= Original
///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
// Treasure Hunter Quests //
// By: Ezekial //
// for the use on nRO run by Newbe5 //
// revised By Warlock //
///////////////////////////////////////////////////////////
//===== Version ===========================================
//////////////////////////////////////////////////////////////
//===== Version ==============================================
//= 1.3
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 1.0
//===== Description =======================================
//===== Description ==========================================
//= Start for Treasure hunter quests
//===== Comments ==========================================
//= Event_THQS - Used to check if you have already registerd
//===== Comments =============================================
//= Event_THQS - Used to check if you have already registered
//= #Treasure_Token - used to keep track of tokens
//= 1.0 - Straight conversionof Aegis NPC file
//= 1.2 some bugfixes, typos [Lupus]
//= 1.3 Removed Duplicates [Silent]
//////////////////////////////////////////////////////////
//============================================================
///////Job list 1///////

View File

@ -1,27 +1,27 @@
//===== Athena Script =====================================
//===== eAthena Script =======================================
//= Treasure Hunter Script
//===== Converted By ======================================
//===== Converted By =========================================
//= Fredzilla
//= Original
///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
// Treasure Hunter Quests //
// By: Ezekial //
// for the use on nRO run by Newbe5 //
// revised By Warlock //
///////////////////////////////////////////////////////////
//===== Version ===========================================
//////////////////////////////////////////////////////////////
//===== Version ==============================================
//= 1.1
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 1.0
//===== Description =======================================
//===== Description ==========================================
//= Start for Treasure hunter quests
//===== Comments ==========================================
//= Event_THQS - Used to check if you have already registerd
//===== Comments =============================================
//= Event_THQS - Used to check if you have already registered
//= #Treasure_Token - used to keep track of tokens
//= v1.0 - Straight conversion of Aegis NPC file
//= v1.1 - balanced some prices, fixed 1 missing label
//= removed Executioner&Mysteltain swords [Lupus]
//////////////////////////////////////////////////////////
//============================================================
prt_in,159,172,0 warp thqwrp 3,3,yuno_in01,123,155

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Valentine Event Script + EXP bonus
//===== By: ==================================================
//= Lupus (based on Muad_Dib's work)

View File

@ -1,17 +1,17 @@
//===== Athena Script =======================================
//===== eAthena Script =======================================
//= Imitation of Dumpling Festival
//===== By ================================================
//===== By ===================================================
//= Massdriller
//===== Version ===========================================
//===== Version ==============================================
//= 1.01
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 0.52+
//===== Description =======================================
//===== Description ==========================================
//= A complete redering of the Dumpling Festival.
//===== Comments ==========================================
//===== Comments =============================================
//= Ver 1.0- Duplicate of MRO's Dumpling Event
//= 1.01 fixed bugs [Lupus]
//=========================================================
//============================================================
payon,93,81,4 script Exorcist Master Fahae 834,{

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Valentine Event Script
//===== By: ==================================================
//= Muad_Dib(Prometheus Project)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= White Day Event Script
//===== By: ==================================================
//= 1.0a Muad_Dib (Prometheus Project)

View File

@ -1,4 +1,4 @@
////===== eAthena Script =======================================
//===== eAthena Script =======================================
//= Crusader Quest
//===== By: ==================================================
//= Made by: Black Dragon

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Bullet Dealer Tony
//===== By ===================================================
//= Playtester, Paradox924X

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Hair Dresser
//===== By: ==================================================
//= [Muad_Dib] 1.0 (The Prometheus Project)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script ========================================
//= Abbey Dungeon Monster Spawn Script
//===== By: ==================================================
//= $ephiroth

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script ========================================
//= Thor Volcano Monster Spawn Script
//===== By: ==================================================
//= Playtester

View File

@ -1,4 +1,4 @@
//===== Freya Script =========================================
//===== eAthena Script =======================================
//= Hypnotist
//===== By: ==================================================
//= L0ne_W0lf

View File

@ -1,3 +1,5 @@
//===== eAthena Script =======================================
//= Gunslinger quests
//===== By: ==================================================
//= Playtester
//===== Current Version: =====================================

View File

@ -1,3 +1,5 @@
//===== eAthena Script =======================================
//= Ninja quests
//===== By: ==================================================
//= Playtester
//===== Current Version: =====================================

View File

@ -1,16 +1,16 @@
//===== Athena Script =======================================
//===== eAthena Script =======================================
//= Old Blue Box Quest
//===== By ================================================
//===== By ===================================================
//= Celesta, Lupus
//===== Version ===========================================
//===== Version ==============================================
//= 1.6a
//===== Compatible With ===================================
//===== Compatible With ======================================
//= SVN3000+
//===== Description =======================================
//===== Description ==========================================
//= Official OBB Quest. You can pass it any times you want.
//= 1.6 Updated, fixed, optimized and translated into English [Lupus]
//= 1.6a Halved the required items to make an obb, thanks to marquis007 [MasterOfMuppets]
//===== Description =======================================
//===== Description ==========================================
alberta,115,204,5 script Tourist 97,{
mes "[Tourist]";

View File

@ -1,15 +1,15 @@
//===== Athena Script =======================================
//===== eAthena Script =======================================
//= Quest NPCs related to Ayothaya
//===== By ================================================
//===== By ===================================================
//= Fredzilla
//===== Version ===========================================
//===== Version ==============================================
//= 1.6
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 1.0
//===== Description =======================================
//===== Description ==========================================
//= Ayothaya Clue Quest, Ayothaya Shrimp Quest, Ayothaya
//= Dungeon Quest, Tom Yum Goong Quest,
//===== Comments ==========================================
//===== Comments =============================================
//= List or Variables used
//= @fishing - Checks for if you have caught a fish or not,
//= 1/10 chance you will get the wedding ring if
@ -28,7 +28,7 @@
//= 1.5 Removed Duplicates [Silent]
//= 1.6 Moved quests from cities/ to here:
//= Shrimp, Dungeon, Tom Yum Goong [Evera]
//=========================================================
//============================================================
//============================================================
//============================================== Ayothaya Clue

View File

@ -1,18 +1,18 @@
//===== Athena Script =====================================
//===== eAthena Script =======================================
//= Juperos Dungeon Quests
//===== By ================================================
//===== By ===================================================
//= MasterOfMuppets
//===== Version ===========================================
//===== Version ==============================================
//= 1.1
//===== Compatible With ===================================
//===== Compatible With ======================================
//= eAthena 1.0
//===== Description =======================================
//===== Description ==========================================
//= Juperos Ruins related Quests
//===== Comments ==========================================
//===== Comments =============================================
//= 1.0 First version, partly implemented [MasterOfMuppets]
//= 1.1 Added official Juperos Ruins History Quest. Thanks
//= to Keplerk for his first version. [SinSloth]
//=========================================================
//============================================================
yuno_in04,190,125,4 script Scholar 700,{

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Alberta Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Al de Baran Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Amatsu Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Ayothaya Town Warps Script
//===== By: ==================================================
//= Muad_Dib, L0ne_W0lf (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Comodo Warp Script
//===== By: ==================================================
//= eAthena dev team

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Einbroch Warp Script
//===== By: ==================================================
//= Sara-chan (1.3), SSUNNY@YOUNG(1.7), erKURITA (1.8)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Geffen Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Gonryun Town Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Garden City Hugel Warp Script
//===== By: ==================================================
//= Sara-chan (1.1)
@ -19,7 +19,7 @@
//= 1.6 Some official warps [Playtester]
//============================================================
//= Hugel City ================================================
//= Hugel City ===============================================
//Entrance
hu_fild06,200,372,0 warp hugel01 1,1,hugel,95,37

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Izlude Warp Script
//===== By: ==================================================
//= Athena (1.0), Nana (1.1)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Lighthalzen Warp Script
//===== By: ==================================================
//= Sara-chan (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Lou Yang Warp Script
//===== By: ==================================================
//= Nana (1.0)
@ -15,7 +15,7 @@
//= 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,37,270,0 warp louwarp002 3,3,lou_dun01,218,196
louyang,218,253,0 warp louwarp005 3,3,lou_in01,101,122

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Lutie Warp Script
//===== By: ==================================================
//= Athena (1.0) Nana (1.1)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Morroc Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Moscovia City Warp Script
//===== By: ==================================================
//= $ephiroth

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Nameless Island Warp Script
//===== By: ==================================================
//= $ephiroth

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Niflheim Warp Script
//===== By: ==================================================
//= PKGINGO (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Prontera Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Rachel Warp Script
//===== By: ==================================================
//= erKURITA & RockmanEXE

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Umbala Warp Script
//===== By: ==================================================
//= Darkchild (1.0v A)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Veins City Warp Script
//===== By: ==================================================
//= $ephiroth

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Yggdrasil Tree Warp Script
//===== By: ==================================================
//= PKGINGO (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Yuno Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Disabled Warps
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Abbey Dungeon Warp Script
//===== By: ==================================================
//= $ephiroth

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Abyss Lake Dungeon Warp Script
//===== By: ==================================================
//= Muad-Dib (1.0)

View File

@ -1,4 +1,4 @@
//==== Athena Script ========================================
//==== eAthena Script ========================================
//= Alberta Field's Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Al de Baran Clock Tower Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Amatsu Dungeon Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Ant Hell Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Ayothaya Dungeon Warp Script
//===== By: ==================================================
//= eAthena Team (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Coal Mine Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Comodo Dungeon Warp
//===== By: ==================================================
//= Nana (1.0)
@ -12,7 +12,7 @@
//= No comment!
//============================================================
//Beach Dungeon ==================================================
//Beach Dungeon ==============================================
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_dun3,17,265,0 warp cmd007 1,1,comodo,328,175

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Einbroch Warp Script
//===== By: ==================================================
//= Sara-chan (1.3), SSUNNY@YOUNG(1.4)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Geffen Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Gonryun Dungeon Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Ice Dungeon Warp Script
//===== By: ==================================================
//= Playtester
@ -11,7 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 Initial version [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

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Izlude Dungeon Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Juperos Dungeon Warp Script
//===== By: ==================================================
//= Muad-Dib (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Kiel Dungeon Warp Script
//===== By: ==================================================
//= Lost Kakashi

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Lighthalzen Dungeon Warp Script
//===== By: ==================================================
//= Sara-chan (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Lutie Dungeon (Toy Factory) Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Morroc Dungeons Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Moscovia Dungeon Warp Script
//===== By: ==================================================
//= $ephiroth

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Odin Temple Warp Script
//===== By: ==================================================
//= birkiczd (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Orc Dungeon Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Prontera Dungeons Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,20 +1,20 @@
//==== Athena Script =====================================
//===== eAthena Script =======================================
//= Rachel Sanctuary Dungeon Warp Script
//==== By ================================================
//===== By ===================================================
//= Playtester
//==== Current Version :==================================
//===== Current Version :=====================================
//= 1.4
//==== Compatible With :==================================
//===== Compatible With :=====================================
//= Any Athena Version
//==== Description :======================================
//===== Description :=========================================
//= Warp Points For Rachel Sanctuary Dungeon
//==== Additional Comment:================================
//===== Additional Comment:===================================
//= 1.1 Added $ephiroth's warps [Playtester]
//= 1.2 Replaced old versions with jAthena's [Playtester]
//= 1.3 Official warps [Playtester]
//= 1.4 Added quest map warp to random warp. [L0ne_W0lf]
//= Added Dungeon exit back into temple.
//========================================================
//============================================================
ra_san01,139,13,0 script sanctuary01 45,1,1,{
if (ra_tem_q == 21) { warp "que_san04",119,110; end; }

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Thor's Volcano Dungeon Warp Script
//===== By: ==================================================
//= $ephiroth

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Umbala Dungeon (Yggdrasil Cave) Warp Script
//===== By: ==================================================
//= Darkchild (1.0vA); Athena (1.0vB)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Yuno Dungeon Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Abyss Cave Warper
//===== By: ==================================================
//= erKURITA

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Amatsu Field Warp's
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Comodo Warp Script
//===== By: ==================================================
//= Nana

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Einbroch Field Warp Script
//===== By: ==================================================
//= Sara-chan (1.0), SSUNNY@YOUNG(1.2)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Gefenia Warp Script
//===== By: ==================================================
//= Muad Dib (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Geffen Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Glastheim Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Hugel Field Warp Script
//===== By: ==================================================
//= Sara-chan (1.0)
@ -13,7 +13,7 @@
//= 1.1 Official warps [Playtester]
//============================================================
//= Hugel Field ================================================
//= Hugel Field ==============================================
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,376,183,0 warp hugel002 1,1,ein_fild06,47,166

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Jawaii Warp Script
//===== By: ==================================================
//= Muad Dib (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Lighthalzen Field Warp Script
//===== By: ==================================================
//= Sara-chan (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Lutie Field Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Morroc Field Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Mt. Mjolnir Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Prontera Field Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Rachel Field Warp Script
//===== By: ==================================================
//= Playtester

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Umbala Field Warp Script
//===== By: ==================================================
//= Nana (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Veins Field Warp Script
//===== By: ==================================================
//= $ephiroth

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Yuno Field Warp Script
//===== By: ==================================================
//= Nana (1.0), Sara

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Guild Castles Warp Script
//===== By: ==================================================
//= Athena (1.0)

View File

@ -1,4 +1,4 @@
//===== Athena Script ========================================
//===== eAthena Script =======================================
//= Airports & Airplanes Warp Script
//===== By: ==================================================
//= Sara-chan (1.0), SSUNNY@YOUNG(1.6)

Some files were not shown because too many files have changed in this diff Show More