summaryrefslogtreecommitdiff
path: root/doc/ea_job_system.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-13 19:22:45 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-13 19:22:45 +0300
commit49081f4f7ab08849739330d47a1ef8ba3a9837a3 (patch)
treee4b900c4f61f6cd34cfe07ef7c528451a18d3c0f /doc/ea_job_system.txt
parent54e5c090692a06a96b2525f1a23f669e3449ba1b (diff)
parent99f707e6a17eb68057b0d711e7fe785c09135e21 (diff)
downloadhercules-49081f4f7ab08849739330d47a1ef8ba3a9837a3.tar.gz
hercules-49081f4f7ab08849739330d47a1ef8ba3a9837a3.tar.bz2
hercules-49081f4f7ab08849739330d47a1ef8ba3a9837a3.tar.xz
hercules-49081f4f7ab08849739330d47a1ef8ba3a9837a3.zip
Merge pull request #1088 from HerculesWS/constdb
Constdb revamp
Diffstat (limited to 'doc/ea_job_system.txt')
-rw-r--r--doc/ea_job_system.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ea_job_system.txt b/doc/ea_job_system.txt
index 997debf4d..143251bcf 100644
--- a/doc/ea_job_system.txt
+++ b/doc/ea_job_system.txt
@@ -12,7 +12,7 @@
Preface:
-------------------------------------------------------------------------------
- Most scripters are aware of the class values used in RO and their constants specified on db/const.txt. Each class has a number associated to it for referencing, so when someone's class is 9 that means they are a wizard. However, this list of job numbers has no real order behind it, and no logic behind it's assignation.
+ Most scripters are aware of the class values used in RO and their constants specified on db/constants.conf. Each class has a number associated to it for referencing, so when someone's class is 9 that means they are a wizard. However, this list of job numbers has no real order behind it, and no logic behind it's assignation.
You can add 3999 to a job to get their rebirth ID, but if you try to do the same to get the Baby class ID, that fails on the super Baby class. Also, there's no way to calculate, from a given first class, which classes would be their "evolution". That is, given the Archer's ID, you cannot just add a value that will return you "Hunter", and will still work if applied to the other classes. It didn't help much when they added Taekwon Boy, a first class, with an ID of 4046, and much later they added Ninja/Gunslinger with the IDs 25/24. How do you identify a first class on all this mess without recurring to very ugly range checks?