Solutions
-
allanzinh's post in (Resolvido)Erro na Spells was marked as the answerJah está postado a cima oque contem dentro da pasta
data/spells/scripts/ps/Leech Seed.lua
function onCastSpell(cid, var)
if isSummon(cid) then return true end
docastspell(cid, "Leech Seed")
---------------------------------------
o script dela que ta no Pokemon Moves :
elseif spell == "Leech Seed" then
local ret = {}
ret.id = target
ret.attacker = cid
ret.cd = 5
ret.check = getPlayerStorageValue(target, conds["Leech"])
ret.damage = isSummon(cid) and getMasterLevel(cid)+getPokemonBoost(cid) or getPokemonLevel(cid)
ret.cond = "Leech"
doSendDistanceShoot(getThingPosWithDebug(cid), getThingPosWithDebug(target), 1)
addEvent(doMoveDano2, 1000, cid, target, GRASSDAMAGE, 0, 0, ret, spell)
if useOTClient then
onPokeHealthChange(getCreatureMaster(cid))
end
return true
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
RESOLVIDO CONSEGUI AXAR O ERRO
-
allanzinh's post in (Resolvido)[PEDIDO] Catch system facil . was marked as the answerFacio Apenas Altere ali no 15 . Ali É o rate do cagth da ball quantos mais vc almentar mais facio vai ser o cagth .[2392] = {cr = 15, on = 200, off = 199, ball = {11829, 11746}, send = 49, typeee = "ultra"},
para ficar balanceado vc pode mexer no seo serv tbm o rate de cagth de cada um dos seus pokemons em data/lib/confgu la vc axa a rate de todos os seus pokemons
Se ajudei Rep +
-
allanzinh's post in (Resolvido)ERROR NO DISTRO SPAWN MONSTER was marked as the answerBom . Vc deve ter adicinado o mostro que tava no seo RME só que no seo servidor Não . Retire o mostro que vc adiciono e ve se para com o erro
-
allanzinh's post in (Resolvido)Ajuda, Como aumentar velocidade dos poke? was marked as the answerVa em data/lib/configuration e procura uma tag parecida com esa
["Bulbasaur"] = {offense = 0.7, defense = 6, specialattack = 5, vitality = 3.5, agility = 190, exp = 90, level = 20, wildLvl = 30, type = "grass", type2 = "poison"},
Aonde está Agility é a velocidade do pokemon no caso do pokemon Bulbasaur está 190 . Se ajudei Rep ++