Awesome, hope you enjoy it![]()
Did you download the updated version I uploaded yesterday and edit that or did you change the one you already had (from a couple days ago I suppose)? If you got the older version, please upload it and send me the link via PM, I will update it for you and add it to the main post as the Russian version.
Cheers!
@ Everyone who downloaded the update yesterday
Could you please try replacing the code (in Ability Editor) for Ring of Peace with this:
if RoP == nil then
return false
end
if Pause then
return false
end
if RoP
and PQR_SpellAvailable(116844) then
if UnitExists("target")
and IsSpellInRange("Ring of Peace", "target") == 1 then
CastSpellByID(116844, "target")
end
if not UnitExists("target") then
CastSpellByID(116844, "player")
end
end
so iam back ok i will test it and yes Dominium i have the old one i will upload it
https://www.dropbox.com/s/i4zq4br1hm...ker%20Monk.zip
Last edited by ginuwine12; 03-28-2013 at 02:15 PM.
still the same problem it cast only when i dont have any target
Maybe this....
if RoP == nil then
return false
end
if Pause then
return false
end
if RoP
and PQR_SpellAvailable(116844) then
if UnitExists("target") then
CastSpellByID(116844, "target")
end
if not UnitExists("target") then
CastSpellByID(116844, "player")
end
end
Seriously I don't see why this isn't working but meh