| Updated: | 02-12-09 06:49 PM |
| Created: | 12-05-08 10:48 PM |
| Downloads: | 2,784 |
| Favorites: | 24 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
0.6 |
6kB |
Naitaeti |
02-07-09 09:30 PM |
|
0.5 |
5kB |
Naitaeti |
01-09-09 05:44 AM |
|
0.4 |
5kB |
Naitaeti |
01-08-09 09:05 PM |
|
0.3 |
4kB |
Naitaeti |
12-06-08 07:20 AM |
|
0.1 |
5kB |
Naitaeti |
12-05-08 10:48 PM |
![]() |
Comment Options |
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
is it possible to order the buttons horizontal insted of vertical ?
a great addon .. thanks for it mfg Ceetos |
|
|
|
|
||
|
||
|
|
|
|
|
|
A Wyrmkin Dreamwalker
Forum posts: 57
File comments: 96
Uploads: 0
|
Hey, I have glyphed Avenger's Shield. The Glyphe does double Damage but no bounce. The Shield is therefore the second hightes aggro move I have. Possible to implement that also in the rotation?
|
|
|
|
|
||
However, I remain unconvinced that the addon should have rotations for levels < 80. But if I ever get around to making the rotation configurable by the user without modifying the lua code then this won't be an issue anymore.
Last edited by Naitaeti : 02-11-09 at 11:25 AM.
|
||
|
|
|
|
||
|
A Deviate Faerie Dragon
Forum posts: 15
File comments: 13
Uploads: 0
|
Code:
local level = UnitLevel("player");
if level == 80 then
-- spells in the rotation at 80
priorities = {
{ spell = corrid, pri = 1, wait = 120 }, -- seal of corr
{ spell = 48952, pri = 2, wait = 9}, -- holy shield (rank 8)
{ spell = 61411, pri = 3 }, -- shor (rank 2)
{ spell = 20271, pri = 4 }, -- judgement of light
{ spell = 53595, pri = 5 }, -- hotr
{ spell = 48819, pri = 6, wait = 9 }, -- cons (rank 8)
}
elseif level >= 75 then
-- spells in the rotation at 75+
priorities = {
{ spell = corrid, pri = 1, wait = 120},
{ spell = 48951, pri = 2, wait = 9}, -- 75 hs / rank 5
{ spell = 53600, pri = 3}, -- 75 sor / rank 1
{ spell = 20271, pri = 4 }, -- judgement of light
{ spell = 53595, pri = 5 }, -- hotr
{ spell = 48818, pri = 6, wait = 9}, -- con rank 7
}
end
--[[-------------------------------------------------------------------------------
Code
---------------------------------------------------------------------------------]]
local _, class = UnitClass("player")
if class ~= "PALADIN" or level <75 then
DEFAULT_CHAT_FRAME:AddMessage("Whack currently only works for prot paladins of 75 level or higher")
DisableAddOn("Whack")
return
end
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 15
File comments: 13
Uploads: 0
|
Why only 80? Why not 75+ At 75 is when a Prot Paladin has SoR and HotR assuming they are ?/51+/?
|
|
|
|
|
||
Code:
local xpos = 1440 local ypos = 503 |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
Ok how do you move it?
|
|
|
|
|
|
|
Errr stupid question, but... how do you move it ?
![]() NM, found it ![]()
__________________
Calthas, member of Omega on Sargeras. Holy Devoted Paladin.
Last edited by katana : 01-05-09 at 04:17 PM.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
I'm a Paladin that reads the maintankadin forum and have recently started using this addon. It's excellent for keeping the flow going when you have dropped out of a proper 96969 rotation because of GCD's used on other stuff such as taunting. Reminder to re-seal also works wonders.
|
|
|
|
|
||
![]() Keep up the good work =^.^= I'm also waiting for druid support. |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 40
Uploads: 0
|
Nice addon idea.
I'll really love to see it extended to somehow support dps druid rotation. Keep the good work ^^ |
|
|
![]() |