-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
- 0 respostas
- 1958 visualizações
-
- 0 respostas
- 1088 visualizações
-
- 1 resposta
- 1190 visualizações
-
- 0 respostas
- 1679 visualizações
-
- 5 respostas
- 5162 visualizações
-
Pergunta
Maimbe24 0
Galera....
Seguinte, não sei c é a area certa, mais ai vai !
gostaria de uma ajuda... Fiz esse codigo, tudo em 1 .lua so....
Seria assim ? ou haveria alguma mudança ???
function onAdvance(cid, skill, oldlevel, newlevel)
if(getPlayerStorageValue(cid, 99963) ~= 1 and skill == SKILL__LEVEL and newlevel >= 45) then
local points = 0
db.executeQuery("UPDATE `accounts` SET `premium_points` = "..points.." WHERE `name` ='"..getPlayerAccount(cid).."'")
doPlayerAddItem(cid, 2160, 5)
setPlayerStorageValue(cid, 99963, 1)
doPlayerSendTextMessage(cid, 22, "Voce foi recompensado com 50k")
end
return TRUE
if(getPlayerStorageValue(cid, 99963) ~= 1 and skill == SKILL__LEVEL and newlevel >= 150) then
local points = 5
db.executeQuery("UPDATE `accounts` SET `premium_points` = "..points.." WHERE `name` ='"..getPlayerAccount(cid).."'")
doPlayerAddItem(cid, 2160, 5)
setPlayerStorageValue(cid, 99963, 1)
doPlayerSendTextMessage(cid, 22, "Voce foi recompensado com 50k e 5 Pontos VIP")
end
return TRUE
if(getPlayerStorageValue(cid, 99963) ~= 1 and skill == SKILL__LEVEL and newlevel >= 180) then
local points = 2
db.executeQuery("UPDATE `accounts` SET `premium_points` = "..points.." WHERE `name` ='"..getPlayerAccount(cid).."'")
doPlayerAddItem(cid, 2160, 2)
setPlayerStorageValue(cid, 99963, 1)
doPlayerSendTextMessage(cid, 22, "Voce foi recompensado com 20k e 2 Pontos VIP")
end
return TRUE
if(getPlayerStorageValue(cid, 99963) ~= 1 and skill == SKILL__LEVEL and newlevel >= 200) then
local points = 7
db.executeQuery("UPDATE `accounts` SET `premium_points` = "..points.." WHERE `name` ='"..getPlayerAccount(cid).."'")
doPlayerAddItem(cid, 2160, 7)
setPlayerStorageValue(cid, 99963, 1)
doPlayerSendTextMessage(cid, 22, "Voce foi recompensado com 70k e 7 Pontos VIP")
end
return TRUE
if(getPlayerStorageValue(cid, 99963) ~= 1 and skill == SKILL__LEVEL and newlevel >= 250) then
local points = 6
db.executeQuery("UPDATE `accounts` SET `premium_points` = "..points.." WHERE `name` ='"..getPlayerAccount(cid).."'")
doPlayerAddItem(cid, 2160, 6)
setPlayerStorageValue(cid, 99963, 1)
doPlayerSendTextMessage(cid, 22, "Voce foi recompensado com 60k e 6 Pontos VIP")
end
return TRUE
if(getPlayerStorageValue(cid, 99963) ~= 1 and skill == SKILL__LEVEL and newlevel >= 300) then
local points = 10
db.executeQuery("UPDATE `accounts` SET `premium_points` = "..points.." WHERE `name` ='"..getPlayerAccount(cid).."'")
doPlayerAddItem(cid, 2160, 6)
setPlayerStorageValue(cid, 99963, 1)
doPlayerSendTextMessage(cid, 22, "Voce foi recompensado com 100k e 10 Pontos VIP")
end
return TRUE
end
So funciona ow dinheiro do lvl 45 =/
Link para o comentário
Compartilhar em outros sites
13 respostass a esta questão
Posts Recomendados