Advertisement
frenado05

Untitled

Mar 11th, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. /*
  2. фракция https://tracker.legionbugs.com/view.php?id=18219
  3. */
  4.  
  5. UPDATE `creature_template` SET `faction` = 124 WHERE `entry` = 12677;
  6.  
  7.  
  8.  
  9.  
  10. /*
  11. https://tracker.legionbugs.com/view.php?id=20555
  12. */
  13.  
  14.  
  15. UPDATE `creature` SET `MovementType` = 0, `spawndist` = 0 WHERE `id` IN (3128,3129);
  16. UPDATE `creature_template` SET `unit_flags` = 33555330 WHERE `entry` IN (3128,3129);
  17. DELETE FROM `creature_template_addon` WHERE `entry` = 3128;
  18. INSERT INTO `creature_template_addon` (`entry`, `auras`, `LoadExpansion`) VALUES
  19. (3128, '29266', 4);
  20. UPDATE `creature_template_addon` SET `bytes1` = 0, `bytes2` = 0, `auras` = '29266' WHERE `entry` = 3129;
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. /*
  29. https://tracker.legionbugs.com/view.php?id=23571
  30. */
  31.  
  32.  
  33. DELETE FROM `creature` WHERE `id` = 50831;
  34. INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `randomMoveType`, `randomMoveMinTimer`, `randomMoveMaxTimer`, `ScriptName`, `npcflag`, `npcflag2`, `unit_flags`, `unit_flags3`, `dynamicflags`, `isActive`, `skipClone`, `personal_size`, `isTeemingSpawn`, `MiscData`, `GroupID`, `inhabitType`, `realmMask`, `VerifiedBuild`, `Comment`, `LoadBuild`, `LoadExpansion`) VALUES
  35. (207732, 50831, 870, 5841, 6087, 1, 1, '', 44246, 0, 2990.71, 1881.05, 640.842, 1.80867, 3200, 0, 0, 2442384, 2442384, 0, 1, 500, 3500, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 4),
  36. (477130, 50831, 870, 5841, 6087, 1, 1, '', 0, 0, 2898.94, 2031.82, 638.384, 4.47034, 300, 0, 0, 310554, 0, 0, 1, 500, 3500, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', 0, 4),
  37. (477131, 50831, 870, 5841, 5841, 1, 1, '', 0, 0, 2959.69, 2033.48, 643.7, 4.87718, 300, 0, 0, 310554, 0, 0, 1, 500, 3500, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', 0, 4),
  38. (477132, 50831, 870, 5841, 6087, 1, 1, '', 0, 0, 3053.35, 1946.09, 640.799, 3.11787, 300, 0, 0, 310554, 0, 0, 1, 500, 3500, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, '', 0, 4);
  39.  
  40.  
  41. DELETE FROM `pool_creature` WHERE `pool_entry` = 50831;
  42. INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES
  43. (207732, 50831, 0, 'Scritch1'),
  44. (477130, 50831, 0, 'Scritch2'),
  45. (477131, 50831, 0, 'Scritch3'),
  46. (477132, 50831, 0, 'Scritch4');
  47.  
  48.  
  49. DELETE FROM `pool_template` WHERE `entry` = 50831;
  50. INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
  51. (50831, 1, 'Scritch')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement