Default UI on EC lists incorrect casting times for Necromancy
The bug i experience is, on default ui on EC, necromancy spellbook lists the following casting speeds:
Animate dead 1.5s
Blood oath 1.5s
Corpse Skin 2s
Curse Weapon 1s
Evil omen 1s
Horrific Beast 4s
Lich Form 4s
Mind Rot 1.5s
Pain Spike 1s
Poison strike 2s
Strangle 2.5s
Summon Familiar 4s
Vampiric Embrace 4s
Vengeful Spirit 4s
Wither 1.5s
Wraith Form 4s
Exorcism 2s
The expected result is to list the spell casting times as the following (relative to the listed magery/mysticism casting speeds)
Animate dead 1.25s
Blood oath 1.25s
Corpse Skin 1.25s
Curse Weapon 0.5s
Evil omen 0.5s
Horrific Beast 1.75s
Lich Form 1.75s
Mind Rot 1.25s
Pain Spike 0.75s
Poison strike 1.5s
Strangle 1.75s
Summon Familiar 1.75s
Vampiric Embrace 1.75s
Vengeful Spirit 1.75s
Wither 1.s
Wraith Form 1.75s
Exorcism 1.75s
You're welcome.
Animate dead 1.5s
Blood oath 1.5s
Corpse Skin 2s
Curse Weapon 1s
Evil omen 1s
Horrific Beast 4s
Lich Form 4s
Mind Rot 1.5s
Pain Spike 1s
Poison strike 2s
Strangle 2.5s
Summon Familiar 4s
Vampiric Embrace 4s
Vengeful Spirit 4s
Wither 1.5s
Wraith Form 4s
Exorcism 2s
The expected result is to list the spell casting times as the following (relative to the listed magery/mysticism casting speeds)
Animate dead 1.25s
Blood oath 1.25s
Corpse Skin 1.25s
Curse Weapon 0.5s
Evil omen 0.5s
Horrific Beast 1.75s
Lich Form 1.75s
Mind Rot 1.25s
Pain Spike 0.75s
Poison strike 1.5s
Strangle 1.75s
Summon Familiar 1.75s
Vampiric Embrace 1.75s
Vengeful Spirit 1.75s
Wither 1.s
Wraith Form 1.75s
Exorcism 1.75s
You're welcome.
I tell you the truth, tis better to do 10 damage on the right target than 100 damage on the wrong target.
Breaking in the young since 2002
Comments
ESRB warning: Some Blood. LOTS of Alcohol. Some Violence. LOTS of Bugs
ESRB warning: Some Blood. LOTS of Alcohol. Some Violence. LOTS of Bugs
ESRB warning: Some Blood. LOTS of Alcohol. Some Violence. LOTS of Bugs
ESRB warning: Some Blood. LOTS of Alcohol. Some Violence. LOTS of Bugs
I have not checked each spell in the Necromancy school, but Mervyn appears correct, there is a discrepancy between the spell casting times displayed by the UI and the actual spell casting times. I have not been able to reduce casting times as much as Mervyn in the original post, but I can reduce them by almost half.
Example - Lich Form:
With 0 FC, the .lua defines the displayed casting speed of Lich Form as 4 seconds. This is then passed to the in game UI (spellbook) - which is probably where Mariah got the values for the wiki, which would then also be incorrect.
FC is capped at 2 for Necromancy and therefore should yield a max 0.5s reduction. So, Lich Form should never be able to be cast faster than 3.5s, at least according to the UI.
However, with FC 2 and FCR 6 (to eliminate recovery time) you can cast Lich Form every 2 seconds.
This can be demonstrated with the Macro:
Lich Form
Delay 2.0
Lich Form
Lich Form will be successfully cast both times.
If the Delay is set to 1.75, the second Lich Form will not cast (at least for me).
This indicates to me that the base casting time (0 FC) for Lich Form is actually 2.5 seconds, not 4.0 seconds as displayed by the UI.
As I said, I cannot get the casting times as low as the OP, even with FC 2 and FCR 6 (to eliminate recovery times).
In summary, there does appear to be a display issue, by my results for base times are significantly different than the OP's.
The first code block you posted does appear to be the base speeds. I'd be careful altering them unless you determine the base speeds yourself. I cannot reproduce what Mervyn posted.
The second code block you posted is from the Minimum Skill requirements, it won't (shouldn't) effect the casting speed display.
Yup, I used the second block to match the spell ID with the first.
ESRB warning: Some Blood. LOTS of Alcohol. Some Violence. LOTS of Bugs
I cannot guarantee 100% accuracy of the timings in the OP, however they are significantly more accurate than what is currently displayed."
ESRB warning: Some Blood. LOTS of Alcohol. Some Violence. LOTS of Bugs