Jump to content
  • 0

L2J Start Quest News Chars


Question

8 answers to this question

Recommended Posts

  • 0
Posted

Currently I use L2JDream, but if I need to use aCis.

 

I understood what you meant. But just this?

Change something from the code?

Or just send the information to which part of the quest?

You just have to set the quest in every new char in characters_quest table..

p.s i didnt test this but i think this is the right way to do this since it loads from tables ...

  • 0
Posted (edited)

Exactly

what pack you have?

 

find the function that inserting data in characters table when new char created and after that connection add one more that inserting the specific quest to character

Edited by melron
  • 0
Posted

Currently I use L2JDream, but if I need to use aCis.

 

I understood what you meant. But just this?
Change something from the code?
Or just send the information to which part of the quest?

  • 0
Posted

You just have to set the quest in every new char in characters_quest table..

p.s i didnt test this but i think this is the right way to do this since it loads from tables ...

Thank you partner, I believe that's it

 

Just need to find out the "name, var, value, class_index"

  • 0
Posted

You dont need to mess with database directly. Check CharacterCreate class, look for "Tutorial" key word.

 

It would be the best to make config with quest names(like Tutorial) and in CharacterCreate to make for(String questName : Config.CHARACTER_CREATE_QUESTS) startQuest(questName);

and startQuest should make same thing as code which starts tutorial quest.

  • 0
Posted (edited)

You dont need to mess with database directly. Check CharacterCreate class, look for "Tutorial" key word.

 

It would be the best to make config with quest names(like Tutorial) and in CharacterCreate to make for(String questName : Config.CHARACTER_CREATE_QUESTS) startQuest(questName);

and startQuest should make same thing as code which starts tutorial quest.

I understand, the two types are interesting, I'll check which fits best. Thank you so much!

Edited by luannbr

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