Ir para conteúdo

icaro201094

Campones
  • Total de itens

    14
  • Registro em

  • Última visita

Tudo que icaro201094 postou

  1. @zmioliveira @alanzoka @YouTube Ou terça pq pode sair frosty nights na segunda =/

  2. Trying out @theTunnelBear so I can browse privately from my ISP https://t.co/YHRTGZKPDa https://t.co/2qGHOIJ04g

  3. Download a Bear! https://t.co/2KfeQEhh5y Browse like you're in another country! @theTunnelBear https://t.co/i1hdsmnoRX

  4. Como resolver o Erro 403 no Conectividade Social ICP? A Genti te ensina! https://t.co/avGlSy8vTx

  5. Come and play https://t.co/pYwbHaCInB #slitherio

  6. [TUTORIAL] XPStyleBox2.ocx Você esta com esse erro? Resolva agora! https://t.co/rewsjMmah1

  7. RT @UShockGaming: Special 80,000 Steam Game giveaway! Claim your copy now! https://t.co/u0lFxHCZb8@steam_games #giveaway https://t.co/dn…
  8. Abra ele pelo notepad++ e pesquise por 127.0.0.1. Irá ter uns 10 em sequência, esse ai é o que edita. edit~ Acabei de testar aqui e com 127.0.0.1 e foi normal.
  9. Ue, mas ja está 127.0.0.1
  10. Amigo, ja tentou desativar o antivirus e executar como administrador?
  11. Também estou com o mesmo problema, só que o meu se clicar no lugar que ficaria a spell solta normal, só não reconhece a imagem e o cooldown..
  12. Normalmente isso ai é uso de bot, e sim, irá banir automaticamente todos que mandarem Unknown Bytes.
  13. Vai no config.lua e ative a opção autoBanishUnknownBytes = true
  14. Se não me engano no config.lua tem a opção autoBanishUnknownBytes, só por true.
  15. Estou com um problema e não consegui arrumar.. se alguem puder ajudar agradeço. A spell poison gas que tinha era assim: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 22) setCombatParam(combat, COMBAT_PARAM_HITCOLOR, 154) setCombatParam(combat, COMBAT_PARAM_ELEMENT, 8) local area = createCombatArea(AREA_CIRCLE2X2) setCombatArea(combat, area) function onCastSpell(cid, var) doSaySpell(cid, "Poison Gas") return doCombat(cid, combat, var) end Modifiquei ela para essa pois só dava 1 hit, em vez de dar vários.. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 22) setCombatParam(combat, COMBAT_PARAM_HITCOLOR, 154) setCombatParam(combat, COMBAT_PARAM_ELEMENT, 8) local area = createCombatArea(AREA_CIRCLE2X2) setCombatArea(combat, area) function onCastSpell(cid, var) if getPlayerStorageValue(cid, 8) >= 1 then return true end doCreatureSay(cid, "Poison Gas", TALKTYPE_MONSTER) if getPlayerStorageValue(cid, 3) >= 1 then doSendAnimatedText(getThingPos(cid), "MISS", 215) setPlayerStorageValue(cid, 3, -1) return true end if getPlayerStorageValue(cid, 5) >= 1 then if math.random(1,100) <= 33 then doSendAnimatedText(getThingPos(cid), "SELF HIT", 180) if isPlayer(getCreatureTarget(cid)) then huah = getPlayerLevel(getCreatureTarget(cid)) else huah = getPlayerLevel(getCreatureMaster(getCreatureTarget(cid))) end local levels = huah doTargetCombatHealth(getCreatureTarget(cid), cid, COMBAT_PHYSICALDAMAGE, -(math.random((levels*3),(levels*5))), -((math.random((levels*3),(levels*5))+10)), 3) return true end end local function gas(params) if isCreature(params.cid) then doAreaCombatHealth(cid, COMBAT_POISONDAMAGE, getThingPos(cid), area, -(params.x), -(params.y), 22) end end if getCreatureName(cid) == "Articuno" then min = 5 elseif getCreatureName(cid) == "Vileplume" then min = 85 elseif getCreatureName(cid) == "Gloom" then min = 25 elseif getCreatureName(cid) == "Koffing" then min = 10 elseif getCreatureName(cid) == "Weezing" then min = 55 end local x = min local y = x + 10 addEvent(gas, 000, {cid = cid, x = x, y = y}) addEvent(gas, 500, {cid = cid, x = x, y = y}) addEvent(gas, 1000, {cid = cid, x = x, y = y}) addEvent(gas, 1500, {cid = cid, x = x, y = y}) addEvent(gas, 2200, {cid = cid, x = x, y = y}) addEvent(gas, 2700, {cid = cid, x = x, y = y}) addEvent(gas, 3200, {cid = cid, x = x, y = y}) addEvent(gas, 3900, {cid = cid, x = x, y = y}) addEvent(gas, 4400, {cid = cid, x = x, y = y}) addEvent(gas, 4900, {cid = cid, x = x, y = y}) end Funcionou soltando todas, porem ficou sem cd, se eu soltar a spell novamente ela sai em vez de contar o cd. E a spell está configurada com cd no pokemon.
  16. Creio que seja isso mesmo, irei dar uma olhada, obg.
  17. Pois é .. n tenho as sources. Parada complicada mas vou tentar aqui..
  18. Então.. A versão .spr/dat é 8.54, o oldclient tibia q uso é 4.45, pq no servidor está configurado para aceitar só essa versão.
  19. Porque o servidor está utilizando a versão 4.45, se eu tentar em outra versão da "invalid client version".
  20. Gostaria de saber como posso fazer um otclient abrir em um server pokemon com protocolo 4.45, pois ja tentei mudar em entergame e renomear a pasta em things mas não vai...
  21. Baixe um Urso! https://t.co/2KfeQEhh5y Navegue na internet como se estivesse em outro país! @thetunnelbear
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...