[DiscordArchive] What do you do in this npc?
[DiscordArchive] What do you do in this npc?
Archived author: Vhiper • Posted: 2019-02-17T23:00:27.309000+00:00
Original source
What do you do in this npc?
Archived author: Vhiper • Posted: 2019-02-17T23:04:48.873000+00:00
Original source
change these functions to
OnGossipHello
OnGossipSelect
function OnGossipHello
and
local function OnGossipSelect
RegisterCreatureGossipEvent(UnitEntry, 1, OnGossipHello)
RegisterCreatureGossipEvent(UnitEntry, 2, OnGossipSelect)
Archived author: Vhiper • Posted: 2019-02-17T23:06:20.712000+00:00
Original source
change the creature's id on the first line to
local UnitEntry = 18335