Advertisement
bucur35

Gath'Ilzogg

Sep 3rd, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.72 KB | None | 0 0
  1. -- Spawn Gath'Ilzogg
  2.  
  3. SET @GUID := xxxxx;
  4.      
  5. DELETE FROM `creature` WHERE  `id`=334;
  6. 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`) VALUES
  7. (@GUID, 334, 0, 1, 1, 6050, 0, -9383.098633, -3081.347412, 157.872345, 1.700709, 300, 0, 0, 1, 0, 0, 0, 0, 0);
  8.  
  9. DELETE FROM `creature_loot_template` WHERE  `entry`=0 AND `item`=0;
  10. INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  11. (334, 3633, 100, 1, 0, 1, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement