Jump to content
  • 0

[Problem L2J]Update to 1st,2nd and 3rd quest


sτrίkε-

Question

i'm currently practising in l2j interlude version and i have one problem.

when i make 1st,2nd and 3rd quest (e.g. rogue, treasure hunter and adventurer)

i dont get the skills of these classes.

any help?

Link to comment
Share on other sites

Recommended Posts

  • 0

no i mean when i make the new quest i must make restart to take the skills of my class.

i want to make it works without restart

Link to comment
Share on other sites

  • 0

rewardSkills() is your fix.

 

Do a search with this method name on the newest L2J, you will find all occurences and can change accordingly.

Link to comment
Share on other sites

  • 0

The method rewardSkills() is undefined for the type L2ClassMasterInstance

maybe must add this to other file?

Link to comment
Share on other sites

  • 0

there u go strike, at line 213,215

            if(player.isGM())

            {

            changeClass(player, val);

+          player.rewardSkills();

Link to comment
Share on other sites

  • 0

yes.

as i can understand the problem is to the 1st quest.

if i make subclass and then go to make 3rd quest i will take the 3rd quest skills.

so the problem is in the new character.

Link to comment
Share on other sites

  • 0

i have the latest l2j IL.

mate if you dont have any idea about this plz dont tell me stupid things

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