Sup guys !

this persistent are casting exori gran and exori, with player on screen...
someone can fix it for me? Thanks !

--Dont edit here--[ Creditos www.Lucksstore.com]
auto(100)listas("dontlist")
-- Monsters setup
local creaturesToHit= {'Dark Torturer', 'Juggernaut','Hellhound','Plaguesmith','Demon Outcast','Energy Elemental'}
--Monsters for use exori
local exori = tonumber(getuseroption("exori"))
--Monsters for use exori gran
local exorigran = tonumber(getuseroption("exorigran"))

--- exori
if PvPuse ~= getuseroption('PvP World')
then

if ((paround(12, true) == 0) and (maround(1, unpack(creaturesToHit)) >= tonumber(exorigran))) and ($mp >= 115)
then
if cancastspell("exori gran") then
cast("exori gran")
end
elseif PvPuse ~= getuseroption('PvP World')
then

if ((maround(1, unpack(creaturesToHit)) >= tonumber(exorigran))) and ($mp >= 115)
then
if cancastspell("exori gran") then
cast("exori gran")
end
end
end
end
--- exori
if PvPuse ~= getuseroption('PvP World')
then

if ((paround(12, true) == 0) and (maround(1, unpack(creaturesToHit)) >= tonumber(exori))) and ($mp >= 115)
then
if cancastspell("exori") then
cast("exori")
end
elseif PvPuse ~= getuseroption('PvP World')
then

if ((maround(1, unpack(creaturesToHit)) >= tonumber(exori))) and ($mp >= 115)
then
if cancastspell("exori") then
cast("exori")
end
end
end
end