local bixo = {'Crystal Spider'}
for i=1,#bixo do
if target.name == bixo[i] and maround(6, unpack(bixo)) >= MasVis and target.dist <= 3 and target.isshootable and cancast('exevo gran mas vis') then
cast('exevo gran mas vis')
end
end
for i=1,#bixo do
if target.name == bixo[i] and maround(5, unpack(bixo)) >= GranVis and target.dist <= 3 and target.isshootable and cancast('exori vis') then
cast('exori gran vis')
end
end
for i=1,#bixo do
if target.name == bixo[i] and maround(7, unpack(bixo)) < GranVis and target.dist <= 3 and cancast('exori vis') then
cast('exori vis')
end
end