Skip to content

Feature/kappa npc#5

Merged
RovxBot merged 4 commits into
masterfrom
feature/kappa-npc
Mar 11, 2026
Merged

Feature/kappa npc#5
RovxBot merged 4 commits into
masterfrom
feature/kappa-npc

Conversation

@RovxBot

@RovxBot RovxBot commented Mar 11, 2026

Copy link
Copy Markdown
Owner

This pull request introduces a new custom NPC, Kappa, who is designed as the Guild Leader of Maxiboomers and spawns in Orgrimmar. The SQL script safely adds all necessary data for the NPC, including appearance, equipment, dialogue, and spawn location, and ensures idempotency by cleaning up any previous instances before insertion.

Custom NPC creation:

  • Adds a new NPC entry for Kappa (creature_template) with a unique display as an Orc female warrior, appropriate faction, and random movement AI.
  • Sets up Kappa's equipment to visually wield Thunderfury and the off-hand Warglaive of Azzinoth (creature_equip_template).

Appearance and dialogue:

  • Configures the NPC's display model to use the Kor'kron General look (creature_template_model).
  • Adds a custom gossip menu and NPC text for player interaction (gossip_menu, npc_text).

Spawn and cleanup logic:

  • Inserts spawn data to place Kappa in the Orgrimmar bank area with random roaming behavior (creature).
  • Ensures safe re-runs by deleting any previous data related to Kappa before re-inserting.

@RovxBot
RovxBot merged commit a322d2a into master Mar 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant