wow-api-map-navigation

Reference World of Warcraft Retail map and navigation APIs for coordinate conversion and waypoint management.

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

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 map and navigation APIs, enabling developers to interact with in-game maps, coordinates, waypoints, and navigation systems.

Core Features & Use Cases

  • Map Data Access: Retrieve information about maps, zones, and points of interest.
  • Coordinate Conversion: Convert between map and world coordinates.
  • Navigation Tools: Utilize functions for taxi paths, waypoints, and in-game navigation.
  • Use Case: A developer can use this Skill to build an addon that automatically plots the most efficient flight path between two points or displays custom waypoints on the minimap.

Quick Start

Use the wow-api-map-navigation skill to find the player's current map ID and position.

Frequently Asked Questions about wow-api-map-navigation

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

FAQPage Schema
How do I convert map coordinates to world coordinates in World of Warcraft addon development?

Map coordinate conversion in World of Warcraft addon development is facilitated by referencing the C_Map API. This Skill provides the specific functions needed to translate player positions between localized map zones and global world coordinates.

Can I use World of Warcraft navigation APIs to plot flight paths between zones?

Yes, World of Warcraft navigation APIs allow you to plot flight paths by referencing the C_TaxiMap functions. This Skill details how to retrieve and manage taxi path data to calculate efficient routes between points.

What World of Warcraft APIs do I need to display custom waypoints on the minimap?

To display custom waypoints on the minimap, you need the Minimap and C_Navigation APIs. This Skill serves as a detailed reference for waypoint management and minimap manipulation functions.

How do I retrieve the player's current map ID and position using WoW addon APIs?

Retrieving the player's current map ID and position is handled through the C_Map API functions. This Skill provides a comprehensive reference for accessing map data, exploring zone information, and tracking player coordinates.

Does this WoW map API reference cover points of interest and vignette tracking?

Yes, this WoW map API reference covers points of interest and vignette tracking via the C_AreaPoiInfo and C_Vignette APIs. It details how to query and display map exploration data and dynamic map objects.

Are there limitations when using the C_SuperTrackManager API for waypoint navigation?

Limitations when using the C_SuperTrackManager API for waypoint navigation depend on the in-game client environment. This Skill provides the API reference to understand the available functions and constraints for super tracking map targets.