Advertisement
bucur35

qwertyu

Sep 2nd, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.55 KB | None | 0 0
  1. /****************
  2.     Idolatry
  3. ****************/
  4.      
  5. -- Spawn game objects
  6.      
  7. SET @Object :=1737522;
  8.      
  9. DELETE FROM `gameobject` WHERE  `id`=206563 LIMIT 1;
  10. INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `animprogress`) VALUES
  11. (@Object+0, 206563, 1, 1, -10625.890625, 490.795227, 24.529724, 0, 120, 100),
  12. (@Object+1, 206563, 1, 1, -10625.584961, 479.337677, 24.425945, 0, 120, 100),
  13. (@Object+2, 206563, 1, 1, -10615.882813, 404.033478, 27.094967, 0, 120, 100),
  14. (@Object+3, 206563, 1, 1, -10682.928711, 322.303833, 31.370502, 0, 120, 100),
  15. (@Object+4, 206563, 1, 1, -10685.766602, 538.837952, 28.940845, 0, 120, 100),
  16. (@Object+5, 206563, 1, 1, -10704.700195, 324.868988, 25.171900, 0, 120, 100),
  17. (@Object+6, 206563, 1, 1, -10737.424805, 513.859925, 26.289766, 0, 120, 100),
  18. (@Object+7, 206563, 1, 1, -10700.755859, 544.046021, 27.820629, 0, 120, 100),
  19. (@Object+8, 206563, 1, 1, -10625.812500, 388.815491, 24.675947, 0, 120, 100),
  20. (@Object+9, 206563, 1, 1, -10623.823242, 371.857635, 25.660860, 0, 120, 100);
  21.      
  22. -- Script
  23.      
  24. DELETE FROM `gameobject_template` WHERE  `entry`=206563 LIMIT 1;
  25. INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `castBarCaption`, `size`, `data0`, `data1`, `data2`, `data3`, `data6`,
  26. `data14`, `data24`, `data25`, `data26`, `data27`, `data28`, `data29`, `data30`, `data31`) VALUES
  27. (206563, 3, 10092, 'Well-preserved Idol', 'Carefully Collecting', 0.2, 43, 35518, 30, 1, 0, 47358, 0, 0, 0, 0, 0, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement