summaryrefslogtreecommitdiff
path: root/db/const.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-25 16:52:41 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-25 16:52:41 +0000
commitc82c46496b3716a3db575d10c24843395dc1cdf4 (patch)
treebc69e4c19b3d828d9d268773ce53eb0fc38c8356 /db/const.txt
parent95f12980263078a51a09fbe9bc76447d9cd7a1fb (diff)
downloadhercules-c82c46496b3716a3db575d10c24843395dc1cdf4.tar.gz
hercules-c82c46496b3716a3db575d10c24843395dc1cdf4.tar.bz2
hercules-c82c46496b3716a3db575d10c24843395dc1cdf4.tar.xz
hercules-c82c46496b3716a3db575d10c24843395dc1cdf4.zip
- Added script commands roclass/eaclass to enable scripts to access eA's job format. Read script_commands.txt and ea_job_system.txt for a more complete explanation of how this job system works.
- Removed doc/item.txt (seems like a totally useless file) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8480 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r--db/const.txt86
1 files changed, 85 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt
index c97bb2c59..59260fe01 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -78,8 +78,92 @@ Job_Star_Gladiator 4047
Job_Star_Gladiator2 4048
Job_Soul_Linker 4049
+EAJL_2_1 0x100
+EAJL_2_2 0x200
+EAJL_2 0x300
+EAJL_UPPER 0x1000
+EAJL_BABY 0x2000
+EAJ_UPPERMASK 0x0fff
+EAJ_BASEMASK 0x00ff
+
+EAJ_NOVICE 0x0
+EAJ_SWORDMAN 0x1
+EAJ_MAGE 0x2
+EAJ_ARCHER 0x3
+EAJ_ACOLYTE 0x4
+EAJ_MERCHANT 0x5
+EAJ_THIEF 0x6
+EAJ_TAEKWON 0x7
+EAJ_GUNSLINGER 0x9
+EAJ_NINJA 0x10
+
+EAJ_SUPER_NOVICE 0x100
+EAJ_KNIGHT 0x101
+EAJ_WIZARD 0x102
+EAJ_HUNTER 0x103
+EAJ_PRIEST 0x104
+EAJ_BLACKSMITH 0x105
+EAJ_ASSASSIN 0x106
+EAJ_STAR_GLADIATOR 0x107
+
+EAJ_CRUSADER 0x201
+EAJ_SAGE 0x202
+EAJ_BARDDANCER 0x203
+EAJ_MONK 0x204
+EAJ_ALCHEMIST 0x205
+EAJ_ROGUE 0x206
+EAJ_SOUL_LINKER 0x207
+
+EAJ_NOVICE_HIGH 0x1000
+EAJ_SWORDMAN_HIGH 0x1001
+EAJ_MAGE_HIGH 0x1002
+EAJ_ARCHER_HIGH 0x1003
+EAJ_ACOLYTE_HIGH 0x1004
+EAJ_MERCHANT_HIGH 0x1005
+EAJ_THIEF_HIGH 0x1006
+
+EAJ_LORD_KNIGHT 0x1101
+EAJ_HIGH_WIZARD 0x1102
+EAJ_SNIPER 0x1103
+EAJ_HIGH_PRIEST 0x1104
+EAJ_WHITESMITH 0x1105
+EAJ_ASSASSIN_CROSS 0x1106
+
+EAJ_PALADIN 0x1201
+EAJ_PROFESSOR 0x1202
+EAJ_CLOWNGYPSY 0x1203
+EAJ_CHAMPION 0x1204
+EAJ_CREATOR 0x1205
+EAJ_STALKER 0x1206
+
+EAJ_BABY 0x2000
+EAJ_BABY_SWORDMAN 0x2001
+EAJ_BABY_MAGE 0x2002
+EAJ_BABY_ARCHER 0x2003
+EAJ_BABY_ACOLYTE 0x2004
+EAJ_BABY_MERCHANT 0x2005
+EAJ_BABY_THIEF 0x2006
+EAJ_BABY_TAEKWON 0x2007
+
+EAJ_SUPER_BABY 0x2100
+EAJ_BABY_KNIGHT 0x2101
+EAJ_BABY_WIZARD 0x2102
+EAJ_BABY_HUNTER 0x2103
+EAJ_BABY_PRIEST 0x2104
+EAJ_BABY_BLACKSMITH 0x2105
+EAJ_BABY_ASSASSIN 0x2106
+EAJ_BABY_STAR_GLADIATOR 0x2107
+
+EAJ_BABY_CRUSADER 0x2201
+EAJ_BABY_SAGE 0x2202
+EAJ_BABY_BARDDANCER 0x2203
+EAJ_BABY_MONK 0x2204
+EAJ_BABY_ALCHEMIST 0x2204
+EAJ_BABY_ROGUE 0x2205
+EAJ_BABY_SOUL_LINKER 0x2206
+
Option_Wedding 0x1000
-Option_Xmas 0x20000
+Option_Xmas 0x20000
bc_all 0
bc_map 1