- Replaced all occurrences of "eAthena" to "rAthena" string
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
29ba2cdf6f
commit
0f47604f2d
@ -25,7 +25,7 @@
|
||||
# CMP0017: Prefer files from the CMake module directory when including from there.
|
||||
set( CMAKE_LEGACY_CYGWIN_WIN32 0 )
|
||||
cmake_minimum_required( VERSION 2.8.3 )
|
||||
project( eAthena C )
|
||||
project( rAthena C )
|
||||
if( CYGWIN )
|
||||
unset( WIN32 )
|
||||
endif()
|
||||
@ -121,9 +121,9 @@ if( SVNVERSION_EXECUTABLE )
|
||||
endif()
|
||||
if( Subversion_FOUND AND SVNVERSION )
|
||||
message( STATUS "Getting svn branch" )
|
||||
Subversion_WC_INFO( ${PROJECT_SOURCE_DIR} eAthena )
|
||||
if( eAthena_WC_URL )
|
||||
string( REGEX MATCH "[^/]+$" BRANCH ${eAthena_WC_URL} )
|
||||
Subversion_WC_INFO( ${PROJECT_SOURCE_DIR} rAthena )
|
||||
if( rAthena_WC_URL )
|
||||
string( REGEX MATCH "[^/]+$" BRANCH ${rAthena_WC_URL} )
|
||||
set( SVNVERSION "${BRANCH}-${SVNVERSION}" )
|
||||
message( STATUS "Found branch: ${BRANCH}" )
|
||||
endif()
|
||||
@ -371,7 +371,7 @@ endif()
|
||||
#####################################################################
|
||||
# package stuff
|
||||
#
|
||||
set( CPACK_PACKAGE_NAME "eAthena" )
|
||||
set( CPACK_PACKAGE_NAME "rAthena" )
|
||||
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "MMORPG server package" )
|
||||
set( CPACK_PACKAGE_VERSION ${SVNVERSION} )
|
||||
set( CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE )
|
||||
@ -437,11 +437,11 @@ set( DEVELOPMENT_FILES
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/configure"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/configure.in"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/eAthena-6.dsw"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/eAthena-7.1.sln"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/eAthena-8.sln"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/eAthena-9.sln"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/eAthena-10.sln"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/rAthena-6.dsw"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/rAthena-7.1.sln"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/rAthena-8.sln"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/rAthena-9.sln"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/rAthena-10.sln"
|
||||
)
|
||||
set( DEVELOPMENT_DIRECTORIES
|
||||
"3rdparty"
|
||||
|
@ -543,7 +543,7 @@ Date (YYYY-MM-DD)
|
||||
- Control panel developers are encouraged to enable players to modify this value, as it is required for new character deletion (2010-08-03aRagexeRE and later, not yet implemented).
|
||||
* Removed unconditional redundant status change checks before status_change_end calls (follow up to r12890). [Ai4rei]
|
||||
* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropriate (follow up to r12998). [Ai4rei]
|
||||
* Removed 'gui' plug-in (support plug-in for 3rd party eAthena GUI front-ends) (topic:262934). [Ai4rei]
|
||||
* Removed 'gui' plug-in (support plug-in for 3rd party rAthena GUI front-ends) (topic:262934). [Ai4rei]
|
||||
2011/01/13
|
||||
* Fixed mapflags 'restricted', 'nocommand', 'bexp' and 'jexp' still not getting completely initialized upon @reloadscript (bugreport:4710, follow up to r14548). [Ai4rei]
|
||||
* Removed ladmin (remote administration tool), all related support code and the checkversion.pl tool with it's support code, which was shared with ladmin (topic:262934, related bugreport:1147, bugreport:1889, r9408 and r9610). [Ai4rei]
|
||||
@ -2335,7 +2335,7 @@ Date (YYYY-MM-DD)
|
||||
* merged the charserver acc modification code cleanup to TXT (r11324)
|
||||
* changed trunk's default server->client PACKETVER to 9
|
||||
2008/03/26
|
||||
* Adjusted eAthena code to compile cleanly in C++ mode.
|
||||
* Adjusted rAthena code to compile cleanly in C++ mode.
|
||||
2008/03/25
|
||||
* Added proper checks to adoption processing (followup to r12428).
|
||||
* Cleaned up some code / fixed some typos. [ultramage]
|
||||
@ -3757,7 +3757,7 @@ Date (YYYY-MM-DD)
|
||||
- using 0.7 instead of 0.66 as modifier (so aspd will be lower now)
|
||||
- see topic:151132 for details
|
||||
2007/08/16
|
||||
* Fixed eAthena's wrong interpretation of the respawn times [Playtester]
|
||||
* Fixed rAthena's wrong interpretation of the respawn times [Playtester]
|
||||
* Added icons for NPC_CRITICALWOUND and NPC_SLOWCAST [Playtester]
|
||||
* Fixed npc chatrooms not being deleted on npc unload/reload (crash)
|
||||
* Modified chat code a bit for more clarity [ultramage]
|
||||
@ -7504,7 +7504,7 @@ Date (YYYY-MM-DD)
|
||||
[Skotlex]
|
||||
* Added config setting "party_hp_mode" (battle/party.conf) which determines
|
||||
method to use to update party-mate hp bars. Aegis style is to update HP
|
||||
bars whenever HP changes, while eAthena style is to update it together with
|
||||
bars whenever HP changes, while rAthena style is to update it together with
|
||||
the map party dots. Defaults to aegis style. [Skotlex]
|
||||
* Fixed packet 0x22a having the manner and opt3 packets in inverted
|
||||
offsets. [Skotlex]
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena atcommand configuration file.
|
||||
// rAthena atcommand configuration file.
|
||||
// Originally translated by Peter Kieser <pfak@telus.net>
|
||||
//--------------------------------------------------------------
|
||||
|
||||
@ -193,7 +193,7 @@ feelreset: 10,60
|
||||
//----------------------
|
||||
// 20: Mediator commands
|
||||
|
||||
// Displays helpfile in eAthena base directory (2 same commands).
|
||||
// Displays helpfile in rAthena base directory (2 same commands).
|
||||
help: 20,20
|
||||
h: 20,20
|
||||
help2: 20,20
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
@ -98,7 +98,7 @@ vit_penalty_num: 5
|
||||
// eg: 10 + 50 def becomes 0 + (10*type + 50)
|
||||
weapon_defense_type: 0
|
||||
|
||||
//MDEF‚same as above....(MDEF*value)
|
||||
//MDEF‚same as above....(MDEF*value)
|
||||
magic_defense_type: 0
|
||||
|
||||
// How to count the number of attackers when applying agi penalty ? (choose one)
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
@ -105,7 +105,7 @@ summer_ignorepalette: no
|
||||
// Set this to 1 if your clients have langtype problems and can't display motd properly
|
||||
motd_type: 0
|
||||
|
||||
// Show eAthena version to users when the login?
|
||||
// Show rAthena version to users when the login?
|
||||
display_version: yes
|
||||
|
||||
// When affected with the "Hallucination" status effect, send the effect to client? (Note 1)
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Feature Configuration File
|
||||
// rAthena Feature Configuration File
|
||||
//--------------------------------------------------------------
|
||||
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
|
||||
// Note 2: Value is in percents (100 means 100%)
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
@ -15,7 +15,7 @@ party_update_interval: 1000
|
||||
|
||||
// Method used to update party-mate hp-bars:
|
||||
// 0: Aegis - bar is updated every time HP changes (bandwidth intensive)
|
||||
// 1: eAthena - bar is updated with the party map dots (up to 1 second delay)
|
||||
// 1: rAthena - bar is updated with the party map dots (up to 1 second delay)
|
||||
party_hp_mode: 0
|
||||
|
||||
// When 'Party Share' item sharing is enabled in a party,
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
@ -266,4 +266,4 @@ eq_single_target_reflectable: yes
|
||||
// On official server, you will receive damage from Reflection and some Tarot Card even in invincible status.
|
||||
// When this setting is enabled, it allows you to immune to all kinds of damage, including those stated previous.
|
||||
// (The number will show but no actual damage will be done)
|
||||
invincible.nodamage: no
|
||||
invincible.nodamage: no
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// rAthena Battle Configuration File
|
||||
// Originally Translated by Peter Kieser <pfak@telus.net>
|
||||
// Made in to plainer English by Ancyker
|
||||
// Splitted up into multiple files by Skotlex.
|
||||
|
@ -59,31 +59,31 @@ mapreg_txt: save/mapreg.txt
|
||||
// (currently only the login-server reads/obeys these settings)
|
||||
sql.db_hostname: 127.0.0.1
|
||||
sql.db_port: 3306
|
||||
sql.db_username: ragnarok
|
||||
sql.db_password: ragnarok
|
||||
sql.db_database: ragnarok
|
||||
sql.db_username: ro
|
||||
sql.db_password: test1234
|
||||
sql.db_database: db_ro
|
||||
sql.codepage:
|
||||
|
||||
// MySQL Character SQL server
|
||||
char_server_ip: 127.0.0.1
|
||||
char_server_port: 3306
|
||||
char_server_id: ragnarok
|
||||
char_server_pw: ragnarok
|
||||
char_server_db: ragnarok
|
||||
char_server_id: ro
|
||||
char_server_pw: test1234
|
||||
char_server_db: db_ro
|
||||
|
||||
// MySQL Map SQL Server
|
||||
map_server_ip: 127.0.0.1
|
||||
map_server_port: 3306
|
||||
map_server_id: ragnarok
|
||||
map_server_pw: ragnarok
|
||||
map_server_db: ragnarok
|
||||
map_server_id: ro
|
||||
map_server_pw: test1234
|
||||
map_server_db: db_ro
|
||||
|
||||
// MySQL Log SQL Database
|
||||
log_db_ip: 127.0.0.1
|
||||
log_db_port: 3306
|
||||
log_db_id: ragnarok
|
||||
log_db_pw: ragnarok
|
||||
log_db_db: ragnarok
|
||||
log_db_id: ro
|
||||
log_db_pw: test1234
|
||||
log_db_db: db_ro
|
||||
log_codepage:
|
||||
|
||||
// DO NOT CHANGE ANYTHING BEYOND THIS LINE UNLESS YOU KNOW YOUR DATABASE DAMN WELL
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Log Configuration File
|
||||
// rAthena Log Configuration File
|
||||
//--------------------------------------------------------------
|
||||
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
|
||||
// Note 2: Value is in percents (100 means 100%)
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------------
|
||||
//eAthena Map-Server Configuration File
|
||||
//rAthena Map-Server Configuration File
|
||||
//--------------------------------------------------------------
|
||||
|
||||
// Note: "Comments" are all text on the right side of a double slash "//"
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Battleground map setting. '2' shows scoreboard.
|
||||
//===== By: ==================================================
|
||||
//= Epoque
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Displays Fireworks effect (Depreciated)
|
||||
//===== By: ==================================================
|
||||
//= Epoque
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= GvG On Map Flags
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//===== Description: =========================================
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map Flags for Jails ( ATCommand @jail <player> )
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map Flags for maps where the night is visible.
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0 [Skotlex]
|
||||
//===== Compatible With: =====================================
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that allow players to drop items/equips on death
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable dead branching
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.2 [Lupus]
|
||||
//= 1.3 [massdriller]
|
||||
//= 1.6a [Lupus]
|
||||
@ -380,4 +380,4 @@ ecl_hub01 mapflag nobranch
|
||||
|
||||
// Poring War ==================
|
||||
poring_w01 mapflag nobranch
|
||||
poring_w02 mapflag nobranch
|
||||
poring_w02 mapflag nobranch
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable gaining EXP
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.2 [Lupus] 1.3 [massdriller] 1.4 Lupus 1.5 Lorky
|
||||
//= 1.6 Added Lighthalzen (due to quests) [Lupus]
|
||||
//= 1.7 Commented out entries. (Quests are official) [L0ne_W0lf]
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable icewall skill
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//=============================================================
|
||||
//= noicewall: Disables Icewall skill.
|
||||
//= To disable Icewall on a specific map add the mapname here.
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Mapflag from a script in the NPC folder
|
||||
//===== By: ==================================================
|
||||
//= Epoque
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable warp portal memory
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.6a added up to Hugel maps. [Lupus]
|
||||
//= 1.6b Added job_knt map. [Samuray22]
|
||||
//= 1.7 Added all novice maps. [L0ne_W0lf]
|
||||
@ -768,4 +768,4 @@ moc_prydn2 mapflag nomemo
|
||||
|
||||
// Poring War ====================
|
||||
poring_w01 mapflag nomemo
|
||||
poring_w02 mapflag nomemo
|
||||
poring_w02 mapflag nomemo
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable exp. penalty on death.
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.2 [Lupus]
|
||||
//= 1.3 Added all novice maps. [L0ne_W0lf]
|
||||
//= 1.4 Removed Nightmare PVP maps. [L0ne_W0lf]
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable use of Butterfly wings
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.4a [Lupus]
|
||||
//===== Notes: ===============================================
|
||||
//= For disabling Fly wings use noteleport
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable auto saving
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.7 [Lupus]
|
||||
//===== Current Version: =====================================
|
||||
|
||||
@ -320,4 +320,4 @@ arug_dun01 mapflag nosave SavePoint
|
||||
|
||||
// Poring War ====================
|
||||
poring_w01 mapflag nosave SavePoint
|
||||
poring_w02 mapflag nosave SavePoint
|
||||
poring_w02 mapflag nosave SavePoint
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable skills on a map
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.0 [L0ne_W0lf]
|
||||
//= 1.1 Added additional maps. [L0ne_W0lf]
|
||||
//===== Current Version: =====================================
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable use of fly wings
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.6a [Lupus]
|
||||
//===== Notes: ===============================================
|
||||
//= For disabling Butterfly wings use noreturn
|
||||
@ -439,4 +439,4 @@ nyd_dun02 mapflag noteleport
|
||||
// Poring War ====================
|
||||
poring_w01 mapflag noteleport
|
||||
poring_w02 mapflag noteleport
|
||||
poring_w02 mapflag monster_noteleport
|
||||
poring_w02 mapflag monster_noteleport
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Mapflag from a script in the NPC folder
|
||||
//===== By: ==================================================
|
||||
//= Epoque
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable warp
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= v 1.2
|
||||
//= 1.3 Added WoE SE maps
|
||||
//===== Current Version: =====================================
|
||||
@ -68,4 +68,4 @@ bat_a02 mapflag nowarp
|
||||
|
||||
// Poring War ==================
|
||||
poring_w01 mapflag nowarp
|
||||
poring_w02 mapflag nowarp
|
||||
poring_w02 mapflag nowarp
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable warpto
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= v 1.3
|
||||
//===== Current Version: =====================================
|
||||
|
||||
@ -142,4 +142,4 @@ spl_in01 mapflag nowarpto
|
||||
|
||||
// Poring War ====================
|
||||
poring_w01 mapflag nowarpto
|
||||
poring_w02 mapflag nowarpto
|
||||
poring_w02 mapflag nowarpto
|
||||
|
@ -1,8 +1,8 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flag that disable party modification.
|
||||
//= Currently not used officially by any maps.
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= v 1.0
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that enable pvp
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Description: =========================================
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable guilds on pvp grounds.
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= v 1.1
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable parties in pvp maps
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= v 1.2
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that enable the use of Neuralizer
|
||||
//===== By: ==================================================
|
||||
//= Daegaladh
|
||||
|
@ -1,8 +1,8 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Map flags that disable certain items/skills configured in
|
||||
//= item_noequip.txt and skill_nocast_db.txt
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//= 1.0 [Komurka]
|
||||
//= 1.1 Added WoE:SE Map restrictions. [L0ne_W0lf]
|
||||
//= 1.2 Added Endless Tower Restrictions. (bugreport:4707) [L0ne_W0lf]
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Allows Mailbox access
|
||||
//===== By: ==================================================
|
||||
//= Epoque
|
||||
|
@ -1,4 +1,4 @@
|
||||
// eAthena msg_athena.conf
|
||||
// rAthena msg_athena.conf
|
||||
// Message Configuration
|
||||
// For translation, just change msg here (second line), no need to modify source code,
|
||||
// or alternatively, use conf/import/msg_conf.txt
|
||||
|
@ -1,5 +1,5 @@
|
||||
//--------------------------------------------------------
|
||||
// eAthena Script Configuration File
|
||||
// rAthena Script Configuration File
|
||||
//--------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -2501,7 +2501,7 @@
|
||||
- Fixed some bugs and typos in the new cards effects. Probably there are more [Lupus]
|
||||
Note: ON finishing adjusting STEAL skill, we'd start adding cards into MOBs drops.
|
||||
2006/04/28
|
||||
* Fixed the "stun" typo that has been in eAthena for ages [Playtester]
|
||||
* Fixed the "stun" typo that has been in rAthena for ages [Playtester]
|
||||
- SC_STAN --> SC_STUN
|
||||
- Eff_Stan --> Eff_Stun
|
||||
* Storm Kick's range increased to 2. [Skotlex]
|
||||
|
@ -13,7 +13,7 @@
|
||||
//1920,1047,0
|
||||
//1921,1093,0
|
||||
|
||||
// eAthena Dev Team
|
||||
// rAthena Dev Team
|
||||
// Valaris
|
||||
//1900,4013,1,1,1,1254,0,67,12,54,16,1
|
||||
// Valaris Worshiper
|
||||
|
@ -7,7 +7,7 @@
|
||||
//1920,EASTER_EGG,Easter Egg,Easter Egg,3,300,0,4,4,0,1,2,20,20,1,1,1,1,1,20,10,12,0,0,60,128,1000,1001,1,1,0,0,0,0,0,0,0,0,1010,250,935,500,558,300,501,200,501,200,713,800,558,300,558,300,0,0,0,0
|
||||
//1921,EASTER_BUNNY,Easter Bunny,Easter Bunny,6,1800,0,60,55,1,20,26,0,40,1,36,6,1,11,80,10,10,0,2,60,181,200,1456,456,336,0,0,0,0,0,0,0,0,2250,200,515,8000,727,1200,746,1500,706,30,622,50,534,5000,0,0,0,0,4006,70
|
||||
|
||||
// eAthena Dev Team
|
||||
// rAthena Dev Team
|
||||
//1900,VALARIS,Valaris,Valaris,99,668000,0,107250,37895,2,3220,4040,35,45,1,152,96,85,120,95,10,10,2,6,67,1973,100,1068,768,576,13000,5000,608,1000,750,400,923,3800,1466,200,2256,200,2607,800,714,500,617,3000,984,4300,985,5600,0,0,0,0,4147,1
|
||||
//1901,VALARIS_WORSHIPPER,Valaris's Worshipper,Valaris's Worshipper,50,8578,0,2706,1480,1,487,590,15,25,1,75,55,1,93,45,10,12,0,6,27,1685,100,868,480,120,0,0,0,0,0,0,0,0,923,500,984,63,1464,2,607,50,610,100,503,300,2405,50,0,0,0,0,4129,1
|
||||
//1902,MC_CAMERI,MC Cameri,MC Cameri,99,668000,0,107250,37895,2,3220,4040,35,45,1,152,96,85,120,95,10,10,2,6,67,1973,100,1068,768,576,13000,5000,608,1000,750,400,923,3800,1466,200,2256,200,2607,800,714,500,617,3000,984,4300,985,5600,0,0,0,0,4147,1
|
||||
|
@ -56,7 +56,7 @@
|
||||
// hiding condition of being in hidden state
|
||||
// sight condition of being in unhidden state
|
||||
|
||||
// eAthena Dev Team
|
||||
// rAthena Dev Team
|
||||
//1900,Valaris@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,,
|
||||
//1900,Valaris@AL_TELEPORT,walk,26,1,500,0,5000,yes,self,rudeattacked,,,,,,,,
|
||||
//1900,Valaris@KN_BRANDISHSPEAR,attack,57,10,2000,500,5000,no,target,always,0,,,,,,29,
|
||||
|
@ -1,5 +1,5 @@
|
||||
//===== Athena Doc=== =====================================
|
||||
//= eAthena Job System
|
||||
//= rAthena Job System
|
||||
//===== By ================================================
|
||||
//= Skotlex
|
||||
//===== Version ===========================================
|
||||
|
@ -1,5 +1,5 @@
|
||||
//===== Athena Doc ========================================
|
||||
//= eAthena Item Bonuses List
|
||||
//= rAthena Item Bonuses List
|
||||
//===== By ================================================
|
||||
//= Developers
|
||||
//===== Version ===========================================
|
||||
|
@ -1,5 +1,5 @@
|
||||
//===== Athena Doc ========================================
|
||||
//= eAthena Map Cache Builder and Format Documentation
|
||||
//= rAthena Map Cache Builder and Format Documentation
|
||||
//===== By ================================================
|
||||
//= DracoRPG
|
||||
//===== Version ===========================================
|
||||
@ -8,7 +8,7 @@
|
||||
//= 0.1 - Short howto for the initial builder version
|
||||
//= 1.0 - Complete manual covering the improved version
|
||||
//===== Description =======================================
|
||||
//= A complete manual for eAthena's map cache generator
|
||||
//= A complete manual for rAthena's map cache generator
|
||||
//= as well as a reference on the map cache format used
|
||||
//=========================================================
|
||||
|
||||
@ -17,7 +17,7 @@ Preface:
|
||||
|
||||
Since SVN revision ~10000, the map-server does not know how to read RO client files anymore. It reads maps from a
|
||||
"map cache" file that contains all and only the useful data about the maps. A map cache containing every official
|
||||
kRO Sakray map currently supported by eAthena is provided as a default.
|
||||
kRO Sakray map currently supported by rAthena is provided as a default.
|
||||
If you have custom maps or want to minimize the size of your map cache because your server does not load all of them
|
||||
(multi-map-server or light test server), you can use the map cache builder to generate a new one fitting your needs.
|
||||
|
||||
@ -25,7 +25,7 @@ Map cache builder manual:
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
The source code for the map cache builder is located in src/tool/. It can be built using "make tools" if you use the Makefile
|
||||
or using the "mapcache" project under Visual Studio. Named "mapcache", the executable will be in your eAthena main folder.
|
||||
or using the "mapcache" project under Visual Studio. Named "mapcache", the executable will be in your rAthena main folder.
|
||||
The map cache builder needs 3 file paths : one is a list of GRFs and/or data directory containing the maps, the second
|
||||
is the list of maps to add to the map cache, and the last one is the path of the map cache to generate. Default values for
|
||||
those paths are "tools/mapcache/grf_files.txt", "db/map_index.txt" and "db/map_cache.dat".
|
||||
|
@ -1,5 +1,5 @@
|
||||
//===== Athena Doc ========================================
|
||||
//= eAthena Monster Modes Reference
|
||||
//= rAthena Monster Modes Reference
|
||||
//===== By ================================================
|
||||
//= Developers
|
||||
//===== Version ===========================================
|
||||
|
@ -3130,7 +3130,7 @@ Date Added
|
||||
* Fixed typo in msg_athena.conf and 'users with autoloot turned on will not have their rare drops announced.'. Thanks to Kaseki.
|
||||
* Mob should stop walking when hit if not enduring. Thanks to Playtester. [Lance]
|
||||
* Included pcre.dll and libmysql.dll from joshuali. [Lance]
|
||||
* Eliminated Level 3 warnings. Setting compile warnings to Level 3. (Level 4 just kills eAthena XD) [Lance]
|
||||
* Eliminated Level 3 warnings. Setting compile warnings to Level 3. (Level 4 just kills rAthena XD) [Lance]
|
||||
2005/11/27
|
||||
* Fixed an overflow pointer bug in the gvg eliminate timer. [Skotlex]
|
||||
* Updated the damage code if Spiral Pierce, Shield Chain and Shield
|
||||
@ -6348,7 +6348,7 @@ Date Added
|
||||
* Removed battle option "enemy_critical" [Skotlex]
|
||||
Use enemy_critical_rate=0 instead.
|
||||
* Changed the default of enemy_critical_rate to 0 [Skotlex]
|
||||
* Ported oA's imalive and flushtimer system to eAthena plugin 'gui' [celest]
|
||||
* Ported oA's imalive and flushtimer system to rAthena plugin 'gui' [celest]
|
||||
- You will only need the plugin if you are using a gui program like wxOAGUI
|
||||
to run Athena
|
||||
- To configure it check addons/gui.conf
|
||||
@ -6799,7 +6799,7 @@ Date Added
|
||||
TXT users with custom items can update their custom db using gawk (*nix
|
||||
or under Cygwin) this way (thanks to Sasuke):
|
||||
gawk -F, '{ for (i=1; i<= NF; i++) { if (i==16) { printf $i; printf ",";printf ","; } else if ( i==NF ) { print $i; } else { printf $i; printf ","; } } }' db/item_db2.txt > item_db2.new.txt
|
||||
Run it from within the root eAthena directory, and you'll get an updated
|
||||
Run it from within the root rAthena directory, and you'll get an updated
|
||||
item_db2.txt in your root directory. However, all custom items are not
|
||||
refineable by default this way, you still have to set to 1 the refineable
|
||||
column where it applies on your custom item_db.
|
||||
@ -6888,9 +6888,9 @@ Date Added
|
||||
|
||||
05/24
|
||||
* Added 'make addons' -- plugins will not be compiled by default now [celest]
|
||||
* Ported uptime logging function to eAthena plugin [celest]
|
||||
* Ported pid file creation function to eAthena plugin [celest]
|
||||
* Ported stackdump creation function to eAthena plugin [celest]
|
||||
* Ported uptime logging function to rAthena plugin [celest]
|
||||
* Ported pid file creation function to rAthena plugin [celest]
|
||||
* Ported stackdump creation function to rAthena plugin [celest]
|
||||
* Added capability to export to plugins [celest]
|
||||
* Fixed ensemble skills, thanks to Komurka
|
||||
* Fixed Dissonance damage, thanks to shadow
|
||||
@ -6968,7 +6968,7 @@ Date Added
|
||||
- Might fix a few character names if you have no restrictions [Codemaster]
|
||||
* Fixed 'rudeattacked' skill condition, thanks to Komurka
|
||||
* Replaced zlib_win32.h and zconf_win32.h with the v1.2.2 files in /zlib [celest]
|
||||
* Ported zlib.dll loading to eAthena plugin form [celest]
|
||||
* Ported zlib.dll loading to rAthena plugin form [celest]
|
||||
* Fixed some NPC skills acquirable by @allskill [celest]
|
||||
* Merged sigpipe's handler with sig_proc [celest]
|
||||
* Optimised timer.c a bit (partially from Shinomori's changes) [celest]
|
||||
@ -7655,7 +7655,7 @@ Date Added
|
||||
* sql native vc7 projects now build/link [1351: MouseJstr]
|
||||
* Began sql projects for VC7 [1349: MouseJstr]
|
||||
* text char-server and login-server now build using VC7. You
|
||||
can use the eAthena.sln solution to build all three. These
|
||||
can use the rAthena.sln solution to build all three. These
|
||||
are currently just the text versions of the servers. I have
|
||||
not added projects yet to build the sql versions.
|
||||
[SVN: 1347 MouseJstr]
|
||||
@ -7924,7 +7924,7 @@ Date Added
|
||||
* Some changes in sig_dump to allow Cygwin produce stackdumps upon crash again,
|
||||
thanks to Ser [celest]
|
||||
* Changed the default stackdump creation folder from /save to /log [celest]
|
||||
* Fixed a typo in TXT login server logging, thanks to Skyer / eAthenaC [celest]
|
||||
* Fixed a typo in TXT login server logging, thanks to Skyer / rAthenaC [celest]
|
||||
* Added HP and SP rate underflow checking [celest]
|
||||
* Added stop auto attacking if no arrows were equipped [celest]
|
||||
* Added new script command: 'cardscnt'. It returns N of inserted cards in the same weapon. [Lupus]
|
||||
@ -8113,7 +8113,7 @@ Date Added
|
||||
|
||||
02/18
|
||||
* Fixed a bug with statpoint.txt reading and giving too much stat points,
|
||||
thanks to Benz / eAthenaC [celest]
|
||||
thanks to Benz / rAthenaC [celest]
|
||||
* Fixed client errors when pecopeco Lord Knights/Paladins log in with a weapon
|
||||
equipped [celest]
|
||||
* Added bAddRace2 -- check item_bonus.txt [celest]
|
||||
@ -10814,7 +10814,7 @@ Date Added
|
||||
- less memory usage
|
||||
- less tests and loops (more speed)
|
||||
- more efficient (use directly char_dat position instead of search it)
|
||||
* Added Official Assassin Job Quest. Now eAthena contains all 2-1 Job Quests! [kobra_k88]
|
||||
* Added Official Assassin Job Quest. Now rAthena contains all 2-1 Job Quests! [kobra_k88]
|
||||
* Fixed scripts: 32hats, warper2, platinum_skills, added/changed some mapflags and other misc script changes [Lupus]
|
||||
* Added @disguise command (enter a mob_id or name, and you will appear to others as that mob/npc!)
|
||||
* Fixed code for mob disguises, should not crash clients now.
|
||||
@ -10852,7 +10852,7 @@ Date Added
|
||||
* Added translated Gonryun town. Fixed map names of Louyang shops. Added missing Blacksmith,
|
||||
added extra Rapairmen into refine.txt. In Inns added 4 different prices based on Base Lvl.[kobra_k88]
|
||||
|
||||
---------eAthena 1.0.0 RC3 TXT---------
|
||||
---------rAthena 1.0.0 RC3 TXT---------
|
||||
08/04
|
||||
* Set battle_athena.conf to more accurate settings. [Valaris]
|
||||
* Decreased default damage delay (stun after being hit) by 75%. [Valaris]
|
||||
@ -10981,7 +10981,7 @@ Date Added
|
||||
- modification of makefile
|
||||
* Added a note in TODO 14: encrypted password - problem with client versions [Yor]
|
||||
|
||||
---------eAthena 1.0.0 RC2 TXT---------
|
||||
---------rAthena 1.0.0 RC2 TXT---------
|
||||
07/28
|
||||
* Added metaller to equipped mobs. [Valaris]
|
||||
* Added a note in TODO 19 [Yor]
|
||||
@ -11074,7 +11074,7 @@ Date Added
|
||||
* Fixed bugs in npc headers caused by someone using spaces and not tabs. (kafra.txt, guide.txt, yuno.txt) [Valaris]
|
||||
* Fixed a vending bug. [Valaris]
|
||||
|
||||
---------eAthena 1.0.0 RC1 TXT---------
|
||||
---------rAthena 1.0.0 RC1 TXT---------
|
||||
07/22
|
||||
* Fixed numerous startup errors in aldebaron castles and one geffen castle. [Valaris]
|
||||
* Full Guild Wars Script Complete!!! [Akaru]
|
||||
|
@ -1,4 +1,4 @@
|
||||
// eAthena Special NPC
|
||||
// rAthena Special NPC
|
||||
|
||||
// PCLoginEvent NPC (davidsiaw)
|
||||
//==============================================================================
|
||||
@ -50,4 +50,4 @@ prontera,156,176,0 script Another NPC 46,{
|
||||
OnPCLoginEvent:
|
||||
// this part runs AS WELL
|
||||
close;
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//===== By: ==================================================
|
||||
//= Lupus
|
||||
//= Shows your HAT's slots IDs
|
||||
@ -31,4 +31,4 @@ L_CHECK2:
|
||||
mes "Card Slot 0:"+getequipcardid(1,0)+" 1:"+getequipcardid(1,1);
|
||||
mes "Card Slot 2:"+getequipcardid(1,2)+" 3:"+getequipcardid(1,3);
|
||||
close;
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Sample localized NPC
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= v1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena with setd, getd
|
||||
//= rAthena with setd, getd
|
||||
//===== Description: =========================================
|
||||
//= Example of a localized NPC.
|
||||
//=
|
||||
@ -146,6 +146,6 @@ OnInterIfInitOnce:
|
||||
callfunc "setmes2", "LNPC_lang", 0, "EN";
|
||||
callfunc "setmes2", "LNPC_lang", 1, "PT";
|
||||
callfunc "setmes2", "LNPC_text", 0, "Something in english";
|
||||
callfunc "setmes2", "LNPC_text", 1, "Algo em português";
|
||||
callfunc "setmes2", "LNPC_text", 1, "Algo em portugu<EFBFBD>s";
|
||||
end;
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== Athena Doc ========================================
|
||||
//===== Athena Doc ========================================
|
||||
//= rAthena Script Commands
|
||||
//===== Description =======================================
|
||||
//= A reference manual for the rAthena scripting language.
|
||||
@ -6685,7 +6685,7 @@ The first letter is position 0.
|
||||
|
||||
Example:
|
||||
|
||||
charisupper("eAthena", 1); //returns 1
|
||||
charisupper("rAthena", 1); //returns 1
|
||||
|
||||
---------------------------------------
|
||||
|
||||
|
@ -464,7 +464,7 @@ Date Added
|
||||
- Added item checks to Ice Necklace quest.
|
||||
- Uncommented a warp in morroc_fild.
|
||||
2008/12/26
|
||||
Rev. 13415 Happy boxing day, eAthena! Here have a massive update. [L0ne_W0lf]
|
||||
Rev. 13415 Happy boxing day, rAthena! Here have a massive update. [L0ne_W0lf]
|
||||
* Implemented the first round of episode 12.1 change which include:
|
||||
- Many Morroc NPCs have been moved to Morroc Ruins.
|
||||
- The addition of new of NPCs to the ruins of Morroc.
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= The Airship System Script
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN 3422+(Requires jA Script System)
|
||||
//= rAthena SVN 3422+(Requires jA Script System)
|
||||
//===== Description: =========================================
|
||||
//= The Airship System used in the official servers, however this
|
||||
//= one is still about 25% custom and is missing some npcs.
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Einbroch Airport Staff
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf, Muad_Dib
|
||||
//===== Current Version: =====================================
|
||||
//= 1.4
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena Revision 3000+
|
||||
//= rAthena Revision 3000+
|
||||
//===== Description: =========================================
|
||||
//= Einbroch Airport Staff
|
||||
//===== Additional Comments: =================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Lighthalzen Airport Staff
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf, Muad_Dib
|
||||
//===== Current Version: =====================================
|
||||
//= 1.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena Revision 3000+
|
||||
//= rAthena Revision 3000+
|
||||
//===== Description: =========================================
|
||||
//= Lighthalzen Airport Staff
|
||||
//===== Additional Comments: =================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Yuno Airport Staff
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf, Muad_Dib
|
||||
//===== Current Version: =====================================
|
||||
//= 1.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena Revision 3000+
|
||||
//= rAthena Revision 3000+
|
||||
//===== Description: =========================================
|
||||
//= Yuno Airport Staff
|
||||
//===== Additional Comments: =================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - Common NPCs
|
||||
//===== By: ==================================================
|
||||
//= ????, L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Battleground npcs:
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - Flavius
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Flavius Battleground.
|
||||
@ -758,4 +758,4 @@ bat_b01,1,10,3 script Release all#b01 81,{
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - Flavius Second
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Flavius Battleground.
|
||||
@ -759,4 +759,4 @@ bat_b02,1,10,3 script Release all#b02 81,{
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - Flavius Entrance NPCs
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Flavius Battleground Entrance NPCs
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - KvM 80-99
|
||||
//===== By: ==================================================
|
||||
//= ???, L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Kreiger Von Midgard Battleground for levels 80 to 99
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - KvM 1-59
|
||||
//===== By: ==================================================
|
||||
//= ???, L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Kreiger Von Midgard Battleground for levels 1 to 59
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - KvM 60-80
|
||||
//===== By: ==================================================
|
||||
//= ???, L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Kreiger Von Midgard Battleground for levels 60 to 80
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - KvM Entrance NPCs
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Kreiger Von Midgard Battleground Entrance NPCs
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - KvM Item Dealer
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Kreiger Von Midgard Battleground Point redemption NPC
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - Tierra Gorge
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Tierra Gorge Battleground.
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - Tierra Gorge 2
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Second Tierra Gorge Battleground.
|
||||
@ -943,4 +943,4 @@ bat_a02,1,1,3 script Release all#a02 81,{
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
// BattleGround System - Tierra Gorge Entrance NPCs
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= [AEGIS Conversion]
|
||||
//= Tierra Gorge Battleground Entrance NPCs
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Alberta Town
|
||||
//===== By: ==================================================
|
||||
//= DZeroX
|
||||
//===== Current Version: =====================================
|
||||
//= 1.5
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//= rAthena 1.0
|
||||
//===== Description: =========================================
|
||||
//= Town-specific Alberta NPCs
|
||||
//===== Additional Comments: =================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Al De Baran Town
|
||||
//===== By: ==================================================
|
||||
//= eAthena dev team; L0ne_W0lf
|
||||
//= rAthena dev team; L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 2.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Al De Baran Town NPCs
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Amatsu Script
|
||||
//===== By: ==================================================
|
||||
//= Some people & eAthena Dev Team
|
||||
//= Some people & rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Amatsu Town Script
|
||||
@ -599,4 +599,4 @@ amatsu,262,197,1 script Legendary Tree 111,{
|
||||
//= 1.08 Removed Duplicates [Silent]
|
||||
//= 1.1 Split quests into quests/quests_amatsu.txt [Evera]
|
||||
//= 1.2 Fixed missing name [Evera]
|
||||
//============================================================
|
||||
//============================================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Ayotaya Town
|
||||
//===== By: ==================================================
|
||||
//= MasterOfMuppets
|
||||
//===== Current Version: =====================================
|
||||
//= 1.7
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Ayotaya Town Script
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Brasilis Town
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Brasilis Town Script
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Comodo Town
|
||||
//===== By: ==================================================
|
||||
//= eAthena dev team
|
||||
//= rAthena dev team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.9
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Comodo Town NPCs
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Einbech Town
|
||||
//===== By: ==================================================
|
||||
//= Muad_Dib
|
||||
//===== Current Version: =====================================
|
||||
//= 1.5
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena Revision 3000+
|
||||
//= rAthena Revision 3000+
|
||||
//===== Description: =========================================
|
||||
//=
|
||||
//===== Additional Comments: =================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Einbroch Town
|
||||
//===== By: ==================================================
|
||||
//= Everybody mentioned in the comments
|
||||
//===== Current Version: =====================================
|
||||
//= 1.7
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena Revision 3000+
|
||||
//= rAthena Revision 3000+
|
||||
//===== Description: =========================================
|
||||
//=
|
||||
//===== Additional Comments: =================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Geffen Town
|
||||
//===== By: ==================================================
|
||||
//= Everybody mentioned in the comments
|
||||
//===== Current Version: =====================================
|
||||
//= 1.9
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Geffen Town NPCs
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Kunlun Town
|
||||
//===== By: ==================================================
|
||||
//= x[tsk], KarLaeda
|
||||
//===== Current Version: =====================================
|
||||
//= 1.4
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Kunlun Town Script
|
||||
@ -412,7 +412,7 @@ gonryun,169,71,3 script Guidev#gon 770,{
|
||||
// Old changelog
|
||||
//============================================================
|
||||
// May be missing npc's and dialogue.
|
||||
//= 1.1 Fixed Typo’s [Nexon]
|
||||
//= 1.1 Fixed Typo<EFBFBD>s [Nexon]
|
||||
//= 1.2 Removed Duplicates [Silent]
|
||||
//= 1.3 Max NPC Name is 23 [Toms]
|
||||
//= 1.3a Removed temp NPC plugs due Broken Sword quest [Lupus]
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Hugel City
|
||||
//===== By: ==================================================
|
||||
//= vicious_pucca, Poki#3, erKURITA, Munin, and everybody in the
|
||||
@ -6,7 +6,7 @@
|
||||
//===== Current Version: =====================================
|
||||
//= 1.7
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= NPC's for the City of Hugel.
|
||||
//===== Additional Comments: =================================
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Izlude Town
|
||||
//===== By: ==================================================
|
||||
//= kobra_k88
|
||||
@ -6,7 +6,7 @@
|
||||
//===== Current Version: =====================================
|
||||
//= 1.8a
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Izlude town NPCs
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Jawaii (The Lovers' Paradise) Town script
|
||||
//===== By: ==================================================
|
||||
//= jAthena (1.0)
|
||||
@ -7,7 +7,7 @@
|
||||
//===== Current Version: =====================================
|
||||
//= 3.6
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis OCnversion]
|
||||
//= Jawaii Town Npcs
|
||||
@ -20,7 +20,7 @@
|
||||
//= 1.5 Fixed Script, and spelling errors, some thanks to Sparkles [DNett123]
|
||||
//= 1.6 Final corrections (not complete), thanks to the public, and DNett123!
|
||||
//= 1.6c added missing monsters. Still 1 type is missing [Lupus]
|
||||
//= 1.7 Fixed a lot of typo’s [Nexon]
|
||||
//= 1.7 Fixed a lot of typo<EFBFBD>s [Nexon]
|
||||
//= 1.8 Removed monster spawns, added aegis ep 8.5 spawns to npc/mobs/fields/jawaii.txt [MasterOfMuppets]
|
||||
//= 2.0 Updated the npcs according to iRO [MasterOfMuppets]
|
||||
//= 2.01 fixed missing @ at randomdrink, thanks to theultramage [Lupus]
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Lighthalzen City
|
||||
//===== By: ==================================================
|
||||
//= erKURITA, Au{R}oN (Translated by Alan), $ephiroth
|
||||
//===== Current Version: =====================================
|
||||
//= 2.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= Lighthalzen NPCs (Temporal names for now) [erKURITA]
|
||||
//===== Additional Comments: ==================================
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Louyang City NPC's
|
||||
//===== By: ==================================================
|
||||
//= Vidar (1.0)
|
||||
@ -6,11 +6,11 @@
|
||||
//= Dino9021, roughly translated by Celest (1.2)
|
||||
//= Mass Zero (1.3)
|
||||
//= MasterOfMuppets (2.0)
|
||||
//= eAthena Dev Team
|
||||
//= rAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 2.9
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Louyang Town Script
|
||||
@ -331,7 +331,7 @@ louyang,84,254,0 script Exit#lou 111,{
|
||||
//= 2.0 - Completely rewrote the current scripts based on iRO.
|
||||
// Added the 'Shouting Quest' and the 'Medicine Quest'
|
||||
//= 2.1 Optimized, made quest vars unique [Lupus]
|
||||
//= 2.1a minor fix, 2.1b Fixed Typo’s [Nexon]
|
||||
//= 2.1a minor fix, 2.1b Fixed Typo<EFBFBD>s [Nexon]
|
||||
//= 2.2 Fixed exploits [Lupus]
|
||||
//= 2.2a Updated the color codes a little and fixed the shouting quest
|
||||
//= to broadcast green text.
|
||||
@ -344,7 +344,7 @@ louyang,84,254,0 script Exit#lou 111,{
|
||||
//= 2.6a Updated a few names with new item_db.txt names [Evera]
|
||||
//= 2.7 Split quests to quests/quests_louyang.txt [Evera]
|
||||
//= 2.7a Minor optimizations before Louyang quests [Lupus]
|
||||
//= 2.7b Moved guides to the Guides folder. 2.7ñ more typos [Lupus]
|
||||
//= 2.7b Moved guides to the Guides folder. 2.7<EFBFBD> more typos [Lupus]
|
||||
//= 2.8 Moved some quest-related NPCs to proper file. [SinSloth]
|
||||
//= 2.9 Rescripted to Aegis 10.3 Standards. [L0ne_W0lf]
|
||||
//============================================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Lutie Town
|
||||
//===== By: ==================================================
|
||||
//= eAthena dev team
|
||||
//= rAthena dev team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.7
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= Lutie - City NPCs
|
||||
//===== Additional Comments: =================================
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Manuk Town
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Town-specific NPCs for Manuk.
|
||||
@ -67,10 +67,10 @@ manuk,107,233,5 script Soldier#ep13_3 454,{
|
||||
manuk,100,100,3 script Piom 454,{
|
||||
if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
|
||||
mes "[Piom]";
|
||||
mes "Ä?¡Õæ?¡£¿´Ñù×?ÃÏñ²»ÊÇFairy¡£";
|
||||
mes "??²»Ê?ÃËÀµÄFairy£¬";
|
||||
mes "¾?»ÊÇÎÒÃ?jÐÈ?¡ÊÀ½çÉÏ";
|
||||
mes "?Ó?ÐÈ?¬»òÕß?°?";
|
||||
mes "<EFBFBD>?<3F><><EFBFBD><EFBFBD>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?<3F><><EFBFBD><EFBFBD><EFBFBD>Fairy<72><79>";
|
||||
mes "??<EFBFBD><EFBFBD><EFBFBD>?<3F><><EFBFBD><EFBFBD><EFBFBD>Fairy<72><79>";
|
||||
mes "<EFBFBD>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?j<><6A>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
mes "?<EFBFBD>?<3F><>?<3F><><EFBFBD><EFBFBD><EFBFBD>?<3F>?";
|
||||
close;
|
||||
}
|
||||
else {
|
||||
@ -448,8 +448,8 @@ manuk,103,311,3 script Manuk Piom#tre2 455,{
|
||||
manuk,194,189,3 script Manuk Galtun#tre3 450,{
|
||||
if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) {
|
||||
mes "[Manuk Galtun]";
|
||||
mes "»¶?À´µ½ÂíU¿?£";
|
||||
mes "Ðè?ÎÒ?Äã?·Âð£¿";
|
||||
mes "<EFBFBD><EFBFBD>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>U<EFBFBD>?<3F>";
|
||||
mes "<EFBFBD><EFBFBD>?<3F><>?<3F><>?<3F><><EFBFBD>";
|
||||
|
||||
}
|
||||
else {
|
||||
|
@ -1,11 +1,11 @@
|
||||
//===== eAthena Script =======================================
|
||||
//===== rAthena Script =======================================
|
||||
//= Morroc Town
|
||||
//===== By: ==================================================
|
||||
//= kobra_k88; L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 2.2
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//= rAthena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Morroc Town NPCs
|
||||
|
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