diff options
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/Auctioneer.txt | 6 | ||||
-rw-r--r-- | npc/custom/adoption.txt | 16 | ||||
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/donate.txt | 18 | ||||
-rw-r--r-- | npc/custom/gefenia.txt | 2 | ||||
-rw-r--r-- | npc/custom/market.txt | 14 | ||||
-rw-r--r-- | npc/custom/penal_servitude.txt | 14 | ||||
-rw-r--r-- | npc/custom/quests/thq/THQS_ChatingNPC.txt | 28 | ||||
-rw-r--r-- | npc/custom/quests/thq/THQS_GuildNPC.txt | 28 | ||||
-rw-r--r-- | npc/custom/quests/thq/THQS_QuestNPC.txt | 28 | ||||
-rw-r--r-- | npc/custom/quests/thq/THQS_Quests.txt | 28 | ||||
-rw-r--r-- | npc/custom/quests/thq/THQS_TTShop.txt | 28 |
11 files changed, 105 insertions, 105 deletions
diff --git a/npc/custom/Auctioneer.txt b/npc/custom/Auctioneer.txt index efdbd204e..433fc8170 100644 --- a/npc/custom/Auctioneer.txt +++ b/npc/custom/Auctioneer.txt @@ -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: diff --git a/npc/custom/adoption.txt b/npc/custom/adoption.txt index f9f2361b3..3ab37d3e1 100644 --- a/npc/custom/adoption.txt +++ b/npc/custom/adoption.txt @@ -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; diff --git a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt index b0fa93176..97e39519f 100644 --- a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt +++ b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt @@ -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,{ diff --git a/npc/custom/gefenia.txt b/npc/custom/gefenia.txt index 5bb5a6018..86b4cd8a2 100644 --- a/npc/custom/gefenia.txt +++ b/npc/custom/gefenia.txt @@ -1,4 +1,4 @@ -//===== Athena Script ======================================== +//===== eAthena Script ======================================= //= Gefenia Warper Script //===== By: ================================================== //= Darkchild (1.0) diff --git a/npc/custom/market.txt b/npc/custom/market.txt index 0f17b9354..35a4db3b5 100644 --- a/npc/custom/market.txt +++ b/npc/custom/market.txt @@ -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,{ diff --git a/npc/custom/penal_servitude.txt b/npc/custom/penal_servitude.txt index ddcc82e6b..673130979 100644 --- a/npc/custom/penal_servitude.txt +++ b/npc/custom/penal_servitude.txt @@ -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]"; diff --git a/npc/custom/quests/thq/THQS_ChatingNPC.txt b/npc/custom/quests/thq/THQS_ChatingNPC.txt index 3feeabfb0..18d5bc48c 100644 --- a/npc/custom/quests/thq/THQS_ChatingNPC.txt +++ b/npc/custom/quests/thq/THQS_ChatingNPC.txt @@ -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 =========================================== +////////////////////////////////////////////////////////////// +// Treasure Hunter Quests // +// By: Ezekial // +// for the use on nRO run by Newbe5 // +// revised By Warlock // +////////////////////////////////////////////////////////////// +//===== 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 diff --git a/npc/custom/quests/thq/THQS_GuildNPC.txt b/npc/custom/quests/thq/THQS_GuildNPC.txt index 5041f5916..ca851a997 100644 --- a/npc/custom/quests/thq/THQS_GuildNPC.txt +++ b/npc/custom/quests/thq/THQS_GuildNPC.txt @@ -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 =========================================== +////////////////////////////////////////////////////////////// +// Treasure Hunter Quests // +// By: Ezekial // +// for the use on nRO run by Newbe5 // +// revised By Warlock // +////////////////////////////////////////////////////////////// +//===== 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,{ diff --git a/npc/custom/quests/thq/THQS_QuestNPC.txt b/npc/custom/quests/thq/THQS_QuestNPC.txt index 708b7e957..db02c88fe 100644 --- a/npc/custom/quests/thq/THQS_QuestNPC.txt +++ b/npc/custom/quests/thq/THQS_QuestNPC.txt @@ -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 =========================================== +////////////////////////////////////////////////////////////// +// Treasure Hunter Quests // +// By: Ezekial // +// for the use on nRO run by Newbe5 // +// revised By Warlock // +////////////////////////////////////////////////////////////// +//===== 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,{ diff --git a/npc/custom/quests/thq/THQS_Quests.txt b/npc/custom/quests/thq/THQS_Quests.txt index 7dfd3ce6b..950f5486c 100644 --- a/npc/custom/quests/thq/THQS_Quests.txt +++ b/npc/custom/quests/thq/THQS_Quests.txt @@ -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 =========================================== +////////////////////////////////////////////////////////////// +// Treasure Hunter Quests // +// By: Ezekial // +// for the use on nRO run by Newbe5 // +// revised By Warlock // +////////////////////////////////////////////////////////////// +//===== 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/////// diff --git a/npc/custom/quests/thq/THQS_TTShop.txt b/npc/custom/quests/thq/THQS_TTShop.txt index 239b544d7..9dbc07657 100644 --- a/npc/custom/quests/thq/THQS_TTShop.txt +++ b/npc/custom/quests/thq/THQS_TTShop.txt @@ -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 =========================================== +////////////////////////////////////////////////////////////// +// Treasure Hunter Quests // +// By: Ezekial // +// for the use on nRO run by Newbe5 // +// revised By Warlock // +////////////////////////////////////////////////////////////// +//===== 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 |