Ir para conteúdo

dragonfight

Membro
  • Registro em

  • Última visita

  1. dragonfight postou uma resposta no tópico em Classificados
    Procuro spriter que faça ou já tenha sprites prontas de dragon ball, sprites mais novas como dos filmes por exemplo também
  2. dragonfight postou uma resposta no tópico em Classificados
    Procuro spriter que faça ou já tenha sprites prontas de dragon ball, sprites mais novas como dos filmes por exemplo também
  3. dragonfight reagiu a uma resposta no tópico: Bau diário
  4. Esse Py deve ser somente o autorestarter. É possível sim, como o amigo de cima disse. Basta compilar as sources pra plataforma que for usar.
  5. ele freeza só o jogador? ou o server?
  6. dragonfight alterou sua foto pessoal
  7. Naze reagiu a uma resposta no tópico: NPC Verificar Storage Apartir do "Hi"
  8. Remove alguma mensagem que estiver no xml. No arquivo lua fica algo assim: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg:lower()) end function onThink() npcHandler:onThink() end local talkState = {} function onCreatureSay(cid, type, msg) npcHandler:setMessage(MESSAGE_FAREWELL, "Byee..") if (getPlayerStorageValue(cid,12345) == 3) then npcHandler:setMessage(MESSAGE_GREET, "Sua storage eh 3.") elseif (getPlayerStorageValue(cid,12345) == 4) then npcHandler:setMessage(MESSAGE_GREET, "Sua storage eh 4.") elseif (getPlayerStorageValue(cid,12345) < 4) then npcHandler:setMessage(MESSAGE_GREET, "Sua storage eh menor que 4.") end npcHandler:onCreatureSay(cid, type, msg) end function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return FALSE end end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new())
  9. Abra o seu items.otb e verifique a velocidade do tile. Verifique no dat editor se o seu .dat está no mesmo valor. Deixei algo entre 100 e 80
  10. dragonfight postou uma resposta no tópico em Recursos Avançados
    O bot não responde.. vc pode conferir?
  11. dragonfight postou uma resposta no tópico em Recursos Avançados
    Realmente muito legal
  12. dragonfight reagiu a uma resposta no tópico: OT Server "Analytics"
  13. tirso reagiu a uma resposta no tópico: (Resolvido)Podem me ajudar nesse script?
  14. function onUse(cid, item) if (getCreatureSkullType(cid) == SKULL_RED or getCreatureSkullType(cid) == SKULL_BLACK) and (getTilePzInfo(getCreaturePosition(cid)) == TRUE) then doRemoveItem(item.uid, 1) return doCreatureSetSkullType(cid, SKULL_NONE) and true end return doPlayerSendCancel(cid, "Você não pode usar este item") and true end
  15. Tenta 755. Voce fez alguma modificação no arquivo? se voce usa apache, vai na pasta var/log/apache2/error e confere o erro que aparece
  16. erro 500 é acesso não autorizado. verifique as permissões, chmod
  17. Você excluiu algum arquivo? Atualizou a versão do php? Infelizmente o modern aac está ficando defasado em relação ao php. Versões mais atuais do php têm incompatibilidades com algumas funções que devem ser alteradas.
  18. No globalevents.xml: <globalevent name="itemdel" interval="3600000" script="itemdel.lua" /> Cria um arquivo chamado itemdel.lua e substitui os números pela localização e id do item: function onThink(interval) pos ={x=111,y=111,z=111} itemdel = getThingfromPos(pos) if itemdel.itemid == 1111 then doRemoveItem(itemdel.itemid,1) end return true end Não testei, testa e me fla
  19. dragonfight reagiu a uma resposta no tópico: Fist Fighting/Attackspeed
  20. dragonfight reagiu a uma resposta no tópico: [ANTI-CLONE] 100% NOVO [O MELHOR]
  21. vai em spells.xml era prem="0" fikou prem="1" antes <instant name="nome da spell" words="nome da spell" needtarget="1" direction="1" lvl="250" maglv="70" mana="10000" soul="0" exhaustion="1500" prem="0" enabled="1" event="script" value="nome da spell.lua"> depois <instant name="nome da spell" words="nome da spell" needtarget="1" direction="1" lvl="250" maglv="70" mana="10000" soul="0" exhaustion="1500" prem="1" enabled="1" event="script" value="nome da spell.lua">

Informação Importante

Confirmação de Termo