0 melron Posted December 7, 2016 Posted December 7, 2016 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 vampir Posted December 7, 2016 Posted December 7, 2016 Do you mean to give specified quests when character is being created?
0 Litch Posted December 7, 2016 Author Posted December 7, 2016 Do you mean to give specified quests when character is being created? Exactly
0 melron Posted December 7, 2016 Posted December 7, 2016 (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 December 7, 2016 by melron
0 Litch Posted December 7, 2016 Author Posted December 7, 2016 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 Litch Posted December 7, 2016 Author Posted December 7, 2016 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 vampir Posted December 7, 2016 Posted December 7, 2016 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 Litch Posted December 7, 2016 Author Posted December 7, 2016 (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 December 7, 2016 by luannbr
Question
Litch
How to do this in L2J?
8 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now