Is it possible? create new "skills" using "storage"?
Example: "Minning Skill", I can increase my "minning skill" for level 2 speaking with the NPC.
I would like to see an example of "skill" made in LUA. For I see my "new skills" I needed a book.
Please, someone show me some example!
Example: "Minning Skill", I can increase my "minning skill" for level 2 speaking with the NPC.
I would like to see an example of "skill" made in LUA. For I see my "new skills" I needed a book.
Please, someone show me some example!
Code:
local SKILL_MINNING = storage(?)
getPlayerSkill(cid, SKILL_MINNING)
doPlayerAddSkillTry(cid, SKILL_MINNING, 1)