con un clic
ChattyLittleNpc
ChattyLittleNpc contiene 4 skills recopiladas de mantaskazlauskas, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Release workflow for ChattyLittleNpc addon. Bumps the .toc version, commits and pushes to GitHub, then runs release.py to create a GitHub release. Activates for: release, bump version, publish, ship, tag, new version, deploy addon, push release.
Comprehensive WoW addon API reference for Midnight (Patch 12.0.1). Use when writing, reviewing, or debugging WoW addon Lua/XML code. Covers the full in-game API (C_* namespaces, Widget API, events, scripts, XML schema), Lua 5.1 environment, SavedVariables, secure execution/taint, EventRegistry, escape sequences, CVars, combat log, macros, Settings API, FrameXML utilities, GUIDs, Edit Mode, NPC dialog lifecycle, Battle.net REST API, Raider.IO/WarcraftLogs/Wago third-party APIs, enums/constants, and ChattyLittleNpc-specific patterns. Activates for: WoW API, addon development, Lua WoW, CreateFrame, RegisterEvent, C_GossipInfo, PlaySoundFile, quest dialog, gossip, taint, secure frames, widget API.
Complete reference for WoW ModelScene Widget API — the modern 3D model rendering system for addon UI. Covers ModelScene frame, ModelSceneActorBase, ModelSceneActor, C_ModelInfo helpers, camera/lighting/fog systems, Patch 12.0 SecretArguments/taint restrictions, and practical patterns. Current for Midnight (Patch 12.0.1, build 65893).
WoW Edit Mode API reference and addon integration guide for Midnight (12.0.1). C_EditMode functions, EditModeManagerFrame, EditModeSystemMixin, data structures, Enum.EditModeSystem (24 values), grid/snap/magnet, community libraries (EditModeExpanded, LibEditModeOverride, LibEQOL, LibEditMode), per-layout persistence, overlay/highlight systems, taint/combat rules, layout import/export, 200+ Blizzard FrameXML function signatures, real addon integration analysis (Bartender4, ElvUI), and ChattyLittleNpc-specific patterns. Activates for: Edit Mode, EditMode, C_EditMode, layout, EditModeManagerFrame, per-layout, frame positioning, edit mode integration, overlay, EditModeSystemMixin, grid snap, magnet, settings dialog, layout macro, EditModeExpanded, LibEditModeOverride.