image

Frozo

Dec 17th, 2011
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.78 KB | None | 0 0
  1. -- FROZO THE RENOWNED
  2. DELETE FROM `creature` WHERE `id`='40160';
  3. INSERT INTO `creature` (`id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`)
  4. VALUES
  5. ('40160', '571', '1', '1', '0', '0', '5910.08', '720.278', '643.425', '3.26377', '600', '0', '0', '8508', '7981', '0', '0');
  6.  
  7. UPDATE creature_template SET `modelid3` = "0", `armor` = "6588", `npcflag` = "128", `speed_run` = "2.28571", `mindmg` = "248", `maxdmg` = "372", `attackpower` = "93", `dmg_multiplier` = "1.4", `unit_flags` = "32768", `minrangedmg` = "198", `maxrangedmg` = "298", `rangedattackpower` = "74", `equipment_id` = "2286", `InhabitType` = "4" WHERE entry=40160;
  8. -- KIS KOZMETIKA
  9. DELETE FROM `creature_equip_template` WHERE `entry`='2286';
  10. INSERT INTO `creature_equip_template` (`entry`, `equipentry1`, `equipentry2`, `equipentry3`)
  11. VALUES
  12. ('2286', '0', '36459', '0');
  13. DELETE FROM `creature_template_addon` WHERE `entry`='40160';
  14. INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `b2_0_sheath`, `b2_1_pvp_state`, `emote`, `moveflags`, `auras`)
  15. VALUES
  16. ('40160', '31837', '0', '1', '1', '0', '0', '75387');
  17.  
  18. -- VENDOR PART
  19. DELETE FROM `npc_vendor` WHERE `entry`='40160';
  20. INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`, `ExtendedCost`)
  21. VALUES
  22. ('40160', '35622', '0', '0', '2985'),
  23. ('40160', '35623', '0', '0', '2985'),
  24. ('40160', '35624', '0', '0', '2985'),
  25. ('40160', '35625', '0', '0', '2985'),
  26. ('40160', '35627', '0', '0', '2985'),
  27. ('40160', '36860', '0', '0', '2985'),
  28. ('40160', '36908', '0', '0', '2985'),
  29. ('40160', '45087', '0', '0', '2987'),
  30. ('40160', '47556', '0', '0', '2986'),
  31. ('40160', '54798', '0', '0', '2986');
Advertisement
Add Comment
Please, Sign In to add comment