Advertisement
Guest User

Untitled

a guest
Sep 24th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. -- Creates custom vendor that sells Season 8 PvP items
  2. DELETE FROM creature_template WHERE entry=60000;
  3. INSERT INTO creature_template(entry, difficulty_entry_1, difficulty_entry_2, difficulty_entry_3, KillCredit1, KillCredit2, modelid1, modelid2, modelid3, modelid4, name, subname, IconName, gossip_menu_id, minlevel, maxlevel, exp, faction, npcflag, speed_walk, speed_run, scale, rank, mindmg, maxdmg, dmgschool, attackpower, dmg_multiplier, baseattacktime, rangeattacktime, unit_class, unit_flags, unit_flags2, dynamicflags, family, trainer_type, trainer_spell, trainer_class, trainer_race, minrangedmg, maxrangedmg, rangedattackpower, type, type_flags, lootid, pickpocketloot, skinloot, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8, PetSpellDataId, VehicleId, mingold, maxgold, AIName, MovementType, InhabitType, HoverHeight, Health_mod, Mana_mod, Armor_mod, RacialLeader, questItem1, questItem2, questItem3, questItem4, questItem5, questItem6, movementId, RegenHealth, mechanic_immune_mask, flags_extra, ScriptName, VerifiedBuild)
  4. VALUES (60000, 0, 0, 0, 0, 0, 23473, 0, 0, 0, "Shadow Assasin", "Season 8 PvP", "Bag", 0, 80, 80, 0, 35, 128, 1, 1.14286, 1, 0, 2000, 2000, 0, 2000, 1, 2000, 2000, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 3, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, "", 1);
  5.  
  6. -- Spawn data
  7. DELETE FROM creature WHERE guid=200000;
  8. INSERT INTO creature(guid, id, map, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, MovementType, npcflag, unit_flags, dynamicflags)
  9. VALUES (200000, 60000, 0, 1, 1, 0, 0, 5801.116699, 584.745117, 660.089111, 0.570902, 310, 0, 0, 300000, 0, 0, 0, 0, 0);
  10.  
  11. -- Season 8 Death Knight
  12. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51413, 51414, 51415, 51416, 51418);
  13. INSERT INTO npc_vendor VALUES (60000, 0, 51413, 0, 0, 0);
  14. INSERT INTO npc_vendor VALUES (60000, 1, 51414, 0, 0, 0);
  15. INSERT INTO npc_vendor VALUES (60000, 2, 51415, 0, 0, 0);
  16. INSERT INTO npc_vendor VALUES (60000, 3, 51416, 0, 0, 0);
  17. INSERT INTO npc_vendor VALUES (60000, 4, 51418, 0, 0, 0);
  18. -- Season 8 Druid(Healer)
  19. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51419, 51420, 51421, 51422, 51424);
  20. INSERT INTO npc_vendor VALUES (60000, 0, 51419, 0, 0, 0);
  21. INSERT INTO npc_vendor VALUES (60000, 1, 51420, 0, 0, 0);
  22. INSERT INTO npc_vendor VALUES (60000, 2, 51421, 0, 0, 0);
  23. INSERT INTO npc_vendor VALUES (60000, 3, 51422, 0, 0, 0);
  24. INSERT INTO npc_vendor VALUES (60000, 4, 51424, 0, 0, 0);
  25. -- Season 8 Druid(Meele DPS)
  26. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51425, 51426, 51427, 51428, 51430);
  27. INSERT INTO npc_vendor VALUES (60000, 5, 51425, 0, 0, 0);
  28. INSERT INTO npc_vendor VALUES (60000, 6, 51426, 0, 0, 0);
  29. INSERT INTO npc_vendor VALUES (60000, 7, 51427, 0, 0, 0);
  30. INSERT INTO npc_vendor VALUES (60000, 8, 51428, 0, 0, 0);
  31. INSERT INTO npc_vendor VALUES (60000, 9, 51430, 0, 0, 0);
  32. -- Season 8 Druid(Caster DPS)
  33. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51433, 51434, 51435, 51436, 51438);
  34. INSERT INTO npc_vendor VALUES (60000, 10, 51433, 0, 0, 0);
  35. INSERT INTO npc_vendor VALUES (60000, 11, 51434, 0, 0, 0);
  36. INSERT INTO npc_vendor VALUES (60000, 12, 51435, 0, 0, 0);
  37. INSERT INTO npc_vendor VALUES (60000, 13, 51436, 0, 0, 0);
  38. INSERT INTO npc_vendor VALUES (60000, 14, 51438, 0, 0, 0);
  39. -- Season 8 Hunter
  40. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51458, 51459, 51460, 51461, 51462);
  41. INSERT INTO npc_vendor VALUES (60000, 0, 51458, 0, 0, 0);
  42. INSERT INTO npc_vendor VALUES (60000, 1, 51459, 0, 0, 0);
  43. INSERT INTO npc_vendor VALUES (60000, 2, 51460, 0, 0, 0);
  44. INSERT INTO npc_vendor VALUES (60000, 3, 51461, 0, 0, 0);
  45. INSERT INTO npc_vendor VALUES (60000, 4, 51462, 0, 0, 0);
  46. -- Season 8 Mage
  47. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51463, 51464, 51465, 51466, 51467);
  48. INSERT INTO npc_vendor VALUES (60000, 0, 51463, 0, 0, 0);
  49. INSERT INTO npc_vendor VALUES (60000, 1, 51464, 0, 0, 0);
  50. INSERT INTO npc_vendor VALUES (60000, 2, 51465, 0, 0, 0);
  51. INSERT INTO npc_vendor VALUES (60000, 3, 51466, 0, 0, 0);
  52. INSERT INTO npc_vendor VALUES (60000, 4, 51467, 0, 0, 0);
  53. -- Season 8 Paladin(Healer)
  54. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51468, 51469, 51470, 51471, 51473);
  55. INSERT INTO npc_vendor VALUES (60000, 0, 51468, 0, 0, 0);
  56. INSERT INTO npc_vendor VALUES (60000, 1, 51469, 0, 0, 0);
  57. INSERT INTO npc_vendor VALUES (60000, 2, 51470, 0, 0, 0);
  58. INSERT INTO npc_vendor VALUES (60000, 3, 51471, 0, 0, 0);
  59. INSERT INTO npc_vendor VALUES (60000, 4, 51473, 0, 0, 0);
  60. -- Season 8 Paladin(Melee DPS)
  61. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51474, 51475, 51476, 51477, 51479);
  62. INSERT INTO npc_vendor VALUES (60000, 5, 51474, 0, 0, 0);
  63. INSERT INTO npc_vendor VALUES (60000, 6, 51475, 0, 0, 0);
  64. INSERT INTO npc_vendor VALUES (60000, 7, 51476, 0, 0, 0);
  65. INSERT INTO npc_vendor VALUES (60000, 8, 51477, 0, 0, 0);
  66. INSERT INTO npc_vendor VALUES (60000, 9, 51479, 0, 0, 0);
  67. -- Season 8 Priest(Healer)
  68. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51482, 51483, 51484, 51485, 51486);
  69. INSERT INTO npc_vendor VALUES (60000, 0, 51482, 0, 0, 0);
  70. INSERT INTO npc_vendor VALUES (60000, 1, 51483, 0, 0, 0);
  71. INSERT INTO npc_vendor VALUES (60000, 2, 51484, 0, 0, 0);
  72. INSERT INTO npc_vendor VALUES (60000, 3, 51485, 0, 0, 0);
  73. INSERT INTO npc_vendor VALUES (60000, 4, 51486, 0, 0, 0);
  74. -- Season 8 Priest(Caster DPS)
  75. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51487, 51488, 51489, 51490, 51491);
  76. INSERT INTO npc_vendor VALUES (60000, 5, 51487, 0, 0, 0);
  77. INSERT INTO npc_vendor VALUES (60000, 6, 51488, 0, 0, 0);
  78. INSERT INTO npc_vendor VALUES (60000, 7, 51489, 0, 0, 0);
  79. INSERT INTO npc_vendor VALUES (60000, 8, 51490, 0, 0, 0);
  80. INSERT INTO npc_vendor VALUES (60000, 9, 51491, 0, 0, 0);
  81. -- Season 8 Rogue
  82. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51492, 51493, 51494, 51495, 51496);
  83. INSERT INTO npc_vendor VALUES (60000, 0, 51492, 0, 0, 0);
  84. INSERT INTO npc_vendor VALUES (60000, 1, 51493, 0, 0, 0);
  85. INSERT INTO npc_vendor VALUES (60000, 2, 51494, 0, 0, 0);
  86. INSERT INTO npc_vendor VALUES (60000, 3, 51495, 0, 0, 0);
  87. INSERT INTO npc_vendor VALUES (60000, 4, 51496, 0, 0, 0);
  88. -- Season 8 Shaman(Healer)
  89. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51497, 51498, 51499, 51500, 51502);
  90. INSERT INTO npc_vendor VALUES (60000, 0, 51497, 0, 0, 0);
  91. INSERT INTO npc_vendor VALUES (60000, 1, 51498, 0, 0, 0);
  92. INSERT INTO npc_vendor VALUES (60000, 2, 51499, 0, 0, 0);
  93. INSERT INTO npc_vendor VALUES (60000, 3, 51500, 0, 0, 0);
  94. INSERT INTO npc_vendor VALUES (60000, 4, 51502, 0, 0, 0);
  95. -- Season 8 Shaman(Meele DPS)
  96. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51503, 51504, 51505, 51506, 51508);
  97. INSERT INTO npc_vendor VALUES (60000, 5, 51503, 0, 0, 0);
  98. INSERT INTO npc_vendor VALUES (60000, 6, 51504, 0, 0, 0);
  99. INSERT INTO npc_vendor VALUES (60000, 7, 51505, 0, 0, 0);
  100. INSERT INTO npc_vendor VALUES (60000, 8, 51506, 0, 0, 0);
  101. INSERT INTO npc_vendor VALUES (60000, 9, 51508, 0, 0, 0);
  102. -- Season 8 Shaman(Caster DPS)
  103. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51509, 51510, 51511, 51512, 51514);
  104. INSERT INTO npc_vendor VALUES (60000, 10, 51509, 0, 0, 0);
  105. INSERT INTO npc_vendor VALUES (60000, 11, 51510, 0, 0, 0);
  106. INSERT INTO npc_vendor VALUES (60000, 12, 51511, 0, 0, 0);
  107. INSERT INTO npc_vendor VALUES (60000, 13, 51512, 0, 0, 0);
  108. INSERT INTO npc_vendor VALUES (60000, 14, 51514, 0, 0, 0);
  109. -- Season 8 Warlock
  110. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51536, 51537, 51538, 51539, 51540);
  111. INSERT INTO npc_vendor VALUES (60000, 0, 51536, 0, 0, 0);
  112. INSERT INTO npc_vendor VALUES (60000, 1, 51537, 0, 0, 0);
  113. INSERT INTO npc_vendor VALUES (60000, 2, 51538, 0, 0, 0);
  114. INSERT INTO npc_vendor VALUES (60000, 3, 51539, 0, 0, 0);
  115. INSERT INTO npc_vendor VALUES (60000, 4, 51540, 0, 0, 0);
  116. -- Season 8 Warrior
  117. DELETE FROM npc_vendor WHERE entry=60000 AND item IN (51541, 51542, 51543, 51544, 51545);
  118. INSERT INTO npc_vendor VALUES (60000, 0, 51541, 0, 0, 0);
  119. INSERT INTO npc_vendor VALUES (60000, 1, 51542, 0, 0, 0);
  120. INSERT INTO npc_vendor VALUES (60000, 2, 51543, 0, 0, 0);
  121. INSERT INTO npc_vendor VALUES (60000, 3, 51544, 0, 0, 0);
  122. INSERT INTO npc_vendor VALUES (60000, 4, 51545, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement