GladiusEx

GladiusEx

4M Downloads

Speels are missing

S1lverone opened this issue · 5 comments

commented

hey guys.
Spells are missing, and I cannot seem to find a way to add theme. i have tried editing the .lua but the game just overrule the changes I make, and set it back to default.
we miss all the new spells like hand of divinity and monsk Sooth chi (disorient) we also miss searing glare, which Paladins are spamming all the time

commented

Spells are missing, and I cannot seem to find a way to add theme. i have tried editing the .lua but the game just overrule the changes I make, and set it back to default.

The changes need to be made in LibCooldownTracker

commented

thx mann.
in all or just those who do not contain "bcc" "wrath" "cata" etc..

so fx. at cooldowns_paladin.lua I will add at the bottom
-- Hand of Divinity
LCT_SpellData[414136] = {
class = "PALADIN",
specID = { SPEC_PALADIN_HOLY },
talent = true,
defensive = true,
duration = 8,
cooldown = 60

commented

so fx. at cooldowns_paladin.lua I will add at the bottom

It's missing the closing }, but otherwise that looks correct

commented

Yeah I see i forgot to write it here in the text.
When I test with all updates spells, and succeed making it work without Erros. would you like a copy of my edits, to save you some work in a perhaps future?

commented

Sure, that’d be appreciated.