Olan trein 0 Posted August 14, 2020 Share Posted August 14, 2020 Basicamente essa spell seria de target, e faria o pokemon adversario voltar a Pokebola. Ela daria dano também. Link to comment Share on other sites More sharing options...
0 GamerGoiano 178 Posted August 14, 2020 Share Posted August 14, 2020 (edited) 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 August 14, 2020 by brazvct Link to comment Share on other sites More sharing options...
0 nociam 90 Posted August 14, 2020 Share Posted August 14, 2020 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 More sharing options...
Question
Olan trein 0
Basicamente essa spell seria de target, e faria o pokemon adversario voltar a Pokebola. Ela daria dano também.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts