| Updated: | 02-01-10 10:34 AM |
| Created: | 01-26-10 12:10 PM |
| Downloads: | 1,988 |
| Favorites: | 14 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
1.0.0.3b |
291kB |
tehbug |
01-27-10 04:51 PM |
![]() |
Comment Options |
|
|
|
|
Discontinuted
This addon is now discontinued, please use one of the other 4 that are out there.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
Nice to find that i'm wasn't the only one thinking on creating this addon
![]() You can look at mine at http://www.wowinterface.com/download...loodQueen.html if you want any idea. |
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
Error in line 195.
![]() Reads: RaiderLifeChangern, 0); Should read: RaiderLifeChange(rn, 0); |
|
|
|
|
|
|
nope
i am trying to be helpful.. downloded last version, you fixed many things as I can see, i'll try it but... as I see player will know his target only when get bloodthirst? or 1 minute before? thanks ![]() |
|
|
|
|
|
||
Not sure if you were boasting your own addon or actually trying to be helpful...
Last edited by tehbug : 01-28-10 at 06:01 PM.
|
||
|
|
|
|
|
|
Installed it today - but it spam after every wipe о_О And we didn't fight Lana'tel... it spam after festergut etc..
p.s. I added a module to my addon (phoenixstyle) too http://s.wowinterface.com/preview/pvw36123.jpg well, i ll try new version tomorrow, becouse in mine there is only "priority list" not as in your ![]() |
|
|
|
|
|
||
I might make it so multiple people can have it and the addons communicate with eachother later on, but for now it doesn't, so stick to your -Raid leader- or -Raid assistant- with this addon
Last edited by tehbug : 01-28-10 at 01:05 PM.
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Hi, thank you for this addon.
I want to ask you a question.. Every player in the raid must have this addon or it's enough that just 1 has it? Thank you again! ps. We'll try this tonight ![]()
Last edited by alex010 : 01-28-10 at 10:42 AM.
|
|
|
|
|
||||
To test the addon, the best way is to get a raid group (invite 1 guildie, make it a raid group) then (with it set to either 10 or 25man): /bm refresh /bm test That will load the addon with fake names so you can get used to playing around with the priority. also you can print it with /bm print ~~~~~
~~~~~
Last edited by tehbug : 01-28-10 at 09:47 AM.
|
||||
|
|
|
|
||
|
Re: Re: Re: Re: wipe
You can find spellIDs on wowhead. Also you don't really need to check debuff type as a spell can't have different types. Just checking spellid is enough. part of my TotT annouce: Code:
if spellid == 57933 then -- my TotT activates on someone
if srcGUID == UnitGUID("player") then
SendChatMessage("\124cff71d5ff\124Hspell:57934\124h[Tricks of the Trade]\124h\124r on you for 6 seconds", "WHISPER", GetDefaultLanguage("player"), dstName)
end
end
Last edited by Elhana : 01-28-10 at 09:24 AM.
|
||
|
|
|
|
||
Code:
local counter = 1
while (UnitDebuff(destName, counter)) do
-- Work out what to do
counter = counter + 1
end
Last edited by Haturod : 01-28-10 at 05:04 AM.
|
||
|
|
|
|
|
|
1x BiteMe\BiteMe.lua:113: attempt to concatenate field 'player' (a nil value)
BiteMe\BiteMe.lua:85: in function `BiteMe_SlashCommandHandler' BiteMe\BiteMe.lua:74: in function `?' Interface\FrameXML\ChatFrame.lua:3544: in function <Interface\FrameXML\ChatFrame.lua:3497>: <in C code>: in function `ChatEdit_ParseText' Interface\FrameXML\ChatFrame.lua:3213: in function `ChatEdit_SendText': Interface\FrameXML\ChatFrame.lua:3237: in function `ChatEdit_OnEnterPressed': <string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1> Locals: msg = "print" --- RU Client I do something wrong? |
|
|
|
![]() |