[DiscordArchive] i am trying to figure out creature dialogs (table "creature_text")
[DiscordArchive] i am trying to figure out creature dialogs (table "creature_text")
Archived author: Ryzen • Posted: 2024-08-20T13:28:03.757000+00:00
Original source
i am trying to figure out creature dialogs (table "creature_text")
using "wow database editor" i would like to add text on a creature, for example
https://www.wowhead.com/npc=1949/servant-of-azora
so
DELETE FROM `creature_text` WHERE `CreatureID` = 1949;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `SoundPlayType`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(1949, 0, 0, 'Testo di prova', 12, 0, 100, 0, 0, 0, 0, 0, 0, 'Servant of Azora // prova');
UPDATE `creature_template` SET `npcflag` = 1 WHERE `entry` = 1949;
reload creature_text by console command but NPC dont say nothing yet...what i am missing?
[Embed: Servant of Azora]
Servant of Azora is a level 30 NPC that can be found in Elwynn Forest. This NPC can be found in Elwynn Forest. In the NPCs category. Always up to date.
https://www.wowhead.com/npc=1949/servant-of-azora