Cooldowns for new holy priest spells Holy Word: Chastise/Serenity/Aspire/Sanctuary not recognized #50


  • New
  • Defect
Open
Assigned to ardentvark
  • Forge_User_04226718 created this issue Oct 13, 2010

    Submitted Via

    Curse Client 4.0.1.98, Microsoft Windows NT 6.1.7600.0

    Installed Version

    v0.6.18-2-gc429ce8

    Description

    The cooldowns for the following new holy priest spells are not recognized, no cooldown icon is shown: Holy Word: Serenity Holy Word: Aspire Holy Word: Sanctuary However, the cooldown for Holy Word: Castise is shown.

    Steps to Reproduce

    Cast any of the Holy Word spells, that are based on the new holy priest talent Revelations. No cooldown icon is shown on the bar.

    Installed Addons

    !BugGrabber - r154 Ace3 - Release-r971 Addon Control Panel - 3.3.8 AddonLoader - r111 ArkInventory - 3.02.55 AutoCombatLog - v1.2.3 AzCastBar - 10.10.12 BadBoy: Anti Spam Automatic Reporter - v6.100 BadBoy_Levels: Filter Whispers By Level - v2.61 BlizzBugsSuck - 4.0.1.1 Buffet - 3.2.0.30-Release Buffin - v0.3-beta2 BugSack - r229 Chatter - v1.2.9-1 ChocolateBar Broker Display - v2.0.4 Clique - v40000-1.0.5 Deadly Boss Mods - Deadly Boss Mods 4.53-r4529 Dominos - 1.19.3 EnsidiaFails - r232 epgp (dkp reloaded) - epgp-5.5.20 EPGPLootmaster - 0.5.1 ErrorToggle - ErrorToggle FastZoom - CATACLYSM beta Fatality - v1.1.4 Grid - r1361 GridSideIndicators - v4.0.1-1 Mapster - 1.3.10 Omen Threat Meter - v3.0.10 OmniCC - 3.1.4 oRA3 - r441 Outfitter - 5.0.1 pError - 30300.4-Release PitBull Unit Frames 4.0 - v4.0.0-beta12 Postal - v3.4.2 Power Auras Classic - 3.0.0W RaidBuffStatus - v3.274 SexyCooldown - v0.6.18-2-gc429ce8 SharedMedia - r178 SmartRes2 - Release 1.00 Speedy Actions - 1.7-release Tidy Plates - 5.13.5 Tidy Plates: Threat Plates - 4.0 TomTom - r240-release Volumizer - r57 Wanderlust - 0.92 YssDrop - v1.8.11

  • Forge_User_04226718 added the tags New Defect Oct 13, 2010
  • Forge_User_04226718 edited description Oct 13, 2010
  • _ForgeUser55659 posted a comment Oct 14, 2010

    EDIT: The problem seems to be, that those spells aren't directly in your spell book. :-/


    Edited Oct 14, 2010
  • _ForgeUser55659 posted a comment Oct 14, 2010

    Add:

    t["Holy Word: Serenity"] = 88684
    t["Holy Word: Aspire"] = 88682
    t["Holy Word: Sanctuary"] = 88685
    

    to the end of (line 19)
    local function cacheSpellsForBook(t, book)

    in
    Modules/Spells.lua

  • Forge_User_04226718 posted a comment Oct 14, 2010
    Thanks :) EDIT: That did not seem to fix it for me.

    Edited Oct 14, 2010
  • _ForgeUser5880974 posted a comment Oct 19, 2010

    You need to use the spell-ID for each holy word spell: 88684 = Serenity 88682 = Aspire 88685 = Sanctuary

    Add just the number for each one instead of the name. Hope that helps.

  • Forge_User_04226718 posted a comment Oct 31, 2010

    Naesios suggestion didn't do it either for me.


To post a comment, please login or register a new account.