Ir para conteúdo

Qwizer

Héroi
  • Registro em

  • Última visita

Tudo que Qwizer postou

  1. onten, tbm procurei mas não achei nada relevante.
  2. voce nao falou mais tem varios comandos por ai. www.tibiaking.com/forum/topic/2023-phpmyadmin-comandos-uteis/
  3. nao e mais pratico deletar a database e criar uma nova?
  4. vixe esse bug e tosco, vc tem que resetar toda a database e evitar usar o talkactions /reload
  5. vai em \data\creaturescripts\scripts\login.lua procure por doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) abaixo adicione doPlayerSetLossPercent(cid, PLAYERLOSS_ITEMS, 10) salve reiniciei o ot e teste.
  6. sim isso que ta pegando aqui, só falta isso pra add as montarias do 10.56, já solicitei ajuda de uns amigos, mais estão sem solução vou postar no github pra galera ajudar a arrumar.
  7. Qwizer postou uma resposta no tópico em Suporte Tibia OTServer
    Alguém sabe como aumenta o limite das montarias no momento só suporta 50 acima disso da debug.
  8. ta ok então, também não vou postar. Esperem meses pra sair a versão oficial.
  9. se o TFS atualizar sera feito basicamente a mesma coisa ja que o tfs 1.0 não usa o sistema pvp do TIBIA RL, não ira fazer diferença, então certamente não vão atualizar muita coisa alem da versão.
  10. Depois de um pouco de trabalho duro finalmente fico pronta a versão TFS 1.0 10.55 Não irei postar agora para download pois não existe ipchanger ainda para essa versão mas em breve sera postada. exevo gran mas vis exevo gran mas frigo exevo gran mas flam exevo vis hur exori gran exevo mas san magic wall e SD exura gran mas res amanha posto das montarias 10.56
  11. posta o script, tem que adicionar um removecreature nele. doRemoveCreature(cid)
  12. Qwizer postou uma resposta no tópico em Playground (Off-topic)
    xD na expectativa.
  13. vai ser difícil achar free.
  14. Qwizer postou uma resposta no tópico em Playground (Off-topic)
    Parabéns, e quem serão os novos supervisores e suporte?
  15. que erro, dependendo do erro eu sei qual e, to pelo celular mais da pra ajudar.
  16. Qwizer postou uma resposta no tópico em Suporte Tibia OTServer
    pra que fazer gambiarra? nao e melhor ir no config.lua e editar loginProtectionPeriod = 10 * 1000 - 10 e o tempo em segundos se quizer aumentar e só por ai o tempo em segundos salvar e abrir o ot.
  17. coloca seus contatos.
  18. Qwizer postou uma resposta no tópico em Suporte Tibia OTServer
    abre sim e raro acho que faria sucesso
  19. Qwizer postou uma resposta no tópico em Suporte Tibia OTServer
    troca o db.getResult esse e de um 8.x troca pela função da sua versao
  20. Qwizer postou uma resposta no tópico em Suporte & Pedidos
    www.tibiaold.org
  21. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end -- OTServ event handling functions end local shopModule = ShopModule:new() npcHandler:addModule(shopModule) function creatureSayCallback(cid, type, msg) if getPlayerStorageValue(cid, 1038) == 1 then npcHandler:say("No have money.") else npcHandler:say("Sorry not possible.") return false end shopModule:addSellableItem({'might ring'}, 2164, 250, 'might ring') shopModule:addSellableItem({'energy ring'}, 2167, 100, 'energy ring') shopModule:addSellableItem({'life ring'}, 2168, 50, 'life ring') shopModule:addSellableItem({'time ring'}, 2169, 100, 'time ring') shopModule:addSellableItem({'dwarven ring'}, 2213, 100, 'dwarven ring') shopModule:addSellableItem({'ring of healing'}, 2214, 100, 'ring of healing') shopModule:addSellableItem({'strange talisman'}, 2161, 30, 'strange talisman') shopModule:addSellableItem({'silver amulet'}, 2170, 50, 'silver amulet') shopModule:addSellableItem({'protection amulet'}, 2200, 100, 'protection amulet') shopModule:addSellableItem({'dragon necklace'}, 2201, 100, 'dragon necklace') shopModule:addSellableItem({'snakebite rod'}, 2182, 100, 'snakebite rod') shopModule:addSellableItem({'moonlight rod'}, 2186, 200, 'moonlight rod') shopModule:addSellableItem({'volcanic rod'}, 2185, 1000, 'volcanic rod') shopModule:addSellableItem({'quagmire rod'}, 2181, 2000, 'quagmire rod') shopModule:addSellableItem({'tempest rod'}, 2183, 3000, 'tempest rod') shopModule:addSellableItem({'ankh'}, 2193, 100, 'ankh') shopModule:addSellableItem({'mysterious fetish'}, 2194, 50, 'mysterious fetish') shopModule:addBuyableItem({'might ring'}, 2164, 5000, 'might ring') shopModule:addBuyableItem({'energy ring'}, 2167, 2000, 'energy ring') shopModule:addBuyableItem({'life ring'}, 2168, 900, 'life ring') shopModule:addBuyableItem({'time ring'}, 2169, 2000, 'time ring') shopModule:addBuyableItem({'dwarven ring'}, 2213, 2000, 'dwarven ring') shopModule:addBuyableItem({'ring of healing'}, 2214, 2000, 'ring of healing') shopModule:addBuyableItem({'strange talisman'}, 2161, 100, 'strange talisman') shopModule:addBuyableItem({'silver amulet'}, 2170, 100, 'silver amulet') shopModule:addBuyableItem({'protection amulet'}, 2200, 700, 'protection amulet') shopModule:addBuyableItem({'dragon necklace'}, 2201, 1000, 'dragon necklace') end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new())
  22. sim, nenhum pegou, seu npc original funciona? se funciona posta ele pra eu ver como ta o script e ve se da pra modificar. alguém poderia me ajudar?
  23. ta faltando um end pra fechar o then, nao pega ta complicado esse npc.

Informação Importante

Confirmação de Termo