its not add my points
local t, storage = {
{500, 100},
{600, 200},
{700, 300},
{800, 400},
{900, 1000},
{1000, 1111},
{1100, 1111},
{1200, 1111}
}, 256
function onAdvance(cid, skill, oldLevel, newLevel)
if skill ~= SKILL__LEVEL then
return true
end
for i = 1, #t...