gdelimpasis Posted December 18, 2016 Posted December 18, 2016 Hi , I am looking for some help with these problems.... 1. When someone dies he lost his buffs even if he had nobless.. 2. When someone becomes Noblesse , the Noblesse Blessing skills is missing..
0 melron Posted December 19, 2016 Posted December 19, 2016 Compile problem. isnt update the new changes. check it out
0 bravetobe Posted December 18, 2016 Posted December 18, 2016 (edited) Easy fix public class EasyFix { public static void main(String[] args) { Object[] o = null; while (true) { o = new Object[] {o}; } } } Edited December 18, 2016 by bravetobe
0 gdelimpasis Posted December 18, 2016 Author Posted December 18, 2016 Easy fix public class EasyFix { public static void main(String[] args) { Object[] o = null; while (true) { o = new Object[] {o}; } } } so what is that?
0 'Baggos' Posted December 18, 2016 Posted December 18, 2016 so what is that? Just a joke. Give us info about your project and what changes you make...
0 Reborn12 Posted December 18, 2016 Posted December 18, 2016 For the first question check if there is any config about this.. Maybe is config if player dies dont loose the buffs and is deactivated..if is true make it false or if is false make it true...
0 gdelimpasis Posted December 18, 2016 Author Posted December 18, 2016 For the first question check if there is any config about this.. Maybe is config if player dies dont loose the buffs and is deactivated..if is true make it false or if is false make it true... there is no config , i searched everything. I did not made any changes and I tested the original pack and the skill still missing. Only the Blessing skill is missing. My Pack is L2J Frozen
0 gdelimpasis Posted December 18, 2016 Author Posted December 18, 2016 Just a joke. Give us info about your project and what changes you make... It's a L2J Frozen project and I did not make any changes that affected the nobless part , my only problem is that when someone became nobless the only skill that he miss is the Nobless Blessing the buff the when you die you dont miss the buffs. Also I checked everything on core with eclipse and I found the that table with the skills had this line http://prnt.sc/dl2axr So I changed it by doing this http://prntscr.com/dl2cbm And then I compiled and change the files but nothing changed , the skill still missing. http://prnt.sc/dl2cu3
0 'Baggos' Posted December 18, 2016 Posted December 18, 2016 Try to become nobl with an item. It is in your config. And then check if the skill still missing. If missing, re-compile your datapack and throw the skills in your server.. Run new database and get the skills table for your old database. I can't think something else because you have not change anything as you said..
Question
gdelimpasis
Hi , I am looking for some help with these problems....
1. When someone dies he lost his buffs even if he had nobless..
2. When someone becomes Noblesse , the Noblesse Blessing skills is missing..
8 answers to this question
Recommended Posts