diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
commit | b0394afab20eaee88abc2b42ab415090e5740418 (patch) | |
tree | 5e26eac832b93f3f6cc1ea7e1929ff588386820e /doc/ea_job_system.txt | |
parent | ddc75a03c7c7b00f839a862de9c265543d414829 (diff) | |
download | hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.gz hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.bz2 hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.xz hercules-b0394afab20eaee88abc2b42ab415090e5740418.zip |
* Follow-up r16726, more standardization on docs.
* Replaced and added dividers in many script files with one standard divider.
* Other misc. cleaning...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/ea_job_system.txt')
-rw-r--r-- | doc/ea_job_system.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/ea_job_system.txt b/doc/ea_job_system.txt index d483c5639..f29278f50 100644 --- a/doc/ea_job_system.txt +++ b/doc/ea_job_system.txt @@ -1,15 +1,12 @@ //===== rAthena Documentation ================================ -//= *Athena Job System +//= eAthena Job System //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== -//= 0.2 +//= 20120610 //===== Description: ========================================= //= A reference description of eA's inner job system (for use -//= on scripts through the eaclass and roclass script commands) -//===== Additional Comments: ================================= -//= 0.1 - First release, explained as well as I could. -//= 0.2 - Added info on third jobs. [Euphy] +//= in scripts through the eaclass and roclass script commands). //============================================================ Preface: @@ -69,7 +66,7 @@ The next step is to either become a 2-1 or a 2-2 job: Getting out the rebirth versions of a swordman: - EAJ_SWORDMAN|EAJL_UPPER -> EAJ_SWORDMAN_HIGH + EAJ_SWORDMAN|EAJL_UPPER -> EAJ_SWORDMAN_HIGH EAJ_SWORDMAN|EAJL_2_1|EAJL_UPPER -> EAJ_LORD_KNIGHT EAJ_SWORDMAN|EAJL_2_2|EAJL_UPPER -> EAJ_PALADIN |