Sign in to follow this  
Followers 0
Florix

[Shadowlands]: Ironmarch NPCs

1 post in this topic

Title: Ironmarch NPCs
Bugtracker Link:


Patch Content:

Tried to farm a pet and noticed, that some mobs got no loot.

Patch Content:

https://www.wowhead.com/npc=78674/ironmarch-scorcher
https://www.wowhead.com/npc=76556/ironmarch-grunt
https://www.wowhead.com/npc=78670/ironmarch-warcaster
https://www.wowhead.com/npc=78667/ironmarch-legionnaire

https://www.wowhead.com/item=118675/time-locked-box
https://www.wowhead.com/item=112684/damaged-weaponry
https://www.wowhead.com/item=112463/battered-armor-fragments
https://www.wowhead.com/item=44754/severed-boar-tusk

 

DELETE FROM `creature_loot_template` WHERE `entry` IN ('78674','76556','78670','78667');
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`, `shared`) VALUES 
(78674, 118675, 0.02, 0, 0, 1, 1, 0),
(78674, 112463, 100, 0, 0, 1, 1, 0),
(78674, 112684, 37, 0, 0, 1, 1, 0),
(78674, 44754, 0.03, 0, 0, 1, 1, 0),
(76556, 118675, 0.04, 0, 0, 1, 1, 0),
(76556, 112463, 78, 0, 0, 1, 1, 0),
(76556, 112684, 32, 0, 0, 1, 1, 0),
(78670, 118675, 0.2, 0, 0, 1, 1, 0),
(78670, 112463, 100, 0, 0, 1, 1, 0),
(78670, 112684, 38, 0, 0, 1, 1, 0),
(78667, 118675, 0.06, 0, 0, 1, 1, 0),
(78667, 112463, 100, 0, 0, 1, 1, 0),
(78667, 112684, 37, 0, 0, 1, 1, 0),
(78667, 2295, 0.02, 0, 0, 1, 1, 0);

UPDATE `creature_template` SET `lootid`='78674' WHERE `entry`='78674';
UPDATE `creature_template` SET `lootid`='76556' WHERE `entry`='76556';
UPDATE `creature_template` SET `lootid`='78670' WHERE `entry`='78670';
UPDATE `creature_template` SET `lootid`='78667' WHERE `entry`='78667';

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0