Download
(16Kb)
Download
Updated: 10-16-10 08:19 AM
Pictures
File Info
Updated:10-16-10 08:19 AM
Created:01-30-10 11:07 AM
Downloads:19,307
Favorites:68
MD5:

BloodQueen  Popular! (More than 5000 hits)

Version: 1.8.2
by: Mind_X [More]

Designed for Blood-Queen Lana'thel fight in ICC (now supporting 10man and 25man mode)


Features:

* Auto-assign bite targets
* Dual or normal priority list based or damage meter (Recount or Skada)
* Set Raid Icons
* Deaths, disconnects, wrong bites and mc's taken in account
* Fully customizable
* No dependencies


HOW TO SETUP:

* Type /bq or /bloodqueen to access options menu
* Priority list only needs to be made once, based on guild members, and only needs DPSs on it, rest will auto fill if player not found.
* Raid icon are placed on bite targets by default or vampires if chose.
* Only works if Raid Leader.
* Disable icon marking on DBM, BigWigs or any addons for a correct display of raid icons.
* For 10man, only groups 1 and 2 are counted as in-fight, for 25man groups 1-5.

Bite Priority modes:

1. Normal Mode: Bites are assigned according to list or damage meter (Recount or Skada)
2. Dual Prio: Bites are assigned according different lists (melee prio to melee & ranged prio to ranged)

* Reverse first bite: Enable this if you want opposite first bite only.
Example: Boss bites ranged -> first bite is melee (and vice-versa).
In theory, in order of max dps output:
1. Normal Mode Damage Meter
2. Normal Mode Custom List
3. Dual Prio Damage Meter
4. Dual Prio Custom List

New Versions always available first at
http://www.corruption.cc/addons/BloodQueen/

