Jump to content
  • 0

Spell Dragon Tail (Pedido)


Olan trein

Question

2 answers to this question

Recommended Posts

  • 0
1 hora atrás, Olan trein disse:

Basicamente essa spell seria de target, e faria o pokemon adversario voltar a Pokebola. Ela daria dano também.

Achei 2 na net,

Pra tFS 0.3.x, só pesquisar por SPELL UNSUMMON de Tibia que voce acha vários

function onCastSpell(cid, var)

if isMonster(variantToNumber(var)) then
	if isSummon(variantToNumber(var)) and getCreatureMaster(variantToNumber(var)) == cid then
		doRemoveCreature(variantToNumber(var))
	else
		doPlayerSendCancel(cid, "This spell only to use in your summons.")
		return true
	end
return true
else
	doPlayerSendCancel(cid, "You only can use this rune on monsters.")
end
return true
end

 

Edited by brazvct
Link to comment
Share on other sites

  • 0

mais ai acho que mata o Pokémon  poderia ser o o metodo de retorno da Pokémon sei lá como ele usa no serve dele mais poderia ser target:getMaster:returnGoback() enfim.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...