*Smug mode enabled* So yeah, that % heal you were working on, well i look the liberty of fixing it for you :p I guess you were scripting blindfolded? HAHA nah only joking, but yeah i totally just fixed it!
Heres the script for
Faith Strike Damage + Heal (then % heal)
Code: Select all
function cast(Caster, Target, CurrentHP, MinVal, MaxVal, MinHeal, MaxHeal)
CurrentHP = GetMaxHP(Caster)
MinHeal = CurrentHP * (MinVal / 100)
MaxHeal = CurrentHP * (MaxVal / 100)
SpellHeal("Heal", MinHeal, MaxHeal, Caster)
end
As you can see the starting two spells are flat rates and on the 3rd spell it switches to the %, BUT ill need to check out the "if name" code and see if i can get that working, i dont know much about the "else" function (or any other function) but i guess playing with the code for a while im bound to make it work? LOL anyway iv added the % heal to my little (quite long and massive) scripting txt doc for the future.
Clarion is a taunt + taunt over time, had to script it myself, Seems like i got it working first time

I'm on a roll!
Faith Strike III is a % based heal. Don't know how to script the spell so its just a flat % of x value, so its acting weird, 0.9% is what it should heal for but it seems to be going from 60%-120%