Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. --Banshee's Revenge (he is not spawning if players click object) so i spawn it in his location)
  2.  
  3.  
  4. INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
  5. (374568, 31016, 571, 0, 0, 1, 1, 0, 1, 7071.21, 4309.75, 870.943, 1.36179, 300, 0, 0, 252000, 3994, 0, 0, 0, 0, 0);
  6.  
  7.  
  8.  
  9.  
  10. -- The ocular (THIS npc fall from sky so i add him FLY aura)
  11.  
  12. INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES ('29747', '0', '0', '0', '0', '0', '34873');
  13.  
  14.  
  15.  
  16.  
  17. --- THIS is companion he sell food / poisons /regards SO add ONLY 2 custom things MANA food + option to repair gear is more PRO :D
  18.  
  19.  
  20. UPDATE `creature_template` SET `npcflag` = '4226' WHERE `creature_template`.`entry` =33238;
  21.  
  22.  
  23.  
  24. INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES
  25. (33238, 21, 33445, 0, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement