Advertisement
frenado05

Untitled

Jun 23rd, 2023 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 64084;
  2. DELETE FROM `smart_scripts` WHERE `entryorguid` IN (64084) AND `source_type` = 0;
  3. INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param_float`, `action_delay`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
  4. (64084, 0, 0, 0, 1, 0, 100, 0, 30000, 50000, 360000, 360000, 0, 80, 64084*100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '6 min target');
  5.  
  6. DELETE FROM `smart_scripts` WHERE `entryorguid` = 64084*100 AND `source_type` = 9;
  7. INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param_float`, `action_delay`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
  8. (64084*100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 0, 19, 64130, 50, 0, 0, 0, 0, 0, 0, 'Майкл говорит '),
  9. (64084*100, 9, 1, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 0, 19, 64129, 50, 0, 0, 0, 0, 0, 0, 'Вильхэм говорит'),
  10. (64084*100, 9, 2, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 0, 84, 1, 0, 0, 0, 0, 0, 0, 0, 19, 64130, 50, 0, 0, 0, 0, 0, 0, 'Майкл рычит'),
  11. (64084*100, 9, 3, 0, 0, 0, 100, 0, 17000, 17000, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 859.03345, 222.3433, 503.4184, 1.0424671, 'Повариха идёт'),
  12. (64084*100, 9, 4, 0, 0, 0, 100, 0, 21000, 21000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Повариха говорит'),
  13. (64084*100, 9, 5, 0, 0, 0, 100, 0, 25000, 25000, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 853.087, 211.005, 503.418, 2.93199, 'Повариха идёт обратно');
  14.  
  15.  
  16.  
  17. DELETE FROM `creature_text` WHERE `Entry` = 64084;
  18. INSERT INTO `creature_text` (`Entry`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextID`, `MinTimer`, `MaxTimer`, `SpellID`, `AutoType`, `TextRange`, `comment`, `LoadBuild`, `LoadExpansion`) VALUES
  19. (64084, 0, 0, 'Хватит, вы оба!', 12, 0, 100, 0, 0, 0, 66680, 0, 0, 0, 0, 0, '64084', 0, 4);
  20.  
  21.  
  22. UPDATE `creature_text` SET `MinTimer` = 0, `MaxTimer` = 0 WHERE `Entry` = 64130 AND `Text` = 'Долго еще твоя жена будет с печью возиться? Я хочу приготовить мясо!';
  23. UPDATE `creature_text` SET `AutoType` = 0 WHERE `Entry` = 64130 AND `Text` = 'Майкл Бедерник рычит.';
  24.  
  25. 05:40:46 жена
  26. 05:40:56 рычит
  27. 05:41:07 Хватит вы оба
  28.  
  29. 07:01:36 Майкл про жену
  30. 07:01:42 Вильхэм (рандом про горшок)
  31. 07:01:46 Рычит
  32. 07:01:57 Хватит, вы оба
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement