This isnt really a challenge...Quote:
thndr
i need to Script for learn all skill
While keeping Lvl
>
and file Sql for all skill card +10
please Help me > thanks :)
sorry for bad english
Code:
function lvl_up_with_keeping(name)
if name == nil or name == '' then
name = tostring(gv("name"))
end
local exp = tonumber(gv("exp",name))
learn_all_skill(name)
sv("exp",exp,name)
end