Advertisement
bucur35

Engineering NPC

Sep 4th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.91 KB | None | 0 0
  1. -- Liliam Sparkspindle Engineering npc
  2.  
  3. SET @GUID := xxxxx;
  4.      
  5. DELETE FROM `creature` WHERE  `id`=5518;
  6. INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
  7. (@GUID, 5518, 0, 3314, -8332.527344, 628.162537, 95.649300, 2.425658, 300);
  8.  
  9. DELETE FROM `creature_template` WHERE  `entry`=5518;
  10. INSERT INTO `creature_template` (`entry`, `modelid1`, `name`, `subname`, `minlevel`, `maxlevel`, `faction_A`, `faction_H`, `npcflag`, `speed_walk`, `mindmg`, `maxdmg`, `attackpower`, `baseattacktime`, `unit_class`, `unit_flags`, `dynamicflags`, `trainer_type`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `Health_mod`, `equipment_id`, `flags_extra`, `WDBVerified`) VALUES
  11. (5518, 3314, 'Lilliam Sparkspindle', 'Engineering Trainer', 35, 35, 875, 875, 83, 1.28, 49, 64, 118, 2000, 1, 512, 8, 2, 33, 49, 11, 7, 1.1, 88, 2, 12340);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement