Skip to content

Instantly share code, notes, and snippets.

View marioaparcero's full-sized avatar

Mario Aparcero marioaparcero

View GitHub Profile
USE world3;
-- Here you can set NPC entry, name, subname, gossip_menu_id, displayID
SET @NpcEntry := 180009;
SET @NpcName := 'Morpher';
SET @NpcSubName := '';
SET @NpcDisplayID := 30883;
SET @GossipOptionID := 50090;
SET @GOSSIP_ICON_DOT := 10; -- Yellow Dot
-- If @NpcEntry, @GossipOptionID already exists in your database, delete those entries