Patinho D Nike 0 Postado Julho 8, 2019 Share Postado Julho 8, 2019 O atack healera dos pokemons de cura nao estao curando a vida do player Link para o comentário Compartilhar em outros sites More sharing options...
0 Reaxel 0 Postado Julho 11, 2019 Share Postado Julho 11, 2019 Em 08/07/2019 em 08:59, Patinho D Nike disse: O atack healera dos pokemons de cura nao estao curando a vida do player Testa: Spoiler elseif spell == "Healarea" then local min = (getCreatureMaxHealth(cid) * 50) / 100 local max = (getCreatureMaxHealth(cid) * 60) / 100 local function doHealArea(cid, min, max) local amount = math.random(min, max) if (getCreatureHealth(cid) + amount) >= getCreatureMaxHealth(cid) then amount = -(getCreatureHealth(cid)-getCreatureMaxHealth(cid)) end if getCreatureHealth(cid) ~= getCreatureMaxHealth(cid) then doCreatureAddHealth(cid, amount) doSendAnimatedText(getThingPosWithDebug(cid), "+"..amount.."", 65) end end local pos = getPosfromArea(cid, heal) local n = 0 doHealArea(cid, min, max) while n < #pos do n = n+1 thing = {x=pos[n].x,y=pos[n].y,z=pos[n].z,stackpos=253} local pid = getThingFromPosWithProtect(thing) doSendMagicEffect(pos[n], 12) if isCreature(pid) then if isSummon(cid) and (isSummon(pid) or isPlayer(pid)) then doHealArea(pid, min, max) elseif ehMonstro(cid) and ehMonstro(pid) then doHealArea(pid, min, max) end end end Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Patinho D Nike 0
O atack healera dos pokemons de cura nao estao curando a vida do player
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados