Originally Posted by
jackus
its not for damage but for 1 holy power
also make it so it will only use judgment when it dont got the buff? coz now it judges every 10 sec.. And after this patch we dont need that sinse it dont gife mana no more
Judgment working fine. PQR use it when u dont have buff. If u have buff it first check if all players are above 80%, if they are it just refreshing ur buff. But no idea why there is added line "if mymana < 15 then return true end". It means that if mana low will cast it every 10 sec. Imo last line is only useless.
Originally Posted by
Lofty
Holy paladin update.
Code:
CHANGELOG V1.1.1
1) FIXED will now cleanse withought you having to target the player
CHANGELOG V1.1
1) BUG FIXES
2) CHANGED Heroic will to be cast on 3 seconds left (Instead of one) to account for lag
3) CHANGED LoH to be cast at 12% (Up from 7%)
CHANGELOG V1.0
1) Added in Xelper's Ultraxion's Hour of Twilight / Fading light code
2) Added OHSHIT button (Lay on Hands)
3) Added the use of Healthstone
4) Changed some health percents for healing spells
5) Changed mana regen abilities for better mana usage
6) Added Light of Dawn (Does not check for range, so make sure you are correctly positioned)
7) Fixed Cleanse (I think)
8) Will be much better on mana usage now
DOWNLOAD:
http://dl.dropbox.com/u/11791741/10-...n%20v1.1.1.rar
Code:
TODO:
1) FIX sometimes not healing self
2) CHANGE judgement to only cast when the buff is about to run out (Rarther than when off CD)
1) Heroic Will not working for me, even with 3 sec before.
2) Judgement is fine, as said at beginning of this post.
3) Why LoD is cast only at 1 HP and why it has line "if mymana>10"?
4) If u want more mana from SoI just stand in melee range of any target, so each melee swing between casts will give u 937 mana.
5) Crusader Strike code: spellID set to "0". no idea how it works in raid. Only when players in raid have 80%+hp
Code:
if PQR_CustomTargetHP > 80 and IsSpellInRange("Crusader Strike", PQR_CustomTargettarget) ~= 0 then
CastSpellByID(35395,PQR_CustomTargettarget)
elseif PQR_CustomTargetHP > 80 and IsSpellInRange("Crusader Strike", "target") ~= 0 then
CastSpellByID(35395, "target")
end