Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
Może jeszcze necro/hero yala
Ostatnio zmieniony przez Criss26 : 02-05-2013, 10:10
Ostatnio zmieniony przez Mistyczny Frajer : 02-05-2013, 11:51
Ostatnio zmieniony przez lukaszz_90 : 03-05-2013, 10:25
"Nie narzekaj, że masz pod górę, gdy zmierzasz na szczyt..."
local Monsters = {"Grim Reaper", "Demon", "Destroyer"} -- list of monsters to cast spell
local MonsterCount = 3 -- how many monsters to cast spell
local Range = 3 -- range to monsters
local ManaPC = 10 -- how many % of mana poin you must have to cast spell
local PVP = false -- if your world is Open-PVP write here true. False for Optional-PVP
if PVP then
if maround(Range, unpack(Monsters)) >= MonsterCount
and mppc >= ManaPC
and paround(10, true) == 0
and lasttimeplayeronscreen >= 2000
and cancast('exevo mas san') then
cast('exevo mas san')
end
else
if maround(Range, unpack(Monsters)) >= MonsterCount
and mppc >= ManaPC
and cancast('exevo mas san') then
cast('exevo mas san')
end
end
"Nie narzekaj, że masz pod górę, gdy zmierzasz na szczyt..."
if (maround(1, false, "Wyrm", "Energy Elemental") >= 4) and (cancast("exori gran")) and (mp >= 330) then
if (WorldType == "NPVP") then
cast("exori gran")
wait(400,800)
elseif (WorldType == "PVP") then
if (paround(7, true) == 0) and (lasttimeplayeronscreen > 10000) then
cast("exori gran")
wait(400,800)
end
end
elseif (maround(1, false, "Wyrm", "Energy Elemental") >= 3) and (cancast("exori")) and (mp >= 115) then
if (WorldType == "NPVP") then
cast("exori")
wait(400,800)
elseif (WorldType == "PVP") then
if (paround(7, true) == 0) and (lasttimeplayeronscreen > 10000) then
cast("exori")
wait(400,800)
end
end
elseif (maround(1, false, "Wyrm", "Energy Elemental") >= 2) then
if (target.id ~= 0) and (target.dist == 1) and (cancast("exori ico")) then
cast("exori ico")
wait(200,400)
elseif (target.id ~= 0) and (target.dist <= 4) and (cancast("exori hur")) then
cast("exori hur")
wait(200,400)
end
end
Ostatnio zmieniony przez Arakon Arke : 04-05-2013, 11:50
Ostatnio zmieniony przez ciulo1995 : 04-05-2013, 11:57
Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)
Zakładki