Ir para conteúdo

leozynho123

Membro
  • Registro em

  • Última visita

Tudo que leozynho123 postou

  1. velhos tempos kkk era massa esse ot!
  2. verdade! desculpa, esqueci! local config = { semana_mes = "semana", days = {1,3,6}, tempo = 300, p = {{x=601,y=40,z=7}, {x=601,y=41,z=7}, {x=601,y=42,z=7}, {x=601,y=43,z=7}, {x=601,y=44,z=7}, {x=685,y=40,z=7}, {x=685,y=41,z=7}, {x=685,y=42,z=7}, {x=685,y=43,z=7}, {x=685,y=44,z=7} }, idpedra=1304, p2 = {{x=613,y=40,z=7}, {x=613,y=41,z=7}, {x=613,y=42,z=7}, {x=613,y=43,z=7}, {x=613,y=44,z=7}, {x=625,y=40,z=7}, {x=625,y=41,z=7}, {x=625,y=42,z=7}, {x=625,y=43,z=7}, {x=625,y=44,z=7}, {x=638,y=43,z=7}, {x=640,y=42,z=7}, {x=648,y=40,z=7}, {x=646,y=42,z=7} }, idpedra2=1353, p3 = {{x=661,y=40,z=7}, {x=661,y=41,z=7}, {x=661,y=42,z=7}, {x=661,y=43,z=7}, {x=661,y=44,z=7}, {x=673,y=40,z=7}, {x=673,y=41,z=7}, {x=673,y=42,z=7}, {x=673,y=43,z=7}, {x=673,y=44,z=7} }, idpedra3=1354, m={{"Gerador Azul I",{x=607,y=42,z=7}}, {"Gerador Vermelho I",{x=679,y=42,z=7}} }, nkpos = {{x=1,y=1,z=7}, {x=1,y=1,z=7}, {x=1,y=1,z=7}, {x=1,y=1,z=7}, {x=1,y=1,z=7}, {x=1,y=1,z=7} }} --em segundos function onTime() local time = os.date("*t") if (config.semana_mes == "semana" and isInArray(config.days,time.wday)) or (config.semana_mes == "mes" and isInArray(config.daystime.day)) or config.semana_mes == "" then for _,k in pairs(config.nkpos) do if isMonster(getTopCreature(k).uid) then doRemoveCreature(getTopCreature(k).uid) end end for _,k in pairs(config.p) do doRemoveItem(getTileItemById(k,config.idpedra).uid,1) end for _,k in pairs(config.p2) do doRemoveItem(getTileItemById(k,config.idpedra2).uid,1) end for _,k in pairs(config.p3) do doRemoveItem(getTileItemById(k,config.idpedra3).uid,1) end for _,k in pairs(config.p) do doCreateItem(config.idpedra,k) end for _,k in pairs(config.p2) do doCreateItem(config.idpedra2,k) end for _,k in pairs(config.p3) do doCreateItem(config.idpedra3,k) end for _,o in pairs(config.m) do doSummonCreature(o[1],o[2]) end local mensage1 = "[Evento Dota] Liberada Sala dos Times! Quem quiser Participar, vá para a sala de times até o Evento começar. Depois que começar, só na outra rodada!" -- Mensagem Inicial gatepos = {x=677, y=14, z=7, stackpos=1} -- Posição da Pedra getgate = getThingfromPos(gatepos) if getgate.itemid == 1304 then broadcastMessage(mensage1, MESSAGE_EVENT_ADVANCE) doRemoveItem(getgate.uid,1) end addEvent(startDota,config.tempo*1000,nil) end return true end function startDota() local mensage1 = "[Evento Dota] Evento Iniciado! Destruam as Torres! quem destruir as 3 Torres primeiro, Ganha!" -- Mensagem Inicial local monster1 = "Gerador Azul I" -- Geradores Iniciais local monster2 = "Gerador Vermelho I" -- Geradores Iniciais gatepos = {x=685, y=42, z=7, stackpos=1} -- Posição da Pedras 1 getgate = getThingfromPos(gatepos) gatepos11 = {x=685, y=41, z=7, stackpos=1} -- Posição da Pedras 11 getgate11 = getThingfromPos(gatepos11) gatepos12 = {x=685, y=40, z=7, stackpos=1} -- Posição da Pedras 12 getgate12 = getThingfromPos(gatepos12) gatepos13 = {x=685, y=44, z=7, stackpos=1} -- Posição da Pedras 13 getgate13 = getThingfromPos(gatepos13) gatepos14 = {x=685, y=43, z=7, stackpos=1} -- Posição da Pedras 14 getgate14 = getThingfromPos(gatepos14) gatepos2 = {x=601, y=42, z=7, stackpos=1} -- Posição da Pedra 2 getgate2 = getThingfromPos(gatepos2) gatepos21 = {x=601, y=41, z=7, stackpos=1} -- Posição da Pedra 21 getgate21 = getThingfromPos(gatepos21) gatepos22 = {x=601, y=40, z=7, stackpos=1} -- Posição da Pedra 22 getgate22 = getThingfromPos(gatepos22) gatepos23 = {x=601, y=43, z=7, stackpos=1} -- Posição da Pedra 23 getgate23 = getThingfromPos(gatepos23) gatepos24 = {x=601, y=44, z=7, stackpos=1} -- Posição da Pedra 24 getgate24 = getThingfromPos(gatepos24) if getgate.itemid == 1304 and getgate2.itemid == 1304 then broadcastMessage(mensage1, MESSAGE_EVENT_ADVANCE) doRemoveItem(getgate.uid,1) doRemoveItem(getgate11.uid,1) doRemoveItem(getgate12.uid,1) doRemoveItem(getgate13.uid,1) doRemoveItem(getgate14.uid,1) doRemoveItem(getgate2.uid,1) doRemoveItem(getgate21.uid,1) doRemoveItem(getgate22.uid,1) doRemoveItem(getgate23.uid,1) doRemoveItem(getgate24.uid,1) doCreateItem(1304, {x=677, y=14, z=7}) end end
  3. boa tarde, estou com esse erro ao iniciar o evento, alguém pode ajudar ? o evento funciona normal [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found [Error - GlobalEvent Interface] data/globalevents/scripts/dota.lua:onTime Description: (luaDoRemoveItem) Item not found > Broadcasted message: "[Evento Dota] Liberada Sala dos Times! Quem quiser Participar, v� para a sala de times at� o Evento come�ar. Depois que come�ar, s� na outra rodada!". > Broadcasted message: "[Evento Dota] Evento Iniciado! Destruam as Torres! quem destruir as 3 Torres primeiro, Ganha!".
  4. hehe, por nada.. eu cheguei usar essa 0.3.1 ou 0.3.2 pra versão 8.40, pra um projeto global mais não deu muito certo pois essa source não atende aos scripts mais modernos, e enfim, não é estável pra um otserver de hoje em dia, mais se te ajudou que bom haha
  5. leozynho123 postou uma resposta no tópico em Suporte Tibia OTServer
    provavelmente está usando tfs 0.4, correto ?
  6. provavelmente está esgotando toda sua memoria ram ao carregar o mapa, verifica pelo comando "htop" se estiver usando linux, se estiver usando windows pelo gerenciador de tarefas.
  7. http://www.mediafire.com/download/zed5swq35wdjh17/Tags.rar divirta-se (não peça scan pois esse .rar tem diversas old sources inclusive sua 0.3.1 e tem mais de 90mb) edit: se alguém quiser fazer o scan rs :*
  8. bacana, poderia também investir em eloth server, servidor cheio e não a bots ainda.
  9. leozynho123 postou uma resposta no tópico em Websites
    db plz
  10. Nome: OTXServer 3.1 Versão: 8.60 Créditos: OTXServer Team, TFS Team Galera apenas repassando a ultima versão do otx server pra 8.60 https://github.com/mattyx14/otxserver/releases/tag/otxv3_1 mais informações estão no próprio github, ela é baseada na tfs 1.2 abraços !
  11. leozynho123 postou uma resposta no tópico em Suporte Bots
    talvez... Blackd Tools
  12. sadas queria saber como por level minimo pra abrir topico no gesior. vlwww
  13. mano para de reviver topicos antigos, esse gesior já está muito ultrapassado !! utilize o gesior 2012 : http://www.tibiaking.com/forum/topic/44980-gesioracc-2012-modificado-o-melhor/
  14. é, eu também fico pensando nisso, eu estava com um projeto de um global map 8.10 , mais parei na metade por falta de tempo.
  15. va no forum popular de fora (que vc ja sabe o nome) e baixe, tem uns 3 topicos com ela
  16. está com o cast mesmo, precisa adicionar a tag "cast" no config.lua, criar as tabelas no banco de dados, criar uma conta com account name "10"
  17. obrigado rs
  18. cara, ninguém ira fazer isso pra você de graça... desculpe te dizer isso, isso leva muito trabalho.
  19. funciona sim, até hoje a checagem de otbm é a mesma.

Informação Importante

Confirmação de Termo