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 ... Quote
0 vampir Posted December 7, 2016 Posted December 7, 2016 Do you mean to give specified quests when character is being created? Quote
0 Litch Posted December 7, 2016 Author Posted December 7, 2016 Do you mean to give specified quests when character is being created? Exactly Quote
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 Quote
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? Quote
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" Quote
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. Quote
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 Quote
Question
Litch
How to do this in L2J?
8 answers to this question
Recommended Posts
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.