Ir para conteúdo
  • Cadastre-se

Erro Guildfragskill no distro


Posts Recomendados

Da esse erro na distro
 
[20:42:30.432] [Error - CreatureScript Interface] 
[20:42:30.432] data/creaturescripts/scripts/GuildFragsKill.lua:onKill
[20:42:30.432] Description: 
[20:42:30.433] data/lib/FragGuildSystem.lua:17: attempt to call field 'executeQuery' (a nil value)
[20:42:30.433] stack traceback:
[20:42:30.433]  data/lib/FragGuildSystem.lua:17: in function 'addFragsByGuild'
[20:42:30.433]  data/creaturescripts/scripts/GuildFragsKill.lua:4: in function <data/creaturescripts/scripts/GuildFragsKill.lua:1>
 
ai está oque contem em GuildFragsKill.lua

function onKill(cid, target, lastHit)
local config = {MaxDifLevel = 50, MyGuild = getPlayerGuildName(cid)}
if isPlayer(cid) and isPlayer(target) and HaveGuild(cid) and HaveGuild(target) and getPlayerGuildId(cid) ~= getPlayerGuildId(target) and getPlayerIp(target) ~= getPlayerIp(cid) and math.abs(getPlayerLevel(cid) - getPlayerLevel(target)) <= config.MaxDifLevel and getGlobalStorageValue(frag_guild.start_frags) <= 0 then
addFragsByGuild(config.MyGuild,frag_guild.FragsPerKill)
doBroadCastGuild(config.MyGuild,20,'[Guild Frag System] Your guild received '..frag_guild.FragsPerKill..' frag because have killed a player another guild, now your guild have '..getFragsByGuild(config.MyGuild)..' frags')
if getFragsByGuild(config.MyGuild) >= frag_guild.FragsToWinAcess then
addAcess(config.MyGuild, frag_guild.AcessTimeDays)
addHonorPoints(config.MyGuild, frag_guild.Honor_Point)
doBroadcastMessage("[Guild Frag System]\nThe guild ["..config.MyGuild.."] is dominant for having achieved "..frag_guild.FragsToWinAcess.." Frags!\nYour domain ends in "..getAcessDate(config.MyGuild))
cleanGuildFrags()
setGlobalStorageValue(frag_guild.start_frags, 1)
if frag_guild.MoreExpToGuild == true then
  local players = {}
for _, cid in pairs(getPlayersOnline()) do
if getPlayerGuildName(cid) == config.MyGuild then
table.insert(players, cid)
end
  end
  for i = 1, #players do
  doPlayerSetExperienceRate(players, frag_guild.Exp_Rate)
  end
end
end
end
return TRUE
end

 
Link para o post
Compartilhar em outros sites

A lib necessita executar um query, que não tem a coluna na db.

YDmXTU2.png

 

Entenda tudo sobre VPS, DEDICADOS & HOSPEDAGENS. => Clique aqui

Global Full Download 10.9x - TFS 1.2/FERUMBRAS/KRAILOS. => Clique aqui

 

Muitos querem aquilo que você tem, 
mas vão desistir quando souberem o preço que você pagou.

 

skype-favicon.png lu.lukinha

message-16.png [email protected]

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo