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

Bloodprince LOOT Bug #11884

Closed
Nephelion opened this issue Apr 13, 2014 · 12 comments
Closed

Bloodprince LOOT Bug #11884

Nephelion opened this issue Apr 13, 2014 · 12 comments

Comments

@Nephelion
Copy link

ba61ec0

Players CAN Pull Boss 1x 1x And Kill
Players Pull Taldaram with (rouge - Druid - Warlock And ...) Example: Warlock creat [Demonic Circle: Summon] in Back > GO And Cast Spell On Any of Boss Fast Teleport to Circle . Just 1x Boss pulled And 2x Other stay
Players kill 1x Boss (more time "Taldaram") loot 3x item . next Go and Kill 2x Other boss Again Loot 3x Item 📦

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Fateswhisper
Copy link

maybe:

INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES 
(201577, 201577, 0, 0, 2),
(201577, 201493, 0, 0, 2),
(201577, 201286, 0, 0, 2);

@joschiwald
Copy link
Contributor

i bet you got this error
TC_LOG_ERROR("misc", "DoZoneInCombat called for creature that has empty threat list (creature entry = %u)", creature->GetEntry());

@Nephelion
Copy link
Author

i tested again and BUG confirm 100% 2x loot when valanr pull first . and kill him 1x loot and 2x Priance next pull kill and again loot ...

@joschiwald Where use TC_LOG ?
@Fateswhisper IS true ?

@joschiwald
Copy link
Contributor

server log or console

@ghost
Copy link

ghost commented Apr 13, 2014

@joschiwald, i saw that log too much in console.

DoZoneInCombat called for creature that has empty threat list (creature entry = 36853)
DoZoneInCombat called for creature that has empty threat list (creature entry = 27386)
DoZoneInCombat called for creature that has empty threat list (creature entry = 15117)
DoZoneInCombat called for creature that has empty threat list (creature entry = 24068)
DoZoneInCombat called for creature that has empty threat list (creature entry = 27304)
DoZoneInCombat called for creature that has empty threat list (creature entry = 27312)
DoZoneInCombat called for creature that has empty threat list (creature entry = 27311)
DoZoneInCombat called for creature that has empty threat list (creature entry = 34800)
DoZoneInCombat called for creature that has empty threat list (creature entry = 34796)
DoZoneInCombat called for creature that has empty threat list (creature entry = 34780)

i removed the duplicate errors

@joschiwald
Copy link
Contributor

i think, the best thing would be to increase the default maxrange parameter of DoZoneInCombat

@ghost
Copy link

ghost commented Apr 13, 2014

i dont know how DoZoneInCombat works, but the range is 50 yards and other bosses is in range..

@Demonid
Copy link
Contributor

Demonid commented Apr 14, 2014

Use 100f, works pretty good ^^

http://puu.sh/87WgW.png

@Nephelion
Copy link
Author

@Demonid 100f yard Work Fine .. GOOD
@Demonid Share your fixes :D your commit list is GOOOD fix 💃

@digz6666
Copy link

Confirmed, @Demonid thanks for your fix :)

@Aokromes
Copy link
Member

Aokromes commented Jun 5, 2016

Anyone can create a PR for this?

@Keader
Copy link
Contributor

Keader commented Jun 5, 2016

No needed, I think issue dont valid anymore
Treeston change default dist ( 50.0f -> 250.0f ) in b7f2c87
i dont tested, but should fix the problem 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants