Jump to content
  • 0

Subclass ... easy one ^^


TitanDD

Question

How can I give subclass to someone subclass (I mean without quest) Just add subclass , is there a command , or in character_subclass in the db ? and in character_subclass how do I do it ::) Thanks all helpers !

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

You can do it from character_subclasses_table .

 

char_obj_id = ( go characters_table and find the id of the player that u want to add a subclasse )

class_id = ( id of the class that you want to add to the player as subclasse , you can find the id from characters_templates_table )

exp = ( i think you know ;) its about how xp u need to add on the subclasse )

sp = ( i think you know ;) its about how sp u need to add on the subclasse )

level = ( i think you know ;) its about how much level u need to add on the subclasse )

class_index = ( write the current class id )

 

also you can give him in game an item of Mimir's elixir so he will be able to make a subclasse :D

Link to comment
Share on other sites

  • 0

Why don't you use this setting in altsettings.properties

 

# Allow player sub-class addition without checking for unique quest items.
AltSubClassWithoutQuests = True

 

This way players can add subclasses without doing the quest, but they still need to be level 75 or higher.

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