MA
poketibia

Como Faser Spell Para Poketibia

By Magicsurf, 13 de jan. de 2012 in Archived

spell poketibia
tibia
otserv
2
819
MagicsurfM
13 de janeiro de 2012 às 13:05

Queria saber como faser uma spell para poketibia pokemon dash advanced do brun123 porfavor respondam rep++ todo dia vlws abraços!

notleN
17 de janeiro de 2012 às 06:56

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....

Edited Janeiro 17 by otal2012