Advertisement
NeonixHD

Untitled

Apr 9th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. DELETE FROM `creature_text` WHERE entry = 300003 AND groupid = 0 AND id = 0;
  2. INSERT INTO creature_text (entry, groupid, id, text, type, language, probability, emote, duration, sound, BroadcastTextId, TextRange, comment) VALUES (300003, 0, 0, 'Ralala.. il faut encore raviver le feu...', 12, 0, 100, 0, 2, 0, 0, 0, 'Exploratrice Poranna EVENT');
  3.  
  4. DELETE FROM `smart_scripts` WHERE entryorguid = 300003 AND source_type = 0 AND id = 0 AND link = 0;
  5. 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, action_type, action_param1, action_param2, action_param3, action_param4, action_param5, action_param6, target_type, target_param1, target_param2, target_param3, target_x, target_y, target_z, target_o, comment) VALUES (300003, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 295000, 295000, 1, 0, 2000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'TALK Exploratrice Poranna EVENT');
  6.  
  7. DELETE FROM `waypoint_data` WHERE id = 1456891300 AND point = 1;
  8. DELETE FROM `waypoint_data` WHERE id = 1456891300 AND point = 2;
  9. DELETE FROM `waypoint_data` WHERE id = 1456891300 AND point = 3;
  10. DELETE FROM `waypoint_data` WHERE id = 1456891300 AND point = 4;
  11. INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES (1456891300, 1, -13442.3, 128.772, 22.8376, 300000, 0, 0, 0, 100, 0);
  12. INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES (1456891300, 2, -13454.7, 133.715, 23.2527, 5000, 0, 0, 1456891300, 100, 0);
  13. INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES (1456891300, 3, -13451.2, 135.095, 22.9245, 10000, 0, 0, 1456891301, 100, 0);
  14. INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES (1456891300, 4, -13442.4, 128.955, 22.8413, 0, 0, 0, 0, 100, 0);
  15.  
  16. DELETE FROM `waypoint_scripts` WHERE guid = 1456891300;
  17. DELETE FROM `waypoint_scripts` WHERE guid = 1456891301;
  18. INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES (1456891300, 1, 0, 0, 0, 220000, 0, 0, 0, 0, 14568913);
  19. INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES (1456891301, 1, 1, 69, 1, 0, 0, 0, 0, 0, 145689130);
  20.  
  21. DELETE FROM `broadcast_text` WHERE ID = 220000;
  22. INSERT INTO `broadcast_text` (`ID`, `Language`, `MaleText`, `FemaleText`, `EmoteID0`, `EmoteID1`, `EmoteID2`, `EmoteDelay0`, `EmoteDelay1`, `EmoteDelay2`, `SoundId`, `Unk1`, `Unk2`, `VerifiedBuild`) VALUES (220000, 0, 'C''est bon, je m''en occupe !', 'C''est bon, je m''en occupe !', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18019);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement