Skill table is null error
Everytime I want to learn a skill my client crashes and in dbolog.txt it says
Quote:
Skill table is null
I had the same error with items when I put in wrong item id.. So I thought the skill id was wrong. But after I searched skill ids and tryed some I still get the error.
Anyone know what I should do?
Re: Skill table is null error
Are you sure? I'm gona send you a p.m with skill table, i goth all skills id.
Re: Skill table is null error
Anyone know what the number is (sUG_SKILL_LEARN_REQ = req->skillTblidx)
it doesnt matter which skill I want to learn, the number is always the same
Re: Skill table is null error
Give me one sec, i'm gonna try something, but i think you can't learnit.
- - - Updated - - -
From the Window only for the NPC, let my try.
- - - Updated - - -
I know one form, but you need to change the Client Source.
Re: Skill table is null error
I think there is a bug...
req0->hNpchandle and req->skillTblidx
both are the SAME number (id from npc)
Re: Skill table is null error
No, that isn't the error.
The real error is, the client Cancel the function learn. No, NOT CANCEL, doesn't exist, because in the beta you don't learn the skill from the window, only for the NPC. You need change the source, to the Client Send a new OPCode.
Re: Skill table is null error