Antiemoxml 13 Postado Julho 17, 2010 Share Postado Julho 17, 2010 (editado) Precisa de uma spell tipo "exori vis, mort, flam, etc... mas q empurra o player alvo "monstro" se tiver como me ajuda eu agradeço Meu msn: Morus.darf@hotmail.com versão 8.40 Spell q taca uns 4 sqms longe Editado Julho 17, 2010 por Antiemoxml Link para o comentário Compartilhar em outros sites More sharing options...
Vodkart 1515 Postado Julho 17, 2010 Share Postado Julho 17, 2010 nem é minha mais ta ai: obs: precisar usar com target function getRepelTiles(cid) local tile = { {1, 4} } table.sort(tile, function(a, b) return a[1] > b[1] end) for _, t in ipairs(tile) do if(getPlayerLevel(cid) >= t[1]) then return t[2] end end return tile[1][2] end function getNextPos(cid, tiles) p = getCreaturePosition(cid) x,y,z = p.x,p.y,p.z local places = { [0] = {x=x, y=(y-tiles), z=z, stackpos = 253}, [1] = {x=(x+tiles), y=y, z=z, stackpos = 253}, [2] = {x=x, y=(y+tiles), z=z, stackpos = 253}, [3] = {x=(x-tiles), y=y, z=z, stackpos = 253}} return places[getPlayerLookDir(cid)] end function doRepel(cid, target, tiles) if queryTileAddThing(cid, getNextPos(cid, 2)) == RETURNVALUE_NOERROR then doCreatureSetLookDirection(target, getCreatureLookDirection(cid)) repeat doTeleportThing(target, getNextPos(target, 1), true) doSendMagicEffect(getCreaturePosition(target), CONST_ME_GROUNDSHAKER) tiles = tiles-1 until tiles == 0 or queryTileAddThing(target, getNextPos(target, 1)) ~= RETURNVALUE_NOERROR end end function onCastSpell(cid, var) targ = getThingfromPos(getNextPos(cid, 1)) if (isPlayer(targ.uid)) or (isMonster(targ.uid)) then if queryTileAddThing(cid, getNextPos(cid, 2)) == RETURNVALUE_NOERROR then if (isPlayer(targ.uid)) or (isMonster(targ.uid)) and getTilePzInfo(getCreaturePosition(cid)) == FALSE then doRepel(cid, targ.uid, getRepelTiles(cid)) doCreatureAddHealth(targ.uid, -getPlayerLevel(cid)) doCreatureAddMana(cid, -10) end else doPlayerSendCancel(cid, "Something is in the way to repel the target.") end else doPlayerSendCancel(cid, "There is no target to repel.") end end Link para o comentário Compartilhar em outros sites More sharing options...
Antiemoxml 13 Postado Julho 19, 2010 Autor Share Postado Julho 19, 2010 (editado) Nao tem como fazer elaco distance ? Editado Julho 21, 2010 por Antiemoxml Link para o comentário Compartilhar em outros sites More sharing options...
mysticChem 1 Postado Junho 6, 2011 Share Postado Junho 6, 2011 Joguem meu serve!!! Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados