Advertisement
bucur35

Untitled

Sep 1st, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. /***************************
  2. Fluffy Fox Tail
  3. ***************************/
  4.  
  5. -- Script
  6.  
  7. SET @GUID := 9131241;
  8.  
  9. DELETE FROM `creature_template` WHERE `entry`=44635 LIMIT 1;
  10. INSERT INTO `creature_template` (`entry`, `modelid1`, `name`, `subname`, `IconName`, `minlevel`, `maxlevel`, `faction_A`, `faction_H`, `speed_run`, `mindmg`,
  11. `maxdmg`, `attackpower`, `baseattacktime`, `unit_class`, `dynamicflags`, `family`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`,
  12. `lootid`, `skinloot`, `InhabitType`, `questItem1`, `equipment_id`, `WDBVerified`) VALUES
  13. (44635, 30301, 'Hill Fox', '', '', 16, 16, 2200, 2200, 1, 43.7, 58.9, 106, 2000, 1, 2048, 50, 30.4, 43.7, 3, 1, 1, 44635, 44635, 1, 60755, 44635, 13623);
  14.  
  15.  
  16. -- Spawn NPC
  17.  
  18. DELETE FROM `creature` WHERE `guid`=@GUID LIMIT 1;
  19. INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
  20. (@GUID+0, 44635, 0, -5186.763672, -3987.615479, 332.908875, 4.03570, 120),
  21. (@GUID+1, 44635, 0, -5171.630371, -4029.276367, 329.414368, 4.03570, 120),
  22. (@GUID+2, 44635, 0, -5140.209473, -4061.532227, 322.283478, 4.03570, 120),
  23. (@GUID+3, 44635, 0, -5164.602539, -4139.211914, 322.650360, 4.03570, 120),
  24. (@GUID+4, 44635, 0, -5214.417480, -4095.427246, 323.809631, 4.03570, 120),
  25. (@GUID+5, 44635, 0, -5221.785156, -4041.881592, 329.575409, 4.03570, 120),
  26. (@GUID+6, 44635, 0, -5257.636230, -4073.832764, 323.787140, 4.03570, 120),
  27. (@GUID+7, 44635, 0, -5285.915527, -4113.302246, 330.827637, 4.03570, 120),
  28. (@GUID+8, 44635, 0, -5320.578613, -4162.186035, 335.056122, 4.03570, 120),
  29. (@GUID+9, 44635, 0, -5360.395020, -4125.103027, 335.757690, 4.03570, 120),
  30. (@GUID+10, 44635, 0, -5329.208008, -4061.650879, 332.283356, 4.03570, 120),
  31. (@GUID+11, 44635, 0, -5278.190430, -4034.732422, 328.067078, 4.03570, 120);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement