Eaclass - Jeybla/rathena GitHub Wiki
- eaclass ({<job_id>});
This command returns the certain 'eA-jobid' of a character. The job id is an optional parameter to return other jobs 'eA-jobid''s
A list of all id's is listed in here:
You can use this system to check a characters job with quick-bitwise operators.
if(eaclass()&EAJ_MAGE)
would check if you are part of the mage-class, means: mage, wizard, sage, high-mage,high wizard and professor.
If you want to use this system in his best you also need this command: roclass()