Ir para conteúdo

Apache

Membro
  • Registro em

  • Última visita

Solutions

  1. Apache's post in [AJUDA] BUG EXAUSTED was marked as the answer   
    data/talkactions/lib/talkactions.lua function checkExhausted(cid, storage, seconds) local v = exhaustion.get(cid, storage) if(not v) then exhaustion.set(cid, storage, seconds) else doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT, "Please wait " .. v .. " seconds before trying this command again.") return false end return true end data/lib/034-exhaustion.lua get = function (cid, storage) if(getPlayerFlagValue(cid, PLAYERFLAG_HASNOEXHAUSTION)) then return false end local exhaust = getCreatureStorage(cid, storage) if(exhaust > 0) then local left = exhaust - os.time() if(left >= 0) then return left end end return false end,  
  2. Apache's post in (Resolvido)AJUDA ACCOUNT MANAGER was marked as the answer   
    executa na sua db e seja feliz 
    caso não funcione, o problema está na position dos samples
  3. Apache's post in (Resolvido)Guilda War System was marked as the answer   
    pelo que vi parece que a função doGuildAddEnemy não foi encontrada

Informação Importante

Confirmação de Termo