Jump to content
  • 0

Question

Posted

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

nL3FecI.png

 

On developer mode i can see these skills

VQ2bhmk.png

 

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

1NxYeQ7.png

 

And here is my character_skills table

kCxZFKs.png

 

Anyone know how to fix this?

Thanks in advance.

9 answers to this question

Recommended Posts

  • 0
Posted (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 by Tryskell
  • 0
Posted (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 by Reborn12
  • 0
Posted (edited)

Change your id like 8586 and what you want..will be work

still nothing

kqcHTWt.png

 

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 by Psyancy D.
  • 0
Posted (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 by Psyancy D.
Guest
This topic is now closed to further replies.


×
×
  • Create New...