-
Total de itens
64 -
Registro em
-
Última visita
Tipo de Conteúdo
Perfis
Fóruns
Calendário
Publique
Tudo que carlinhosvrb postou
-
white onde consigo a script dessa assassim em volta do player ? se nao me engano voce que fez
http://i.imgur.com/N9tQFJ8.gif -
script da gems la deu erro.
- Mostrar comentários anteriores %s mais
-
-
-
pow posta sobre essa script ai no forum talvez alguém ajude uai
Sabe me dizer que erro é esse ?
--[[
Gems System By Maxwell Denisson(MaXwEllDeN)
V 1.0
--]]
function onThink(cid)
local gemid = getPlayerStorageValue(cid, 71473)
if (getPlayerStorageValue(cid, 45783) > 0) and (checkGemTimeFinish(cid, gemid)) then
deAtiveGem(cid, gemid)
doRemoveCondition(cid, CONDITION_ATTRIBUTES)
end
return true
endfunction onLogin(cid)
local gemid = getPlayerStorageValue(cid, 71473)
if (getPlayerStorageValue(cid, 45783) > 0) and (checkGemTimeFinish(cid, gemid)) then
deAtiveGem(cid, gemid)
end
if (gemid > 0) and (not checkGemTimeFinish(cid, gemid)) then
local pedra = pedras_add[gemid]if not (pedra) then
return true
end
local skills = pedra.skills
doAddCondition(cid, pedras_add_c[gemid])
doPlayerSendTextMessage(cid, 27, "O efeito da gema mágica foi retomado.")
doPlayerSetExperienceRate(cid, pedra.xp)
registerCreatureEvent(cid, "EffectCheck")
sendGemEffect(cid, gemid)
end
registerCreatureEvent(cid, "EffectDeath")
return true
end - Mostrar próximos comentários %s mais