diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts')
21 files changed, 46 insertions, 46 deletions
diff --git a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt index 91368fb5f..dc7c0bb2a 100644 --- a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt +++ b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt @@ -21,7 +21,7 @@ //= with decimals. //= 3.1 - Added quotes to some queries, fixed a variable and //= removed a comment. -//= 3.2 - Fixed a problem where eAthena would crash if a +//= 3.2 - Fixed a problem where rAthena would crash if a //= query returned NULL. //= 3.3 - Optimized query speeds by combining a few select //= queries into one. Requires Trunk 7975. @@ -36,7 +36,7 @@ //= 3.6 - Removed name column in donate_item_db. Added //= support for item_db2 table. //= 3.7 - Added Zeny support. $rate must be set for it to be -//= used. Removed truncate() in a query since eAthena +//= used. Removed truncate() in a query since rAthena //= automatically truncates floats to ints. //= 3.8 - Fixed problem with menus and null values. //= 3.9 - Explicit reset of @aid. @@ -46,7 +46,7 @@ //= 3.11 - Explicit reset of another variable. Fixed typo //= - with $rate. Added logmes for GM operations. //===== Compatible With ===================================== -//= eAthena SQL - any version with the new query_sql command +//= rAthena SQL - any version with the new query_sql command //= (Trunk 7975 and up). //= MySQL - 5.0.8 and up highly recommended but not required. //===== Description ========================================= @@ -57,7 +57,7 @@ //= amount donated by users and the items claimable. //===== Installation ======================================== //= You must import donate.sql and donate_item_db.sql (and -//= item_db.sql and item_db2.sql, which comes with eAthena) +//= item_db.sql and item_db2.sql, which comes with rAthena) //= before using this script. //=========================================================== //= Thanks to Vich for helping me with the SQL syntax. @@ -413,4 +413,4 @@ mes "[GM Menu]"; mes "The value of $1 successfully changed to "+$rate+"Z."; next; goto L_GM; -}
\ No newline at end of file +} diff --git a/npc/custom/eAAC_Scripts/kafraExpress/config.txt b/npc/custom/eAAC_Scripts/kafraExpress/config.txt index ea29be42e..e3efab224 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/config.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/config.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Config Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 2.4 //===== Compatible With: ===================================== -//= Any eAthena Version with function support +//= Any rAthena Version with function support //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= This module contains the configuration of all modules. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt b/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt index df30b9ae0..2b41f9190 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Global functions //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 1.5 //===== Compatible With: ===================================== -//= eAthena SVN R3424+, RO Ep6+ +//= rAthena SVN R3424+, RO Ep6+ //===== Description: ========================================= //= Global Functions //= @@ -329,4 +329,4 @@ function script GF_getJobClass { default: return -1; } -}
\ No newline at end of file +} diff --git a/npc/custom/eAAC_Scripts/kafraExpress/kafras.txt b/npc/custom/eAAC_Scripts/kafraExpress/kafras.txt index e17e2da32..a8ed11e80 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/kafras.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/kafras.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - NPC definitions //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 2.7 //===== Compatible With: ===================================== -//= Any eAthena Version with function support; RO Episode 8+ (LightHalzen) +//= Any rAthena Version with function support; RO Episode 8+ (LightHalzen) //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Here is where the npcs are defined. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt index 65fed7d25..2f240b2df 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Bank Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 2.8 //===== Compatible With: ===================================== -//= eAthena SVN R3524+ +//= rAthena SVN R3524+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers banking services with daily interests, and diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_broadcast.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_broadcast.txt index 4ff79c544..e750d5be0 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_broadcast.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_broadcast.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Broadcasting Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 3.1 //===== Compatible With: ===================================== -//= eAthena SVN8637+ +//= rAthena SVN8637+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers broadcasting for party requests, pvp, general diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_dye.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_dye.txt index e70b6737d..75160f320 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_dye.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_dye.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Stylist Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 2.0 //===== Compatible With: ===================================== -//= eAthena SVN8637+ +//= rAthena SVN8637+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers dying of hair, clothes and hair-style adjusts diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt index 371cc2b6a..e720af3aa 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Job Changing Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 4.0 //===== Compatible With: ===================================== -//= eAthena SVN R8840+ +//= rAthena SVN R8840+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Enables job changing through the class trees. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt index adda7149e..f1499b2e6 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Job Swapping Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 3.8 //===== Compatible With: ===================================== -//= eAthena SVN8840+ +//= rAthena SVN8840+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Enables job changing among classes of the same 'type' diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt index d291159c3..a8f65a2b2 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Main Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 5.7 //===== Compatible With: ===================================== -//= eAthena SVN R3424+ +//= rAthena SVN R3424+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= This module contains the main menu, plus the healing and diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt index b1ea5c987..d9ac1613b 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Refining Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 2.8 //===== Compatible With: ===================================== -//= eAthena SVN R3424+ +//= rAthena SVN R3424+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Does item forging, ore purifying and repairing. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt index 9d3b52529..3806f20d8 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Rental Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 1.8 //===== Compatible With: ===================================== -//= eAthena SVN R3424+ +//= rAthena SVN R3424+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Rents PecoPecos, Falcons, Carts diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt index 43a53713f..0d103715d 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Portable Shop Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 0.1 //===== Compatible With: ===================================== -//= eAthena SVN R5195+ +//= rAthena SVN R5195+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers buying/selling shop. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt index 59bf13984..3951e2cd4 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Expres - Stat/Skill Market Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 2.0 //===== Compatible With: ===================================== -//= eAthena SVN R3579+ +//= rAthena SVN R3579+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Lets players buy/sell skill points/stat points diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt index 064753fe7..d4d5f510e 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Stat/Reset Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 2.2 //===== Compatible With: ===================================== -//= eAthena SVN R3424+ +//= rAthena SVN R3424+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers stat raising and Stat/Reset skills diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt index 1b750ac99..8c4f6f811 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Uncarder Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 1.6 //===== Compatible With: ===================================== -//= eAthena SVN R3424+ +//= rAthena SVN R3424+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers uncarding services. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt index ff8126eae..3b9c38fac 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Dungeon Warps Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 4.2 //===== Compatible With: ===================================== -//= eAthena SVN R3424+, RO Episode 8+ (Hugel) +//= rAthena SVN R3424+, RO Episode 8+ (Hugel) //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers warping to dungeons. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_pvp.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_pvp.txt index 719f273dc..9e8c5cd3c 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_pvp.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_pvp.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Pvp Warping Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 1.7 //===== Compatible With: ===================================== -//= eAthena SVN R3424+ +//= rAthena SVN R3424+ //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers warping to the PvP arenas. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_town.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_town.txt index e0c3ddd0d..66c7134c9 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_town.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_town.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - Warping Town Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 2.2 //===== Compatible With: ===================================== -//= eAthena SVN R3424+, RO Episode 8+ (Hugel) +//= rAthena SVN R3424+, RO Episode 8+ (Hugel) //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers warp services to towns. diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_woe.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_woe.txt index 6a59f368d..f713e1fce 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_woe.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_woe.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Kafra Express - WoE Warping Module //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== //= 1.8 //===== Compatible With: ===================================== -//= eAthena SVN R3424+, RO Episode 4.1+ (War of Emperium) +//= rAthena SVN R3424+, RO Episode 4.1+ (War of Emperium) //===== Description: ========================================= //= Part of the Kafra Express Script Package. //= Offers warping to the War of Emperium grounds. diff --git a/npc/custom/eAAC_Scripts/quest_warper.txt b/npc/custom/eAAC_Scripts/quest_warper.txt index 7ff06cd2e..427fff850 100644 --- a/npc/custom/eAAC_Scripts/quest_warper.txt +++ b/npc/custom/eAAC_Scripts/quest_warper.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ============================================ +//===== rAthena Script ============================================ //= Quest Warper Script //===== By: ======================================================= //= Old Warper 2 by Darkchild - Remade with quest format by DZeroX @@ -6,7 +6,7 @@ //===== Current Version: ========================================== //= 2.2 //===== Compatible With: ========================================== -//= Any eAthena Version +//= Any rAthena Version //===== Description: ============================================== //= Warper that works only after locations are unlocked //===== Additional Comments: ====================================== |