Ir para conteúdo

Como Faser Spell Para Poketibia


Magicsurf

Posts Recomendados

vc sabe fazer magia se sim

vai em data\lib\pokemon moves.lua

adiciona a magia

exemplo Bubble Blast

 

elseif spell == "Bubble Blast" then
local pos = getThingPositionWithDebug(cid)
local function doSendBubble(cid, pos)
 if not isCreature(cid) then return true end
 doSendDistanceShoot(getThingPositionWithDebug(cid), pos, 2)
 doSendMagicEffect(pos, 53)
 doAreaCombatHealth(cid, WATERDAMAGE, pos, 0, -min, -max, 1)
end
for b = 1, 3 do
 for a = 1, 20 do
  local lugar = {x = pos.x + math.random(-4, 4), y = pos.y + math.random(-3, 3), z = pos.z}
  addEvent(doSendBubble, a * 75, cid, lugar)
 end
end

 

procure por "local spells" adiciona sua magia na lista que muitas la

 

depois vai em data\lib\configuration.lua

procure por uma linha assim

 

["Bulbasaur"] = {move1 = {name = "Quick Attack", level = 5, cd = 7, dist = 2, target = 1},

 

ali onde ta Quick Attack

vc coloca nome da magia que vc criou

se não saber fazer magia tenta pega de outros ot ou tenta aprende scripts

eu sei bem pouco to ate querendo saber mais hehehe fui....

Editado por otal2012
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...