Advertisement
Guest User

Untitled

a guest
Jan 28th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Shirt of Spirits ( Shown on screenshots, the purple soul effects. )
  2. INSERT INTO `world`.`item_template` (`entry`, `class`, `name`, `displayid`, `Quality`, `FlagsExtra`, `InventoryType`, `ItemLevel`, `delay`, `spellid_1`, `spelltrigger_1`, `bonding`, `Material`, `WDBVerified`) VALUES (1337049, 4, 'Shirt of Spirits', 47076, 5, 8192, 4, 1, 0, 72523, 1, 1, 7, 13329);
  3.  
  4.  
  5. Shirt of the dark: ( Shown on screenshots, the dark/effect.
  6.  
  7. INSERT INTO `world`.`item_template` (`entry`, `class`, `name`, `displayid`, `Quality`, `FlagsExtra`, `InventoryType`, `ItemLevel`, `delay`, `spellid_1`, `spelltrigger_1`, `bonding`, `Material`, `WDBVerified`) VALUES (1337048, 4, 'Shirt of the Dark', 47076, 5, 8192, 4, 1, 0, 56572, 1, 1, 7, 13329);
  8.  
  9.  
  10. - ( For 434+, no screen-
  11.  
  12. Shirt (malfurion) (434+
  13.  
  14. INSERT INTO `world`.`item_template` (`entry`, `class`, `name`, `displayid`, `Quality`, `FlagsExtra`, `BuyPrice`, `InventoryType`, `ItemLevel`, `delay`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellcharges_2`, `bonding`, `Material`, `WDBVerified`) VALUES (6123455, 4, 'Malfurions Shirt', 47076, 5, 8192, 400, 4, 1, 0, 100953, 1, 0, 0, 1, 7, 13329);
  15.  
  16. Shirt of Fire (434+
  17.  
  18. INSERT INTO `world`.`item_template` (`entry`, `class`, `name`, `displayid`, `Quality`, `FlagsExtra`, `BuyPrice`, `InventoryType`, `ItemLevel`, `delay`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `bonding`, `Material`, `WDBVerified`) VALUES (6123454, 4, 'Shirt of Fire', 47076, 5, 8192, 400, 4, 1, 0, 99997, 1, 0, 1, 7, 13329);
  19.  
  20.  
  21.  
  22.  
  23. Some spellids; put that as spellID1, spelltriggering on 1 and rest O.
  24.  
  25. 101161 <- Shirt of the Winds(434+)
  26. 60451 <- Blazing Shirt
  27. 27741 <- Shirt of the Love
  28.  
  29.  
  30. Greets- Mikail.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement