wow-api-misc-systems

Reference miscellaneous World of Warcraft Retail API systems for NPC interaction and game data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for numerous smaller, yet crucial, World of Warcraft Retail API systems that don't have dedicated skills, simplifying interaction with various game mechanics.

Core Features & Use Cases

  • NPC Interaction: Manage NPC dialog (GossipInfo), player choices (PlayerChoice), and interaction windows (PlayerInteractionManager).
  • UI & Game Systems: Access information on tooltips, cinematics, Chromie Time, allied races, and more.
  • Use Case: When a player encounters an NPC with multiple dialogue options, this skill can help identify and select the correct option, or when a player needs to understand the available Chromie Time expansions, this skill provides the necessary API calls.

Quick Start

Use the wow-api-misc-systems skill to get the available dialog options from the current NPC.

Frequently Asked Questions about wow-api-misc-systems

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

FAQPage Schema
How do I get available NPC dialog options using the WoW API?

To get available NPC dialog options using the WoW API, you can access the C_GossipInfo system. This reference provides the necessary programmatic calls to retrieve and manage gossip text and dialogue choices during active NPC interactions.

What API is used to access Chromie Time expansion data in World of Warcraft?

The C_ChromieTimeInfo API is used to access Chromie Time expansion data in World of Warcraft. This system provides programmatic access to retrieve available expansion timelines and related game system information for the player.

Can I retrieve tooltip information programmatically in the WoW Retail API?

Yes, you can retrieve tooltip information programmatically in the WoW Retail API using the C_TooltipInfo system. This allows addons to access and manipulate UI tooltip data for items, units, and spells directly.

How do I manage player choice windows during WoW gameplay?

You manage player choice windows during WoW gameplay by utilizing the C_PlayerChoice API. This system handles the presentation and processing of selection dialogs, allowing you to programmatically interact with in-game choice prompts.

Does this reference cover Allied Races data access for WoW addons?

Yes, this reference covers Allied Races data access for WoW addons through the C_AlliedRaces API system. It provides the necessary functions to query unlock requirements and lore information for various allied races.

What is the best way to handle miscellaneous WoW game systems like cinematics and UI elements?

The best way to handle miscellaneous WoW game systems like cinematics and UI elements is through consolidated API references. This resource centralizes access to various smaller systems, simplifying programmatic interaction without needing dedicated skills.