Jump to content
  • 0

Startup class selection with all classes on any race


Question

Posted

Hi folks, I have a startup code where the class, items, etc are selected before the players can do anything, is there any way to add that the class they select is independent of race? From already thank you very much. Im using Acis .

Shot00023.jpg

4 answers to this question

Recommended Posts

  • 0
Posted

This can be done without any problem BUT your race is bound to whatever your first class is. So by changing your first class you will change your race.

And to enable other classes, It would also need to change the persons first class (Fighter, Wizard, Orc fighter, etc etc etc)

  • Thanks 1
  • 0
Posted

You got to unbind class-race. Just Hold the race like you hold the character's sex and then you can freely play with classes, in addition you will have to modify the CharacterSelection package,UserInfo,CharInfo.

Pay attention to these: 

 


		writeD(_player.getRace().ordinal());
		writeD((_player.getClassIndex() == 0) ? _player.getClassId().getId() : _player.getBaseClass());

 

GL!

  • 0
Posted

hola brado ese sistema que dices conserva el skin del pj osea yo kiero q el pj siendo gerrer conserve su forma de humano gerrer pero pueda elejir nc mago de primera base sin cambiar su apariencia de humano gerrero 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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