Hello, i have some errors in my otserver, i put second promotion (more vocations (ID: 8,10,11,12) and i have an error;
When i use potions, or mana potions say "You no is Knight, paladin blá blá blá"
but in folder lib/031-vocations.lua/
i configure this
I'm using (New TFS 8.54)
and don't work, can help me ? i rep++ :thumbup:
When i use potions, or mana potions say "You no is Knight, paladin blá blá blá"
but in folder lib/031-vocations.lua/
i configure this
PHP:
function isSorcerer(cid)
return isInArray({1, 5, 9}, getPlayerVocation(cid))
end
function isDruid(cid)
return isInArray({2, 6, 10}, getPlayerVocation(cid))
end
function isPaladin(cid)
return isInArray({3, 7, 11}, getPlayerVocation(cid))
end
function isKnight(cid)
return isInArray({4, 8, 12}, getPlayerVocation(cid))
end
function isRookie(cid)
return isInArray({0}, getPlayerVocation(cid))
end
I'm using (New TFS 8.54)
and don't work, can help me ? i rep++ :thumbup: