Hi everyone . First of all i would like to say that this is my first post, so I don't know if this is the correct section(I think it COULD be).
So, my problem is that I made a script that after you finish a quest you get some 3rd job skills for Trans classes(my server is pre-re so no 3rd classes). The script is working as intended and all skills work but Rune Mastery is giving me a little trouble.
The thing is I can craft the Runes normally as a Lord Knight, but when I try to use them I can't, and as far as I know all my DB is rightly edited, so I think that a Source restriction may be blocking the skill that the rune uses for any Job that isn't a Rune Knight. I've checked my item_db, skill_db, skill_cast_db, skill_require_db and everything seems fine so i think that my problem is not there.
I also know that to use the Runes, a certain Level of Rune Mastery is Needed (I've checked in skill.c ),and maybe in that part of the code there is the restriction for Rune Knights that I couldn't find.
I'm going to post the part of the Item_db that I edited so that Lord Knights(In fact, any Job) could use them.( I'm posting it so that there is no doubt that everything is allright in my DB . )
As you can see, Runes use the itemskill script command, that works just fine with any other skill I've tried on my server, thats why I think the problem lies within the "RK_*" Rune Skills( the source code for those skills).
Question
YamiAzariel
Hi everyone
.
First of all i would like to say that this is my first post, so I don't know if this is the correct section(I think it COULD be).
So, my problem is that I made a script that after you finish a quest you get some 3rd job skills for Trans classes(my server is pre-re so no 3rd classes). The script is working as intended and all skills work but Rune Mastery is giving me a little trouble.
The thing is I can craft the Runes normally as a Lord Knight, but when I try to use them I can't, and as far as I know all my DB is rightly edited, so I think that a Source restriction may be blocking the skill that the rune uses for any Job that isn't a Rune Knight. I've checked my item_db, skill_db, skill_cast_db, skill_require_db and everything seems fine so i think that my problem is not there.
I also know that to use the Runes, a certain Level of Rune Mastery is Needed (I've checked in skill.c ),and maybe in that part of the code there is the restriction for Rune Knights that I couldn't find.
I'm going to post the part of the Item_db that I edited so that Lord Knights(In fact, any Job) could use them.( I'm posting it so that there is no doubt that everything is allright in my DB
. )
As you can see, Runes use the itemskill script command, that works just fine with any other skill I've tried on my server, thats why I think the problem lies within the "RK_*" Rune Skills( the source code for those skills).
EDIT: Here is the Code in Skill.c
Like I Said, as a Rune Knight I can Create and Use Runes but as a Lord Knight I can just create them.
I hope I was clear.
PS: Sorry if this is the wrong Section.
Edited by YamiAzarielPS2: Sorry for my English.
Link to comment
Share on other sites
0 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.