NPCBotsGotGiverChatText

nicolaw 1st September 2024 at 1:52pm
WotLKNPCBots

Change the silly "dude" speak on the BotGiver NPC menu: https://github.com/trickerer/Trinity-Bots/blob/master/SQL/5_world_botgiver.sql

-- https://github.com/trickerer/Trinity-Bots/blob/master/SQL/5_world_botgiver.sql
SELECT * FROM npc_text WHERE ID BETWEEN 70201 AND 70204;
DELETE FROM npc_text WHERE ID BETWEEN 70201 AND 70204;
INSERT INTO npc_text (ID,text0_0,VerifiedBuild) VALUES
('70201','The winds whisper of battle. Coin can turn whispers into roars. Shall we talk business?','-1'),
('70202','Warriors with hearts of iron and souls for hire. Who do you seek to fight by your side?','-1'),
('70203','Fangs, claws, and steel for gold. Here are those who would fight for your cause.','-1'),
('70204','The fires of war burn bright, but today, none are here to answer the call. Return later, hero.','-1');
SELECT * FROM npc_text WHERE ID BETWEEN 70201 AND 70204;