Jump to content
  • 0

what is the command to know what job tier we are


quakeman00

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   2
  • Joined:  03/08/13
  • Last Seen:  

ive seen plenty of script with job and class commands but i havent seen any that know if youre base job (merchant , swordman , ninja , taekwon, ect...) 2nd job(knight , rune knight , orobo, soul linker, ect..) or third job ( guillotine cross, royal guard ect...)

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  10/16/16
  • Last Seen:  

Do you mean physically for a player to check what they are, or do you mean how to code with the class itself being checked in the code? I know one example i've used to call 3rd class in scripts is if ( .@eaclass & EAJL_THIRD )

if ( .@eaclass & EAJL_THIRD )

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   2
  • Joined:  03/08/13
  • Last Seen:  

thx , with this i found the information i needed to make my skill point remover / giver so it give the proper amount of skillpoint back acording to its class so that if someone accidentaly skill point away too much they can fix thier mistakes

 

and the npc is working :D thx alot

Edited by quakeman00
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  10/16/16
  • Last Seen:  

Happy to help!

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

you can read the detailed info about the job tier for script usage here.

doc/ea_job_system.txt

Edited by Emistry
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...