Advertisement
NeonixHD

Untitled

Oct 11th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. DELETE FROM creature_template WHERE entry = 800001;
  2. 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`, `dmgschool`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `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`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `DamageModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
  3. (800001, 0, 0, 0, 0, 0, 28127, 0, 0, 0, 'Roi Varian Wrynn', '', '', 1, 70, 70, 0, 35, 1, 1, 1.14286, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 2, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', 0);
  4.  
  5. DELETE FROM waypoint_data WHERE id = 145693230;
  6. INSERT INTO waypoint_data (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
  7. (145693230, 1, 50.03, 16.90, -142.50, 0, 0, 0, 0, 100, 0),
  8. (145693230, 2, 49.74, -19.60, -144.70, 0, 0, 0, 0, 100, 0),
  9. (145693230, 3, 66.26, -20.36, -144.70, 0, 15000, 0, 0, 100, 0),
  10. (145693230, 4, 86.90, 11.03, -144.70, 0, 0, 0, 0, 100, 0),
  11. (145693230, 5, 63.51, 44.81, -144.70, 0, 0, 0, 0, 100, 0),
  12. (145693230, 6, 34.01, 46.49, -144.70, 0, 0, 0, 0, 100, 0),
  13. (145693230, 7, 13.46, 23.55, -144.70, 0, 0, 0, 0, 100, 0),
  14. (145693230, 8, 32.02, -22.71, -144.70, 0, 0, 0, 0, 100, 0),
  15. (145693230, 9, 47.36, -24.12, -144.70, 0, 0, 0, 0, 100, 0),
  16. (145693230, 10, 50.03, 16.90, -142.50, 0, 3600000, 0, 0, 100, 0);
  17.  
  18. DELETE FROM creature_addon WHERE guid = 14569323;
  19. INSERT INTO creature_addon (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES (14569323, 145693230, 2410, 0, 1, 0, 60509);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement