Skip to content

Commit

Permalink
[5183][ACID] Few Wotlk Gossips
Browse files Browse the repository at this point in the history
- Karg Skullgore 34955
- Sawemba 35008
- Magister Savarin 35602
  • Loading branch information
Grz3s committed Nov 18, 2023
1 parent 5409329 commit 811d92e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14253,6 +14253,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Isle of Conquest Envoy 34949
-- Isle of Conquest Envoy 34951
-- Karg Skullgore 34955
('3495501','34955','9','0','100','1057','0','5','8000','12000','0','0','11','15284','1','0','11','16856','1','0','0','0','0','0','Karg Skullgore - Random Cast Cleave or Mortal Strike'),
('3495502','34955','0','0','100','1025','11000','14000','9000','13000','0','0','11','13736','0','0','0','0','0','0','0','0','0','0','Karg Skullgore - Cast Whirlwind'),
-- Sawemba 35008
-- Gorom Warfang 35017
-- Gotura Fourwinds 35068
Expand Down
22 changes: 22 additions & 0 deletions Updates/5183_c.34955_35008_35602.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
-- Karg Skullgore 34955 & Sawemba 35008
UPDATE creature_template SET GossipMenuId=10605, CreatureTypeFlags = 134217728 WHERE entry IN (34955,35008);
DELETE FROM gossip_menu WHERE entry=10605;
INSERT INTO gossip_menu (entry,text_id) VALUES
(10605,14674);
DELETE FROM gossip_menu_option WHERE menu_id IN (10605);
INSERT INTO gossip_menu_option (menu_id, id, option_icon, option_text, option_broadcast_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, action_script_id, box_coded, box_money, box_text, box_broadcast_text, condition_id) VALUES
(10605,0,9,'I would like to go to the battleground.',10355,12,1048576,0,0,0,0,0,NULL,0,0);
DELETE FROM npc_text_broadcast_text WHERE Id IN(14674);
INSERT INTO npc_text_broadcast_text(Id,Prob0,BroadcastTextId0) VALUES
(14674,1,35225);
DELETE FROM npc_text WHERE id=14674;

-- Magister Savarin 35602
UPDATE creature_template SET GossipMenuId=10662 WHERE entry IN (35602);
DELETE FROM gossip_menu WHERE entry=10662;
INSERT INTO gossip_menu (entry,text_id) VALUES
(10662,14775);
DELETE FROM npc_text_broadcast_text WHERE Id IN(14775);
INSERT INTO npc_text_broadcast_text(Id,Prob0,BroadcastTextId0) VALUES
(14775,1,35922);
DELETE FROM npc_text WHERE id=14775;

0 comments on commit 811d92e

Please sign in to comment.