Category: Raid Mods
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)

This file is a Addon for PerfectRaid by Cladhaire. You must have that installed before this Addon will work.

Author:
Version:
1.0
Date:
10-11-2009 07:24 PM
Size:
1.28 Kb
Downloads:
669
Favorites:
14
MD5:
Pictures
Raid Icons
PerfectRaid RaidIcons
A small addition to PerfectRaid to show RaidIcons in the frames. When you join a raid or when people leave the raid the icons might look a bit in the wrong place. This will update immediately when a new icon is set, but i couldn't trouble myself to solve this.

Goodluck with my small addition.
  Comments - PerfectRaid RaidIcons
Post A Reply Comment Options
Old 10-29-2009, 06:27 AM  
PanoramixBF
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 7
Uploads: 3
Re: moving icons to right

Quote:
Originally posted by Cyko1
Is there a way in the lua I can change it so the icon shows to the right of the name? I've been used to seeing the debuff stuff on the right and would just like the icons showing in between the buff names and the name of the character.
Hi, yes you can change the position of the icon. There are two lines you could change in PerfectRaid_RaidIcons.lua:

This is where the icon will be positioned relative to, currently frame.leftbox (nameplates):
Code:
frame.indicator = CreateFrame( "Frame", nil, frame.leftbox );
You could change this to (relative to the rightbox, buffs/debuffs):
Code:
frame.indicator = CreateFrame( "Frame", nil, frame.rightbox );
or (relative to the healthbar):
Code:
frame.indicator = CreateFrame( "Frame", nil, frame.healthbar );
The next line indicites what the position will be relative to the frame you set above. Change the following line:
Code:
frame.indicator:SetPoint( "RIGHT", -3-frame.name:GetWidth(), 0 );
To for example:
Code:
frame.indicator:SetPoint( "LEFT", 0, 0 );
or
Code:
frame.indicator:SetPoint( "CENTER", 0, 0 );
or
Code:
frame.indicator:SetPoint( "RIGHT", 0, 0 );
Just tweak it a little to your own needs. Ive changed it in my own version to the center of the healthbar, which i liked better than infront of the name.
PanoramixBF is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-26-2009, 12:23 PM  
Cyko1
A Murloc Raider

Forum posts: 6
File comments: 6
Uploads: 0
moving icons to right

Is there a way in the lua I can change it so the icon shows to the right of the name? I've been used to seeing the debuff stuff on the right and would just like the icons showing in between the buff names and the name of the character.
Cyko1 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-23-2009, 01:17 PM  
Isfahel
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thanks for this. Prevented me from being forced to get Grid.
Isfahel is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.