Como Muda os Levels do Selvagems Ae Galera?
acredito q seja aki... lib/level system.lua parece q ele usa a outfit do poke pra determina a variaçao do lvl...
if optionalLevel and tonumber(optionalLevel) >= 1 then
if optionalLevel <= 100 then
levelRange = optionalLevel
else
levelRange = 100
end
elseif getCreatureOutfit(cid).lookHead and getCreatureOutfit(cid).lookBody and getCreatureOutfit(cid).lookHead <= getCreatureOutfit(cid).lookBody then
levelRange = math.random(getCreatureOutfit(cid).lookHead, getCreatureOutfit(cid).lookBody)
else
levelRange = math.random(20, 30)
end










info
Grupo: Artesão
Registrado: 02/07/11
Posts: 129
Reputação: +6
to tentanto mudar aqui mais nao ta dando certo os pokemons selvagens ainda continuam nivel baixo e eu notei que tipo o ataque de area do electabuzz se no respaw 5 atacar ao mesmo tempo laga todo o servidor o ideal seria diminuir o alcance desse ataque de area dele alguem sabe como ?