Ola, gostaria de saber qual dos 2 scripts de passivo seria mais funcional. o da base "DxP" ou a da base "DxP pokemaster".
Base DxP
function isPokePassive(cid)
if not isCreature(cid) then return false end
if isWild(cid) and isInArray(passivepokemons, doCorrectString(getCreatureName(cid))) then
return true
end
return false
end
function doSetPokemonAgressiveToPlayer(cid, target)
if not isCreature(cid) or not isCreature(target) then return false end
setPokemonPassive(cid, false)
setPlayerStorageValue(cid, 505, getCreatureName(target))
if getCreatureTarget(cid) >= 1