Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. UPDATE `quest_template` SET `SrcItemId` = '38621', `SrcItemCount` = '1' WHERE `entry` = '12533';
  2. UPDATE `quest_template` SET `SrcItemId` = '38512', `SrcItemCount` = '1' WHERE `entry` = '12536';
  3.  
  4. UPDATE `creature_template` SET `gossip_menu_id` = '28138' WHERE `entry` = '28138';
  5.  
  6. DELETE FROM `npc_text` WHERE `ID` = '28138';
  7. INSERT INTO `npc_text` (`ID`, `text0_0`) VALUES
  8. ('28138', 'Stay a while and listen.');
  9.  
  10. DELETE FROM `locales_npc_text` WHERE `entry` = '28138';
  11. INSERT INTO `locales_npc_text` (`entry`, `Text0_0_loc3`) VALUES
  12. ('28138', 'Bleib eine Weile und höre zu.');
  13.  
  14.  
  15. DELETE FROM `gossip_menu` WHERE `entry` = '28138';
  16. INSERT INTO `gossip_menu` (`entry`,`text_id`, `cond_1`, `cond_1_val_1` ) VALUES
  17. ('28138', '28138', '0', '0');
  18.  
  19. DELETE FROM `gossip_menu_option` WHERE `menu_id` = '28138';
  20. INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_script_id` ,`cond_1`, `cond_1_val_1`, `cond_1_val_2`, `cond_2`, `cond_2_val_1`, `cond_2_val_2`, `cond_3`, `cond_3_val_1`, `cond_3_val_2`) VALUES
  21. ('28138', '0', '0', 'GOSSIP_OPTION_QUESTGIVER', '2', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  22. -- todo update gossiptext
  23. ('28138', '1', '0', 'I have lost Goregek\'s Shackles', '1', '1', '28138', '52542', '8', '12528', '0', '16', '38619', '1', '22', '12530', '0'),
  24. ('28138', '2', '0', 'I have lost Dajik\'s Worn Chalk', '1', '1', '28138', '52544', '8', '12530', '0', '16', '38621', '1', '22', '12536', '0'),
  25. ('28138', '3', '0', 'I have lost Zepik\'s Hunting Horn', '1', '1', '28138', '52545', '8', '12531', '0', '16', '38512', '1', '22', '12539', '0');
  26.  
  27.  
  28. DELETE FROM `gossip_scripts` WHERE `id` IN ( '52542', '52544','52545') ;
  29. INSERT INTO `gossip_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`comments`) VALUES
  30. ('52542', '0', '15', '52542', '0', 'add Item 38619 Goregek\'s Shackles'),
  31. ('52544', '0', '15', '52544', '0', 'add Item 38621 Dajik\'s Worn Chalk'),
  32. ('52545', '0', '15', '52545', '0', 'add Item 38512 Zepik\'s Hunting Horn');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement