Ir para conteúdo

Absolute

Héroi
  • Registro em

  • Última visita

Tudo que Absolute postou

  1. Primeiro, arquivo s3db são incompatíveis com Gesior, pois o Gesior é feito em MYSQL e não SQLITE. Segundo, evite fica colocando carinhas em seu tópico como *-* =D xD , coloque apenas o necessário para que todos entendam, título alterado.
  2. Falta a coluna CAST no seu banco de dados, portanto adicione no seu sql: ALTER TABLE `players` ADD `cast` TINYINT NOT NULL DEFAULT '0', ADD `castViewers` INT( 11 ) NOT NULL DEFAULT '0', ADD `castDescription` VARCHAR( 255 ) NOT NULL
  3. Absolute postou uma resposta no tópico em Formação de Equipe
    Sem imagens e maiores detalhes acho difícil, adicione imagens, ideias construtivas com certeza animará alguma alma.
  4. Certeza? Poste o arquivo .lua
  5. Winners: SliceFalso Vills SliceFalso: www.weblara.com.br -> Faça o pedido do cloud e envie por private para mim o número do pedido. Vills: www.lnetworks.com.br -> Faça o pedido do cloud e envie por private para mim o número do pedido. Agradeço a todos que participaram, não fiquem de fora, em breve haverá mais eventos como este ;P Agradecimento aos patrocinadores Weblara e LNetworks.
  6. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Não tem como. Já respondi no outro tópico, evite duplicar perguntas.
  7. Pós meu comentário nenhum palpite é aceito, leia as regras do tópico.
  8. Apenas nas sources e client.
  9. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    É só ajustar seu IDLEKICKTIME no config.lua
  10. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Ele clona items porque derruba o servidor e desloga o char.
  11. Isso é do banco de dados e da source, isto não é possível.
  12. Foram 27 palpites computados. Bolão fechado, palpites pós meu comentário não serão mais válidos. Aguarde o final do jogo para o resultado.
  13. Tudo depende do processamento, você já viu o tópico que criei '-'
  14. Fala galera do tibiaking, conversei com a equipe da empresa WEBLARA & LNetworks onde estamos organizando um rápido bolão premiando como recompensa 2 Clouds Anti DDoS com 2GB De memória RAM. Aproveite, a sorte pode estar com você! Premiação: Como Participar? Basta postar o resultado do jogo de hoje Argentina vs Alemanha. Exemplo de postagem: Argentina: 2 Alemanha: 0 Regras (IMPORTANTE): Não é valido edições de post pós publicação (isto é visível) Todos os resultados serão computados assim que postado Caso haja vitória na prorrogação os gols são contados, exemplo: o jogo foi 1x1, na prorrogação 2x1 (O Resultado da prorrogação será o válido) Pênaltis são dispensados do bolão, será premiado o placar da prorrogação Os palpites podem ser dados até ás 15:59, pós isso não estará participando. É permitido apenas 2 postagens (de diferentes membros) com o mesmo valor, exemplo caso 2 pessoas já publicaram 1x1, o próximo post com o mesmo resultado não é considerado. A regra é clara Casa Grande, acertou em exato, você ganha seu Cloud. Os prêmios poderão ser resgatados no sites das empresas pós ás 22:00 deste domingo. www.lnetworks.com.br www.weblara.com.br
  15. Você testou? doSendMagicEffect(pos, 59)
  16. Absolute postou uma resposta no tópico em Playground (Off-topic)
    só paçççei akiii pra dissser ki vosse é muintuuu ingrassaduuu
  17. local bless = {1, 2, 3, 4, 5} local cost = 300000 function onSay(cid, words, param) for i = 1, table.maxn(bless) do if(getPlayerBlessing(cid, bless[i])) then doPlayerSendCancel(cid, "Voce ja esta abencoado.") return TRUE end end if(doPlayerRemoveMoney(cid, cost) == TRUE) then for i = 1, table.maxn(bless) do doPlayerAddBlessing(cid, bless[i]) end doSendMagicEffect(pos, 59) doSendMagicEffect(getPlayerPosition(cid), 49) doSendMagicEffect(getPlayerPosition(cid), 1) doSendMagicEffect(getPlayerPosition(cid), 53) doSendMagicEffect(getPlayerPosition(cid), 56) else doPlayerSendCancel(cid, "Voce precisa de 300k para comprar a bless.") end return TRUE end
  18. Creio que 2GB de ram suporte tranquilamente!
  19. Entendo o motivo do post mal formatado, dica: no final do site tem "Ver Versão Completa" isso pode facilitar seus posts pelo tablet/celular daqui pra frente. Bom Tópico, continue trazendo conteúdos.
  20. É importante lembrar, caso vá resetar o servidor, você necessita resetar as storages e tudo mais.
  21. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Isto é no seu createaccount.php e download.php tente.
  22. Apenas retirei a inútil função do getOnline. Á disponha.
  23. Troque por: function onLogin(cid) accountManager = "Account Manager" managerCounter = 0 if managerCounter >= 3 then return false end local accountManager = getPlayerAccountManager(cid) if(accountManager == MANAGER_NONE) then elseif(accountManager == MANAGER_NAMELOCK) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?") elseif(accountManager == MANAGER_ACCOUNT) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.") end if getPlayerPremiumDays(cid) <= 0 and getPlayerStorageValue(cid,100000) == 1 then doPlayerSetTown(cid, 2) setPlayerStorageValue(cid,100000,2) doTeleportThing(cid,{x=72, y=25, z=8}) doPlayerPopupFYI(cid, "Your premium time has expired and you've been teleported to Main Land. You're now alived to Deheon.") if getPlayerSex(cid) == 1 then doCreatureChangeOutfit(cid,{lookType = 128, lookHead = 78, lookBody = 68, lookLegs = 58, lookFeet = 95, lookAddons = 0}) elseif getPlayerSex(cid) ~= 1 then doCreatureChangeOutfit(cid,{lookType = 136, lookHead = 78, lookBody = 68, lookLegs = 58, lookFeet = 95, lookAddons = 0}) end end if(not isPlayerGhost(cid)) and (isVip(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_GREEN) elseif(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end local lastLogin, str = getPlayerLastLoginSaved(cid) if(lastLogin >= 0) then str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "." else str = str .. " Please choose your outfit." doPlayerSendOutfitWindow(cid) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) end registerCreatureEvent(cid, "TempleTeleporter") --VIP registerCreatureEvent(cid, "VipCheck") --VIP registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "bp") registerCreatureEvent(cid, "Achievements") registerCreatureEvent(cid, "fullmh") registerCreatureEvent(cid, "primeiro") registerCreatureEvent(cid, "killcount") registerCreatureEvent(cid, "playeradvance") registerCreatureEvent(cid, "radvance") registerCreatureEvent(cid, "counter") registerCreatureEvent(cid, "countKill") registerCreatureEvent(cid, "Grizzly_Adams") registerCreatureEvent(cid, "demonOakLogout") registerCreatureEvent(cid, "demonOakDeath") registerCreatureEvent(cid, "demonOakAttack") registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "idle") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "XpVip") registerCreatureEvent(cid, "Zaoarena") registerCreatureEvent(cid, "ArenaKill") registerCreatureEvent(cid, "Tirecz") registerCreatureEvent(cid, "Inquisition") registerCreatureEvent(cid, "inquisitionPortals") registerCreatureEvent(cid, "arenaPortals") registerCreatureEvent(cid, "ZombieAttack") registerCreatureEvent(cid, "ZE") registerCreatureEvent(cid, "Uze2") registerCreatureEvent(cid, "Uze3") registerCreatureEvent(cid, "RushCombat") registerCreatureEvent(cid, "RushAttack") registerCreatureEvent(cid, "RushDead") registerCreatureEvent(cid, "RushOutfit") registerCreatureEvent(cid, "Monsterhunter") registerCreatureEvent(cid, "BountyHunter") registerCreatureEvent(cid, "defence") registerCreatureEvent(cid, "Frag Reward") --- CRITICAL SYSTEM ---- registerCreatureEvent(cid, "critical") if getPlayerStorageValue(cid, 48913) == -1 then setPlayerStorageValue(cid, 48913, 0) end -----[[Dodge System ---- registerCreatureEvent(cid, "dodge") if getPlayerStorageValue(cid, 48902) == -1 then setPlayerStorageValue(cid, 48902, 0) end ----------MAGMA BOOTS DO FOX---------------- registerCreatureEvent(cid, "magmaboots") if getPlayerStorageValue(cid, 19501) ~= 0 then setPlayerStorageValue(cid, 19501, 0) end --------------------------------------- -- first login ~ Outfit Windows if getPlayerStorageValue(cid, 1228512) == -1 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "Please choose your outfit.") doPlayerSendOutfitWindow(cid) setPlayerStorageValue(cid,1228512, 1) end -- if he did not make full arena 1 he must start from zero if getPlayerStorageValue(cid, 42309) < 1 then for i = 42300, 42309 do setPlayerStorageValue(cid, i, 0) end end -- if he did not make full arena 2 he must start from zero if getPlayerStorageValue(cid, 42319) < 1 then for i = 42310, 42319 do setPlayerStorageValue(cid, i, 0) end end -- if he did not make full arena 3 he must start from zero if getPlayerStorageValue(cid, 42329) < 1 then for i = 42320, 42329 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42355) == -1 then setPlayerStorageValue(cid, 42355, 0) -- did not arena level end setPlayerStorageValue(cid, 42350, 0) -- time to kick 0 setPlayerStorageValue(cid, 42352, 0) -- is not in arena return true end Reinicie o servidor e teste.
  24. Poste o seu login.lua
  25. Absolute postou uma resposta no tópico em Playground (Off-topic)
    Entenda:

Informação Importante

Confirmação de Termo