====1.8.2====
* Updatedfor 4.0.1
====1.8====
* Icon marks can now be set on vampires instead of targets
====1.75====
* Bug fix due to incorrectly font usage
====1.74====
* Fixed bug with duplicated list names
* Minor localization corrections
====1.73====
* Added split by classes when retrieving list from raid
====1.72====
* Added localization ruRU
* Added profile system UI
====1.71====
* Added localization deDE
* UI minor update
====1.7====
* Added localization zhTW and zhCN
====1.61====
* UI minor update
====1.6====
* Fixed bug when using Dual Prio with damage meter
* Added description about modes
====1.5====
* MC players should not longer receive assignments
====1.4====
* More bug fixes on damage meter mode
* Dual Prio now supports damage meter mode
====1.3====
* Fixed MAJOR bug on damage meter mode (was SURELY not working before)
====1.2====
* Bug fixes
* Improved code
====1.1====
* Bug fixes
* Added Skada based priority
====1.0====
* Bug fixes
* Improvements on list saving/loading
====0.99====
* Support for 10man added
====0.98====
* Bug fix (non listed member bited will now count as ranged)
====0.97====
* Added Recount based priority
====0.96====
* Dual Priority changes
* Added reverse bite to first bite (so at bites #2 we have 1 melee 1 ranged)
====0.95====
* Added Dual Priority list
Optional Files (0)


Post A Reply Comment Options
Unread 02-14-10, 07:36 PM  
Mind_X
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 24
Uploads: 1
Originally posted by -KAPMA-
We have such a situation occurred in the raid for 25 people. When the second vampire, both players got the message about the bite of one and the same player. Do not prompt, so this may be the reason?
You saying that both players received the same assignment? The same target to bite? Well, never occurred that and I would say that is impossible due the mechanic of the code. What modes were you using?
Report comment to moderator  
Reply With Quote
Unread 02-14-10, 03:40 PM  
-KAPMA-
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 40
Uploads: 1
We have such a situation occurred in the raid for 25 people. When the second vampire, both players got the message about the bite of one and the same player. Do not prompt, so this may be the reason?
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 07:58 PM  
Mind_X
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 24
Uploads: 1
Originally posted by Remmiz
Is there any way I can have the mod exclude the use of the skull as an icon? Skull is used by DBM for when people have fire and I don't want to clear that icon off anyone who has it or put it up and make people think they have fire.

Otherwise great addon and helps a bunch!

EDIT:

I think I fixed it by changing line 340 from

Code:
BloodQueen_Icon = 8;
to

Code:
BloodQueen_Icon = 7;
You can also change line 401, same modification
Although, be advised, when at final bite 8 vampires bite 8 targets, one of the assigns will be overlapsed.
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 06:27 PM  
Remmiz
A Kobold Labourer
 
Remmiz's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 3
Uploads: 2
Is there any way I can have the mod exclude the use of the skull as an icon? Skull is used by DBM for when people have fire and I don't want to clear that icon off anyone who has it or put it up and make people think they have fire.

Otherwise great addon and helps a bunch!

EDIT:

I think I fixed it by changing line 340 from

Code:
BloodQueen_Icon = 8;
to

Code:
BloodQueen_Icon = 7;
Last edited by Remmiz : 02-08-10 at 06:32 PM.
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 04:35 PM  
Mind_X
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 24
Uploads: 1
Originally posted by Pseudopod
Would it be possible to somehow make this work with raid assistant too? I'm rarely the raid leader but at least I can ask for assistant since I'm usually the only one with the addon.

I tried replacing IsRaidLeader() with IsRaidAssistant() but somehow it didn't work
try IsRaidOfficer()
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 04:07 PM  
Pseudopod
A Deviate Faerie Dragon

Forum posts: 16
File comments: 104
Uploads: 0
Would it be possible to somehow make this work with raid assistant too? I'm rarely the raid leader but at least I can ask for assistant since I'm usually the only one with the addon.

I tried replacing IsRaidLeader() with IsRaidAssistant() but somehow it didn't work
Report comment to moderator  
Reply With Quote
Unread 02-07-10, 04:20 PM  
Mind_X
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 24
Uploads: 1
Originally posted by -KAPMA-
This is the best addon I've seen for this boss.
We are waiting for GTA. Please make more places to save and load settings.

I can help translate it into Russian. If included funkuiya support multilingualism.
ehe thanks, you can help translating at http://wow.curseforge.com/addons/blo.../localization/ just create account and fill the phrases

about GTA, it all depends on Blizzard fixing game, mod is already created long time ago.
Last edited by Mind_X : 02-07-10 at 05:22 PM.
Report comment to moderator  
Reply With Quote
Unread 02-07-10, 03:05 PM  
-KAPMA-
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 40
Uploads: 1
This is the best addon I've seen for this boss.
We are waiting for GTA. Please make more places to save and load settings.

I can help translate it into Russian. If included funkuiya support multilingualism.
Last edited by -KAPMA- : 02-07-10 at 03:25 PM.
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 10:39 PM  
pär
A Murloc Raider
 
pär's Avatar

Forum posts: 6
File comments: 87
Uploads: 0
Originally posted by Mind_X
You mean retrieve current raid leader list if he has addon? Can be done but whats the point?
I understand only the RL needs to have the addon then?

Duh. Nvm. I guess we misunderstood your instructions that the addon only works for the RL and no-one else - so there's no need for anyone else to have the addon.
Last edited by pär : 02-06-10 at 10:41 PM.
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 10:33 PM  
Mind_X
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 24
Uploads: 1
Originally posted by pär
There's no easy way to just retrieve a priority list from the RL?
You mean retrieve current raid leader list if he has addon? Can be done but whats the point?
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 07:13 PM  
pär
A Murloc Raider
 
pär's Avatar

Forum posts: 6
File comments: 87
Uploads: 0
There's no easy way to just retrieve a priority list from the RL?
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 04:34 PM  
Mind_X
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 24
Uploads: 1
translation

For those who want to help in translation
http://wow.curseforge.com/addons/blo.../localization/
Thank you
Report comment to moderator  
Reply With Quote
Unread 02-03-10, 08:53 PM  
pär
A Murloc Raider
 
pär's Avatar

Forum posts: 6
File comments: 87
Uploads: 0
well done, and nice of you to get the bugfix out so quick
Last edited by pär : 02-04-10 at 02:50 PM.
Report comment to moderator  
Reply With Quote
Unread 02-02-10, 09:31 AM  
Mind_X
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 24
Uploads: 1
Originally posted by mike20599
Any chance you can make it whisper the person who is going to get bitten and tell them who is going to bite them? So they don't run away from that person.
It already happens since v0.9
Report comment to moderator  
Reply With Quote
Unread 02-01-10, 09:35 PM  
mike20599
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Any chance you can make it whisper the person who is going to get bitten and tell them who is going to bite them? So they don't run away from that person.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: