Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{NPC} Precious #6370

Closed
durrrr opened this issue Apr 28, 2012 · 6 comments
Closed

{NPC} Precious #6370

durrrr opened this issue Apr 28, 2012 · 6 comments
Assignees

Comments

@durrrr
Copy link

durrrr commented Apr 28, 2012

Hello,
I have encountered a problem while playing in "Icecrown Citadle" zone.

How to reproduce the bug:

  1. Kill "Precious"
  2. Try to loot / skin it

What should happen, what happens instead:
You should kill "Precious" (on both sides) and have loots and the ability to do "skinning" on him (notice the spell info) instead, you have no loots and the ability to skin the NPC.

Some links:
http://old.wowhead.com/npc=37217 --> The NPC (Old Wowhead)
http://old.wowhead.com/zone=4812 --> The zone (Old Wowhead)
http://www.wowwiki.com/Icecrown_Citadel --> The zone (Wowwiki)

I'm running Unix on hash: bf7a32b , TDB 335.11.46+
Addons: AH bot and WG.

Regards,
durrrr

@durrrr
Copy link
Author

durrrr commented Apr 28, 2012

"Stinky"
http://old.wowhead.com/npc=37025

Same issue.

@ghost ghost assigned ZxBiohazardZx Apr 30, 2012
@ZxBiohazardZx
Copy link
Contributor

both have been included on the normal ICC trash loots i did, i will check on it...

http://old.wowhead.com/npc=37025#drops

rare chance on world drops, borean leather is NOT supposed to be there, its a mining error that should be in skinning afaik

@durrrr
Copy link
Author

durrrr commented May 2, 2012

Maybe you are right about the borean. I wont argue with that.
But this is not the issue.
The issue is there is no loots and they are not possible to skin.

@ZxBiohazardZx
Copy link
Contributor

the fact that there is no loot then is correct, if the world-drops (<5%) dont drop then the looting table is empty, resulting in no loot. the fact taht you cannot skin is then maybe related to the fact that the creature did not drop an item?

@ZxBiohazardZx
Copy link
Contributor

SELECT entry,lootid FROM `creature_template` WHERE `entry` IN (37217,38103);
returns
37217   37217
38103   38103
SELECT * FROM `creature_loot_template` WHERE `entry` IN (37217,38103);
37217   1   100 1   0   -35069  2
37217   52019   30  1   0   1   1
38103   45912   0,1 1   0   1   1

this means that 25 man is indeed a bit off, but 10 man loot should be fine
(30% chance on Precious' Ribbon)
(100% chance on something from the trashloots) (grey/white/green/blue/purple)

the 25 man version only drops the damned Book of Glyph Mastery, might update that one in a moment

@ZxBiohazardZx
Copy link
Contributor

SELECT * FROM `creature_loot_template` WHERE `entry` IN (37025,38064);
37025   1   100 1   0   -35069  2 (100% chance on the reference)
38064   45912   0,1 1   0   1   1 (Book Glyph of Mastery)

Stinky ^^

raczman pushed a commit to raczman/TrinityCore that referenced this issue Apr 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants