|
@@ -13,10 +13,10 @@ Preface:
|
|
-------------------------------------------------------------------------------
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
|
Most scripters are aware of the class values used in RO and their constants
|
|
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.
|
|
|
|
|
|
+ specified in src/map/script_constants.h. 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
|
|
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,
|
|
same to get the Baby class ID, that fails on the super Baby class. Also,
|