wow-api-spells-abilities

Reference World of Warcraft Retail APIs for spells, abilities, and action bars.

1|Updated Aug 13, 2024
One-click install
npx skills add https://github.com/Alzakath/Ruilhenn --skill wow-api-spells-abilities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-spells-abilities
Source: https://github.com/Alzakath/Ruilhenn/tree/main/.gemini/skills/wow-api-spells-abilities
Command: npx skills add https://github.com/Alzakath/Ruilhenn --skill wow-api-spells-abilities

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive API references for interacting with spells, abilities, action bars, and related game mechanics in World of Warcraft, enabling developers to build powerful addons.

Core Features & Use Cases

  • Spell Data: Query spell information, cooldowns, usability, and range.
  • Action Bars: Manage and query action bar slots, textures, and states.
  • Spellbook: Navigate and query player and pet spellbooks.
  • Use Case: An addon developer needs to check if a specific spell is on cooldown, usable, and in range before casting it, or wants to display custom cooldown timers for abilities.

Quick Start

Use the wow-api-spells-abilities skill to get the cooldown duration for the spell 'Mortal Strike'.

Frequently Asked Questions about wow-api-spells-abilities

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if a WoW spell is on cooldown and usable before casting in addon development?

To check spell cooldowns and usability in WoW addon development, query the C_Spell API systems. This reference provides functions to retrieve cooldown durations and spell usability states for combat interactions.

What World of Warcraft API is used to manage action bar slots and states?

The C_ActionBar API is used to manage and query World of Warcraft action bar slots, textures, and states. This reference covers action bar manipulation for developing combat and interface addons.

How do I query player and pet spellbooks using the WoW API?

You query player and pet spellbooks using the C_SpellBook API. This reference enables navigating and retrieving spellbook entries to build addons that interact with spellcasting and game data.

Does this WoW API reference cover shapeshift forms and totems?

Yes, this WoW API reference covers shapeshift forms and totems. It includes specific totem queries and shapeshift form functions for addons interacting with these game mechanics.

Can I retrieve spell range and casting information for World of Warcraft Retail?

Yes, you can retrieve spell range and casting information for World of Warcraft Retail. The reference details global spell functions and casting APIs to query spell data and manage casts.