calum69
New Member
hello i tried a function, it didnt come up with errors but it didnt work
and it didnt do anything.
yes a checked if the skill was below 68, yes i checked if it was a knight.
anyone know how to do it?
because im setting a lowlevel lock for skills aswell as level for my war server.
LUA:
if playerVoc == 4 and getPlayerSkill(cid, SKILL_SWORD) < 68 then
doPlayerAddSkillTry(cid, SKILL_SWORD, ReqTries(cid, SKILL_SWORD, 70))
end
return true
end
and it didnt do anything.
yes a checked if the skill was below 68, yes i checked if it was a knight.
anyone know how to do it?
because im setting a lowlevel lock for skills aswell as level for my war server.
Last edited: