o Slicer ja tiro essa duvida de outro usuario mais ta ae:
lib/pokemon moves.lua ache a parte do evasion e deixe assim..
local target = getMasterTarget(cid)
if math.random(1, 100) <= passivesChances["Evasion"][getCreatureName(target)] then
if isCreature(getMasterTarget(target)) then --alterado v1.6
doSendMagicEffect(getThingPosWithDebug(target), 211)
doSendAnimatedText(getThingPosWithDebug(target), "TOO BAD", 215)
doTeleportThing(target, getClosestFreeTile(target, getThingPosWithDebug(cid)), false)
doSendMagicEffect(getThingPosWithDebug(target), 211)
doFaceCreature(target, getThingPosWithDebug(cid))
return false
end
end
end







info
Grupo: Campones
Registrado: 13/12/08
Posts: 23
Reputação: +1
E ai pessoal, essa é minha vez aqui, então se fizer algo errado, me descurpa '-'
É o seguinte, estou com um leve problema, nego ta caçando em valley com scizor/ scyther, pois os fdm não estão tomando moves de pokemons wild, to no desespero, tive que tomar uma medida drastica até que solucione o problema, peço encarecidamente que alguém me ajude, desde já agradeço.