DrenepiaWorld Posted February 5, 2016 Posted February 5, 2016 Hello guys, i created some new skills on my server, i added the skills on the server side and client side as well (skillgrp,skillname-e,skillsound). On the server says that i have the skill but i can't see it. Here is a picture in game On developer mode i can see these skills When i'm entering in game for the first time i got no errors on GS but if i will make a restart i got this error And here is my character_skills table Anyone know how to fix this? Thanks in advance.
0 Tryskell Posted February 5, 2016 Posted February 5, 2016 (edited) L2PcInstance.restoreSkills() edit if (id > 9000) continue; // fake skills for base stats for if (id > 9000 && id < 9007) continue; // fake skills for base stats Tell me if it fixes it, and also if it fixes the SQL issue. Edited February 5, 2016 by Tryskell
0 DONALD TRUMP 2016 Posted February 5, 2016 Posted February 5, 2016 search for 9000 in l2pcinstance and theres somethng about skills above 9000 id just make it like 19000
0 DrenepiaWorld Posted February 5, 2016 Author Posted February 5, 2016 I change it and i got no errors but still can't see them and i have them :/
0 Reborn12 Posted February 5, 2016 Posted February 5, 2016 I'll send you id + pass on pm Change your id like 8586 and what you want..will be work
0 Reborn12 Posted February 5, 2016 Posted February 5, 2016 (edited) Because i habe this problemnin past...needs to add all the levels on character class and them a small id like i said....i have tryir with 9092 and was wrong just use id like 8586 8587 Ps: phone version sorry for some wrongs.. Edited February 5, 2016 by Reborn12
0 DrenepiaWorld Posted February 5, 2016 Author Posted February 5, 2016 (edited) Change your id like 8586 and what you want..will be work still nothing L2PcInstance.restoreSkills() edit if (id > 9000) continue; // fake skills for base stats for if (id > 9000 && id < 9007) continue; // fake skills for base stats Tell me if it fixes it, and also if it fixes the SQL issue. I'll check it now and i'll tell you edit: btw the sql error was fixed before with the change of le memer master Edited February 5, 2016 by Psyancy D.
0 DrenepiaWorld Posted February 5, 2016 Author Posted February 5, 2016 (edited) Ok it's now working :)Dunno what's the fix cause i did both :P i changed the ids to 8000-8012 and i also added the code you told me Tryskell, but thank you both of you guys, Topic locked. Edited February 5, 2016 by Psyancy D.
Question
DrenepiaWorld
Hello guys, i created some new skills on my server, i added the skills on the server side and client side as well (skillgrp,skillname-e,skillsound).
On the server says that i have the skill but i can't see it.
Here is a picture in game
On developer mode i can see these skills
When i'm entering in game for the first time i got no errors on GS but if i will make a restart i got this error
And here is my character_skills table
Anyone know how to fix this?
Thanks in advance.
9 answers to this question
Recommended Posts