A fuction when you make a take 5 days from vip acc make 3x more from free accounts and if the 5 days dissaper we got again the normal experencie.
help if who create the script!
i give rep+
or try to fix and running this script for only 5 days, this script was on a creaturescripts:
help if who create the script!
i give rep+
or try to fix and running this script for only 5 days, this script was on a creaturescripts:
Code:
config = {
vipSystem = "YES", -- Vip System Working?
}
stages = {
vip = {
[1] = 33,
[50] = 23,
[100] = 18,
[150] = 11,
[200] = 8,
[250] = 6,
[300] = 4,
},
}
function onAdvance(cid, skill, oldlevel, newlevel)
if isVip(cid) then
stage = stages.vip
if stage[newlevel] then
setPlayerExtraExpRate(cid, stage[newlevel])
end
end
Last edited: