
config.skin = "GridCustom"
config.useAnchors = "GridSkin" -- use parent skin anchors
config.GridCustom = function(self)
config.GridSkin(self)
-- how to create new icon
local icon2 = config.GridSkin_CreateIcon(self,24,24,0.4,"TOPLEFT",self,"TOPLEFT",0,0) -- w/h = 24, alpha = 0.4
self.icon2 = icon2
-- how to move existing indicators
self.spell2:ClearAllPoints() -- clear previous position
self.spell2:SetPoint("CENTER",self,"CENTER",0,0) -- set to center
-- same way to move text
self.text1:ClearAllPoints()
self.text1:SetPoint("TOP",self,"TOP",0,-5)
-- how to delete existsing indicators
self.raidbuff = nil
-- how to create new indicator
local newind = config.GridSkin_CreateIndicator(self,6,6,"TOPLEFT",self,"TOPLEFT",0,0) -- w/h = 6
self.spell4 = newind
-- change healthbar texture
self.health.bg:SetTexture([[Interface\AddOns\Aptechka\white]])
self.health:SetStatusBarTexture[[Interface\AddOns\Aptechka\white]]
--how to change mana bar width
self.power:SetWidth(2)
--how to change indicator size
self.spell2:SetWidth(3); self.spell2:SetHeight(3);
end
File Name |
Version |
Size |
Author |
Date |
Type |
r3 |
2kB |
03-28-11 10:52 AM |
Addon |
||
r4 |
100kB |
02-19-11 10:03 PM |
Addon |
File Name |
Version |
Size |
Author |
Date |
2.1.5 |
151kB |
d87 |
09-22-11 09:51 AM |
|
2.1.2 |
150kB |
d87 |
08-16-11 08:38 AM |
|
2.1.1a |
149kB |
d87 |
06-28-11 05:46 PM |
|
2.1.1 |
149kB |
d87 |
06-28-11 06:24 AM |
|
2.1.0 |
149kB |
d87 |
04-26-11 06:59 AM |
|
2.0.10 _BETA_ |
149kB |
d87 |
03-23-11 10:59 AM |
|
2.0.9 _BETA_ |
162kB |
d87 |
03-06-11 06:00 AM |
|
2.0.8 _BETA_ |
158kB |
d87 |
03-05-11 10:42 PM |
|
2.0.7 _BETA_ |
158kB |
d87 |
03-05-11 12:20 PM |
|
2.0.6 _BETA_ |
158kB |
d87 |
02-18-11 11:32 PM |
|
2.0.5a |
158kB |
d87 |
02-05-11 04:39 PM |
|
2.0.5 |
877kB |
d87 |
02-05-11 04:09 PM |
|
2.0.3 |
162kB |
d87 |
11-12-10 02:25 PM |
|
2.0.2 |
162kB |
d87 |
11-06-10 07:56 AM |
|
2.0.1 |
732kB |
d87 |
11-05-10 12:03 PM |
|
2.0 |
163kB |
d87 |
11-02-10 02:14 PM |
|
2.0 RC6 |
164kB |
d87 |
10-26-10 03:55 PM |
|
2.0 RC5 |
163kB |
d87 |
10-26-10 11:45 AM |
|
2.0 RC4 |
162kB |
d87 |
10-20-10 07:23 AM |
|
2.0 RC3 |
162kB |
d87 |
10-19-10 01:47 AM |
|
2.0 RC1 |
162kB |
d87 |
10-16-10 07:14 AM |
|
2.0 RC1 |
454kB |
d87 |
10-11-10 07:53 PM |
|
0.8.2 |
194kB |
d87 |
08-01-10 12:34 PM |
|
0.8.1.7 |
192kB |
d87 |
03-06-10 06:53 AM |
|
0.8.1.6 |
192kB |
d87 |
02-19-10 10:40 PM |
|
0.8.1.5 |
191kB |
d87 |
02-08-10 05:07 AM |
|
0.8.1.3 |
190kB |
d87 |
01-26-10 02:19 AM |
|
0.8.1.2 |
190kB |
d87 |
01-21-10 11:59 PM |
|
0.8.1.0 |
189kB |
d87 |
01-14-10 11:01 PM |
|
0.8.0 |
189kB |
d87 |
01-13-10 07:58 AM |
|
0.7.1.7 |
187kB |
d87 |
01-04-10 09:25 PM |
|
0.7.1.6 |
187kB |
d87 |
01-03-10 09:25 PM |
|
0.6.5 |
190kB |
d87 |
10-18-09 07:44 AM |
|
0.5 |
163kB |
d87 |
09-23-09 12:41 AM |
|
0.4 |
163kB |
d87 |
09-10-09 01:01 PM |
|
0.3 |
160kB |
d87 |
08-08-09 10:16 AM |
|
0.2 |
160kB |
d87 |
08-07-09 11:52 PM |
![]() |
Comment Options |
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 11
File comments: 143
Uploads: 0
|
well, yea I have the
config.disableBlizzardParty = true but still, it shows -.- |
|
|
|
|
|
|
I think I just made separate options for party and raid
|
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 11
File comments: 143
Uploads: 0
|
is it just me that gets this bug?
sometimes when I join a BG, aptechka will have multiple grids to the same person, one time I joined wsg and there was 7 warriors, then I reload my ui, and it was only 1 warrior copied 7 times to other boxes. and it happens alot, it gives wrong person to another near box. thanks |
|
|
|
|
||
|
A Murloc Raider
Forum posts: 5
File comments: 56
Uploads: 0
|
![]() |
|
|
|
|
|
|
|
I'll add it to future release, for now replace
Code:
function Aptechka.CreateAnchor(self,hdr,num)
local f = CreateFrame("Frame",nil,UIParent)
Code:
function Aptechka.CreateAnchor(self,hdr,num)
local f = CreateFrame("Frame","NugRaidAnchor"..num,UIParent)
Last edited by d87 : 10-13-11 at 12:48 AM.
|
|
|
|
|
|
|
|
A Murloc Raider
Forum posts: 5
File comments: 56
Uploads: 0
|
Is there a global anchor name? If so what is it, and if not can one be added somehow? I want to be able to use RealUI's layout switcher to change the position of Aptechka but I need to give it a frame name to move.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 18
Uploads: 0
|
oRA3 Maintanks
This addon is really great but it lacked the posibility to see the oRA3 MTs.
So I sat down and copied a few lines from SimpleTankFrames. And voila - now you can see the MTs in raid the same way you see LFD tanks. Just insert these lines at 603 Code:
local playerIsTank = nil tanks = oRA3:GetSortedTanks() for i, tank in next, tanks do if tank == UnitName(unit) then playerIsTank = true break end end if playerIsTank then SetJob(unit, config.MainTankStatus, true) else SetJob(unit, config.MainTankStatus, false) end |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 75
Uploads: 0
|
Reporting Back.
After several runs through GB and DM on multiple characters, it looks like the system for vehicles is flawless
![]() Just missing my SPELL_AURA_REFRESH goodness... blast you Blizzard... Thanks! |
|
|
|
|
|
|
Report if there are still issues with grim batol
|
|
|
|
|
|
||
Code:
function helpers.DisableBlizzParty(self)
for i=1,4 do
local party = "PartyMemberFrame"..i
local frame = _G[party]
frame:UnregisterAllEvents()
frame.Show = function()end
frame:Hide()
_G[party..'HealthBar']:UnregisterAllEvents()
_G[party..'ManaBar']:UnregisterAllEvents()
end
--~ CompactRaidFrameContainer:Hide()
--~ CompactRaidFrameContainer.Show = function()end
--~ CompactRaidFrameManager:Hide()
--~ CompactRaidFrameManager.Show = function()end
end
Last edited by d87 : 07-25-11 at 05:37 PM.
|
||
|
|
![]() |