wow-api-transmog

Document World of Warcraft transmogrification and appearance APIs for patch 12.0.0.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for World of Warcraft's API functions related to transmogrification, appearance collection, sets, outfits, armor dyes, and character customization, enabling developers to build powerful UI addons.

Core Features & Use Cases

  • Transmogrify API: Apply and manage transmog appearances at NPCs.
  • Appearance Collection: Access information on item appearances, sources, and collection status.
  • Transmog Sets & Outfits: Manage saved transmog sets and custom outfits.
  • Dye Colors & Barber Shop: Utilize new APIs for armor dyes and character customization.
  • Use Case: A developer can use this Skill to create an addon that automatically suggests transmog sets based on collected appearances or helps players manage their character's appearance through the barber shop.

Quick Start

Provide a detailed explanation of how to use the C_TransmogCollection.GetAppearanceSources function to retrieve all available transmog appearances for a given item.

Frequently Asked Questions about wow-api-transmog

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

FAQPage Schema
How do I get all available transmog appearances for an item in WoW?

To get available transmog appearances for an item, use the C_TransmogCollection.GetAppearanceSources API function. This function retrieves all item appearances and their collection status for World of Warcraft addon development.

What WoW APIs are available for armor dyes and barber shop customization?

World of Warcraft provides the C_DyeColor, C_DyeColorInfo, and C_BarberShop APIs for armor dyes and character customization. These functions allow developers to manage armor dyeing and barber shop appearance modifications in their addons.

How do I manage saved transmog sets and custom outfits via the WoW API?

You can manage saved transmog sets and custom outfits using the C_TransmogSets and C_TransmogOutfits APIs. These World of Warcraft functions provide the necessary interfaces to handle saved appearance sets and custom outfit configurations for addon development.

Does the WoW transmog API support applying appearances at NPCs programmatically?

Yes, the C_Transmogrify API supports applying and managing transmog appearances at NPCs. This allows World of Warcraft addon developers to create interfaces that interact directly with the transmogrification NPC system.

Can I build a WoW addon that automatically suggests transmog sets based on collected appearances?

Yes, you can build an addon to suggest transmog sets by combining C_TransmogCollection to check collected appearances with C_TransmogSets to manage the suggested outfits. This allows developers to automate appearance management based on player collection status.

What patch version do these WoW transmogrification and dye color APIs target?

These World of Warcraft transmogrification, appearance collection, dye color, and barber shop APIs target patch 12.0.0. Developers building UI addons for character appearance management must ensure their environment matches this version.