[DiscordArchive] Hi everyone, I am trying to add a custom spell to AzerothCore but **the client doesn't seem to know
[DiscordArchive] Hi everyone, I am trying to add a custom spell to AzerothCore but **the client doesn't seem to know
Archived author: hoodie • Posted: 2025-07-03T13:58:54.835000+00:00
Original source
Hi everyone, I am trying to add a custom spell to AzerothCore but **the client doesn't seem to know when it is on cooldown**. The spell is "Dalaran Hearthstone", tied to a new item of the same name. It works fine, but the client allows me to click again on the Dalaran Hearthstone when on cooldown and the player just keeps casting indefinitely. The icon doesn't show the cooldown timer overlay like the normal hearthstone do.
If I try this from the client after using the item: `.cast 966559` I got a message from the server *"Spell cast failed! SpellCastResult returned: SPELL_FAILED_NOT_READY (67)"* so the server knows about the CD but not the client. What could I be missing?