Looking4Group / L4G_Core

Looking4Group Core
http://looking4group.eu
GNU General Public License v2.0
37 stars 69 forks source link

Unchained Doombringer isn't dropping anything. He should drop rare BS plans which sucks. #3847

Closed moyaspeed closed 7 years ago

moyaspeed commented 7 years ago

Hello.

So, in Arcatraz there are 2 Unchained Doombringer mobs before the last boss. Those two mobs drop Plans: Felsteel Leggings and many other trash stuff. http://www.wowhead.com/npc=20900/unchained-doombringer

I have ran that instance quite some times and noticed they never drop anything. Always empty, not even trash items. It sucks because people wan't to get those plans which are very useful in the game.

Please fix this. : )

AnonXS commented 7 years ago

unbenannt

But i admit that their loottable could need some polishing.

moyaspeed commented 7 years ago

Hum, I had killed them at least 10 times. NOT EVEN TRASH DROPPED I understand the plans have a low drop rate but they should drop trash items often. Something is bugged there and it should be checked.

AnonXS commented 7 years ago

yes these simply dont have "trash" items as loot implemented, which can be corrected.


DELETE FROM `creature_loot_template` WHERE `entry` = 20900;
INSERT INTO `creature_loot_template` VALUES (20900, 23606, 15, 9, 1, 1, 7, 164, 1);
INSERT INTO `creature_loot_template` VALUES (20900, 29740, 6, 0, 1, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 30809, 36, 0, 1, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 32902, 5, 0, 1, 2, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 32905, 1, 0, 1, 2, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 24011, 1, 1, -24011, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 24013, 1, 1, -24013, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 24001, 3, 1, -24001, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 24002, 3, 1, -24002, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 24092, 0.05, 1, -24092, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 24014, 0.2, 1, -24014, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 24015, 0.05, 1, -24015, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 29549, 0.03, 0, 1, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (20900, 22146, 0.01, 0, 1, 1, 0, 0, 0);

DELETE FROM `creature_loot_template` WHERE `entry` = 21621;
INSERT INTO `creature_loot_template` VALUES (21621, 23606, 30, 9, 1, 1, 7, 164, 1);
INSERT INTO `creature_loot_template` VALUES (21621, 29740, 5, 0, 1, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 30809, 53, 0, 1, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 32902, 8, 0, 1, 2, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 32905, 3, 0, 1, 2, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 24011, 1, 1, -24011, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 24013, 1, 1, -24013, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 24001, 3, 1, -24001, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 24002, 3, 1, -24002, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 24092, 0.05, 1, -24092, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 24014, 0.2, 1, -24014, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 24015, 0.05, 1, -24015, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 29549, 0.03, 0, 1, 1, 0, 0, 0);
INSERT INTO `creature_loot_template` VALUES (21621, 22146, 0.01, 0, 1, 1, 0, 0, 0);
moyaspeed commented 7 years ago

I see. If I may ask, how many runs did it took you to get the plans? Also, you are alliance right? Never seen a horde with it

AnonXS commented 7 years ago

Well just to test i teleported myself in and killed the npc a few times. (Dev)

moyaspeed commented 7 years ago

Oh you have admin rights. Alright, thanks for the info, I will continue my farm runs then :)

AnonXS commented 7 years ago

unbenannt

unbenannt

much better.

AnonXS commented 7 years ago

https://github.com/Looking4Group/L4G_Core/pull/3843/commits/b4cf648a1752a4f9ef44da040c365a2a726c5a7b