Jump to content
  • 0

Class Level up .


Cronorx

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   2
  • Joined:  11/21/17
  • Last Seen:  

Hi guys good morning.
I would like to make this request.
I already researched with a person if there was a way to do it and the person said yes, let's go.
I thought to myself.
The player logs in to the server, up to level 50 with the class Novice, but it does not need to go to the class master, when it reaches level 50, appears the options of primary classes, such as, Swordsman, Mage, Archer, etc. .... After reaching level 100, the option to choose the next classes of the respective primary class that he has chosen before appears. If he is a Swordsman so he can choose between Knight or Crusader, after reaching level 200, he does not need to rebound, and can choose the class Trans, Lord Knight or Paladin.
Is it possible to do that ?
If so, could they?
Thanks very much, big hug!
Edited by Cronorx
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  143
  • Reputation:   30
  • Joined:  12/23/11
  • Last Seen:  

I think this could be done via script with 'OnPCBaseLvUpEvent' label, rough outline:

OnPCBaseLvUpEvent:

	if (BaseLevel = 50) { script of choosing 1st job here }
	else if (BaseLevel = 100) { script of choosing 2nd job here }
	else if (BaseLevel = 200) { up to Trans script }

	end;

 

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...