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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock