Download
(1019Kb)
Download
Updated: 09-17-14 05:27 AM
Compatibility:
Warlords of Draenor Pre-Patch (6.0.2)
Updated:09-17-14 05:27 AM
Created:02-16-10 12:26 PM
Downloads:18,489
Favorites:51
MD5:

Aloft Alpha  Popular! (More than 5000 hits)

Version: Aloft-5.3.2-alpha3
by: acapela [More]

This is a "development" version of Aloft (the nameplate addon). Please refer to the main page for that addon for a comprehensive description.

This is an ALPHA release. That means it has not had a substantial amount of testing under all circumstances. By installing this version, you are basically agreeing to help test . Please report any/all bugs with this release in the comments section of this WoWInterface addon page.

This version of Aloft is functionally identical to Aloft-5.2.8-2574.

This version of Aloft is updated to work with WoW "6", aka "Warlords of Draenor", currently in beta test. All modules have been enabled, LUA errors fixed (mainly to do with obsolete spell IDs), and all the basics seem to work on the WoW 6.X PTR. There were not many changes required.

I now have Beta access, so am incorporating that into my testing.

This version of Aloft will probably not work on current live realms... there is at least one new spell that doesn't exist there yet (Storm Elemental Totem), plus several that have been removed.

5.3.2-alpha3 (Warlords of Draenor)
- fixed cast bar LUA error and configuration mode update issues
- updated Ace3 to latest/greatest (r1114)[/color]

5.3.1-alpha2 (Warlords of Draenor)
- updated/fixed "Nameplate Glow>Recently Damaged Only" functionality

5.3.0-alpha1 (Warlords of Draenor)
- for WoW 6.X PTR and WoD Beta

5.0.1-2418 (Mists of Pandaria)
- enhanced to cover monk/brewmaster tanking
- added a check to avoid divide-by-zero problems in the stacked points (combo points/etc) module
- fixed some divide-by-zero problems in threat management (the MoP threat system seems to zero out perdiodically, during fights)

5.0.0-2404 (Mists of Pandaria)
- changed GetNumRaidMembers() to GetNumGroupMembers()
- changed GetNumPartyMembers() to GetNumSubgroupMembers()
- changed (MiniMapBattlefieldFrame.status == "active") effectively to (select(IsInInstance(), 2) == "pvp")
- updated Shaman totem manifest and spell IDs
- added Monk class color (0x00ff96), class name, and associated options, to code and documentation
- added Pandaren race short form
- verified crowd control spell IDs, added Shaman "Bind Elemental" to crowd control spell IDs
- combined obsolete PARTY_MEMBERS_CHANGED/RAID_ROSTER_UPDATE events into new GROUP_ROSTER_UPDATE event
- no changes to Aloft related to GetGuildRosterInfo() (Aloft doesn't use all the arguments), or UnitIsGroupLeader() (Aloft previously updated away from deprecated functions)
- no apparent changes related to GetBattlefieldScore()/GetWhoInfo()/GetFriendInfo()

- TODO: add brewmaster tanking characteristics (for nameplate glow control)
- TODO: hunter trap snakes (specifically "Viper"; E/W Plaguelands and Uldum) and (possibly) DK bloodworms now seem to have names in common with some normal NPCs

4.4.9
- updated the cast warning module to detect animation update interval of 0 and use OnUpdate directly, instead of AceTimer-3.0 (seemns marginally faster/smoother)
- updated LibBabble-Faction-3.0 to latest/greatest (4.3-release32)
- updated Ace3 to latest/greatest (r1057)

4.4.2-2308
- merged in zhTW localization contributed by WoWInterface user aa9012456.
Post A Reply Comment Options
Unread 04-10-11, 11:15 AM  
Shambledeggs
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Cast bar

hey there.
A really cool and usefull addon. BUT, when i enable the castbar it simply wont let me keep it enabled. When the addoninterface is open it works perfectly, but as soon as i press "OK" the castbar disappears and the mark in "enable" is gone when i open the interface again. A bit anoying /:
-' Shambled
Report comment to moderator  
Reply With Quote
Unread 04-05-11, 04:41 PM  
acapela
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 241
File comments: 1313
Uploads: 5
Re: Question and Feedback

Originally posted by infernoxv8
Hey. I noticed that when you enable the cast bar time modual, it doesn't let me ove the anchor/align point from the right to the left. I wanted it on the left but when I try to change it, the option is faded out and won't let me click on it and I can't find a way around it. I've downloaded the very latest version so I think its a bug.
looks like you are right. looks like some option enable/disable code is interacting with the Blizzard standard "Combat>Cast Bars>On Nameplates" interface option incorrectly. i will work on this.

edit: yeah, typos in some of this code. i will go through it all, get it fixed/tested, though it will probably be a day or two before i get it released. if i get time, i will also play around with a workaround to the "stuttering cast bar" problem.

Also the casting bar seems very unsmooth and jumps instead of a perfect cast bar. Whats the reason for that? Is there any way to fix that to make it better?
this definitely needs a FAQ (seems like someone has this question at least once a week... not their fault, i just need to get this into the FAQ).

Aloft's cast bar is slaved to Blizzard's nameplate cast bar (which is hidden due to graphical artifacts that arise from allowing the user to reskin the cast bar). every time Blizzard reports a value change, Aloft updates the visible cast bar. my guess is: Blizzard is not updating very often for you. for myself, i have never been able to reproduce this problem (i see 8+ updates per second). only some folks seem to have a problem with this, but it doesn't seem limited to high-load situations (like raids or PvP... the people that see it see it everywhere).

there are some workarounds that i want to try, but i have not had a chance to do that yet (time has been in short supply the last couple of months, and there always seem to be higher-priority issues to work on).
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"
Last edited by acapela : 04-05-11 at 04:48 PM.
Report comment to moderator  
Reply With Quote
Unread 04-05-11, 04:34 PM  
acapela
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 241
File comments: 1313
Uploads: 5
Re: Two bugs with alpha

Originally posted by demonizer_7
Hey, I seem to have fixed the state icon from randomly jumping around. Instead of setting both anchoring positions to the Right, I set them both to the Left and just moved the icon across to the right hand side and that seems to have fixed the problem. The problem with the level text appearing on top of the boss skull icon is still there though.
i will try swapping around the attachment point and see if i can reproduce. thanks for the additional information.
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"
Last edited by acapela : 04-05-11 at 04:35 PM.
Report comment to moderator  
Reply With Quote
Unread 04-05-11, 12:54 PM  
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 275
File comments: 1200
Uploads: 12
Question and Feedback

Hey. I noticed that when you enable the cast bar time modual, it doesn't let me ove the anchor/align point from the right to the left. I wanted it on the left but when I try to change it, the option is faded out and won't let me click on it and I can't find a way around it. I've downloaded the very latest version so I think its a bug.

Also the casting bar seems very unsmooth and jumps instead of a perfect cast bar. Whats the reason for that? Is there any way to fix that to make it better?

Hope to hear from you soon
Report comment to moderator  
Reply With Quote
Unread 04-04-11, 08:02 PM  
demonizer_7
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Two bugs with alpha

Hey, I seem to have fixed the state icon from randomly jumping around. Instead of setting both anchoring positions to the Right, I set them both to the Left and just moved the icon across to the right hand side and that seems to have fixed the problem. The problem with the level text appearing on top of the boss skull icon is still there though.
Report comment to moderator  
Reply With Quote
Unread 04-04-11, 06:40 PM  
acapela
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 241
File comments: 1313
Uploads: 5
Re: Two bugs with alpha

Originally posted by demonizer_7
Hey thanks for replying. I've got the most recent Aloft, the version you released today and the problem's there. Version of WoW is the most up to date one aswel. 4.0.6.
tried to reproduce today, and didn't see anything. i will keep trying.
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"
Report comment to moderator  
Reply With Quote
Unread 04-04-11, 04:28 PM  
demonizer_7
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Two bugs with alpha

Hey thanks for replying. I've got the most recent Aloft, the version you released today and the problem's there. Version of WoW is the most up to date one aswel. 4.0.6.
Report comment to moderator  
Reply With Quote
Unread 04-04-11, 01:45 PM  
acapela
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 241
File comments: 1313
Uploads: 5
Release: Aloft-4.2.8-2157

a new release of Aloft is available (pending moderator approval): Aloft-4.2.8-2157.

this has fixes for a couple of things i noticed in the past couple of weeks. please review the change log.
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"
Report comment to moderator  
Reply With Quote
Unread 04-02-11, 02:22 PM  
acapela
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 241
File comments: 1313
Uploads: 5
Re: Two bugs with alpha

Originally posted by demonizer_7
Hey, love the addon it great, I've just noticed a couple of bugs with the new alpha version that I thought I should report.
the screenshots are good (and the fact that they reproduce with things like training dummies is good). i will go try to reproduce.

in the meantime, let me know what version of WoW you are using (i assume WoW 4.0.6), and Aloft (4.2.7-2143). i check for basic functionality each time the PTR is updated, but i have not had time to test exhaustively there.
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"
Report comment to moderator  
Reply With Quote
Unread 04-01-11, 02:28 PM  
demonizer_7
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Two bugs with alpha

Hey, love the addon it great, I've just noticed a couple of bugs with the new alpha version that I thought I should report.


How I've set Aloft up:
Dummy pic: http://img863.imageshack.us/f/screenshotnorm.jpg/


1st bug: A random level pops up over the boss skull icon. The level that pops up over the skull icon can be 60, 70, 80 or 85 randomly. This seems to occur most of the time when a boss' name plate comes into view.
Dummy pic: http://img821.imageshack.us/f/screenshotlevelprob.jpg/


2nd bug: The state elite dragon moves places to some default position lower than where I've set it to. It occurs quite alot when an elite name plate comes into view and occurs also when an elite is attacking you and then suddenly changes target (ie by threat). Sometimes pressing "v" to hide nameplates then pressing "v" to show them again fixes the problem for that particular elite but it may occur again at the next elite (in a dungeon for example).
Dummy pic: http://img153.imageshack.us/f/screenshoteliteprob1.jpg/
Dungeon pic: http://img163.imageshack.us/f/screenshoteliteprob2.jpg/


I've messed around with some of the options but it doesn't seem to help so I thought I'd share the problem with you. Thanks.
Report comment to moderator  
Reply With Quote
Unread 03-31-11, 08:13 PM  
acapela
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 241
File comments: 1313
Uploads: 5
Originally posted by Thortok2000
Lemme know if you want me to send you my saved variables so you can have settings the same way I do.
yeah, let's do that. i am guessing that i am just not going to be able to reproduce this, but it is worth a try.

i will also take a look at the version numbers of the addons we have in common, to make sure we are not wildly out of sync on anything.

thanks.
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"
Last edited by acapela : 03-31-11 at 08:14 PM.
Report comment to moderator  
Reply With Quote
Unread 03-31-11, 01:33 AM  
Thortok2000
A Defias Bandit
 
Thortok2000's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 367
Uploads: 3
Lemme know if you want me to send you my saved variables so you can have settings the same way I do.
__________________
“I don’t know half of you half as well as I should like; and I like less than half of you half as well as you deserve.” — Bilbo Baggins, from his speech on his eleventy-first birthday.
Report comment to moderator  
Reply With Quote
Unread 03-31-11, 01:33 AM  
Thortok2000
A Defias Bandit
 
Thortok2000's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 367
Uploads: 3
And this one occurred while raiding with friendly healthbars turned on.

I'll repeat that these errors don't occur with friendly healthbars turned off even with every single other setting the exact same.

Date: 2011-03-30 23:20:26
ID: -1
Error occured in: Global
Count: 571
Message: memory allocation error: block too big
Debug:
(tail call): ?
[C]: GetRegions()
Aloft\Aloft\AloftHealthBar.lua:409: SetupFrame()
Aloft\Aloft\AloftHealthBar.lua:285: AcquireHealthFrame()
Aloft\Aloft\AloftHighlight.lua:114: PlaceFrame()
Aloft\Aloft\AloftHighlight.lua:110: SetupFrame()
Aloft\Aloft\AloftHighlight.lua:87: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[2]"]:4:
[string "safecall Dispatcher[2]"]:4
[C]: ?
[string "safecall Dispatcher[2]"]:13: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: SendMessage()
Aloft\Aloft\Aloft.lua:1002: OnNameplateShow()
Aloft\Aloft\Aloft.lua:1106:
Aloft\Aloft\Aloft.lua:1100
(tail call): ?
AddOns:
Swatter, v5.1.DEV.300
WowheadLooter, v40015
NPCScan, v4.0.3.6
Ace3, v
Aloft, v4.2.7a
AloftCastWarning, v4.0.2
Archy, v1.7b8.bf6
ArkInventory, v3.02
ArkInventoryRules, v
AucAdvanced, v5.1.DEV.2530
AucFilterBasic, v5.1.DEV.5114
AucFilterOutlier, v5.1.DEV.4828
AucMatchUndercut, v5.1.DEV.2531
AucScanData, v5.1.DEV.4835
AucStatClassic, v5.1.DEV.4828
AucStatHistogram, v5.1.DEV.5018
AucStatPurchased, v5.1.DEV.4828
AucStatSales, v5.1.DEV.2842
AucStatSimple, v5.1.DEV.4828
AucStatStdDev, v5.1.DEV.4828
AucUtilAHWindowControl, v5.1.DEV.3311
AucUtilAppraiser, v5.1.DEV.2530
AucUtilAskPrice, v5.1.DEV.3175
AucUtilAutoMagic, v5.1.DEV.3142
AucUtilCompactUI, v5.1.DEV.2530
AucUtilEasyBuyout, v5.1.DEV.3583
AucUtilFixAH, v<%version%> (<%codename%>)
AucUtilItemSuggest, v5.1.DEV.3108
AucUtilPriceLevel, v5.1.DEV.2545
AucUtilScanButton, v5.1.DEV.2530
AucUtilScanFinish, v5.1.DEV.2530
AucUtilScanProgress, v5.1.DEV.2530
AucUtilScanStart, v5.1.DEV.4784
AucUtilSearchUI, v5.1.DEV.3655
AucUtilSimpleAuction, v5.1.DEV.4546
AucUtilVendMarkup, v5.1.DEV.2530
AutoItemStartQuest, v1.0.1
Automaton, v1.3.10
AutoShoutOutNeo, v1.0.0
Babylonian, v5.1.DEV.130
BadBoy, vv6.461
BadBoyGuilded, v1.28
BaudAFKReporter, v1.101
BeanCounter, v5.1.DEV.4828
BuyEmAll, v3.0.5
CensusPlus, v5.0.2
Configator, v5.1.DEV.130
Constructor, v<%version%> (<%codename%>)
DBMBurningCrusade, v
DBMCore, v
DBMUlduar, v
DebugLib, v5.1.DEV.130
Enchantrix, v5.1.DEV.4432
EnchantrixBarker, v5.1.DEV.4955
ErrorMonster, v3
FishingBuddy, v1.0.1
GFWFactionFriend, v4.0.5
GoGoMount, v4.0.59
GuildRecruiter, v3.0
Informant, v5.1.DEV.4857
LibDataBroker, v
LibExtraTip, v<%version%> (<%codename%>)
Macaroon, v40000.2
Mapster, v1.4.0-8-gc87c6f3
Multishot, vv4.0.0
MyGhoul, v
Nauticus, v4.0.5
Outfitter, v5.2
Overachiever, v0.62
OverachieverTrade, v0.62
PetLeash, v1.5.9.1
Postal, v3.4.4
Prospect, vv201103051621
RaidAchievement, v1.067
RaidAchievementAchieveReminder, v
RaidAchievementUlduar, v
RatingBuster, v
ReagentTree, v0.62
Recount, v
sct, v6.2
sctd, v3.1
SexyMap, v
SharedMediaAdditionalFonts, v1.0
Skillet, v
SlideBar, v5.1.DEV.272
Stackpack, v3.0.1
Stubby, v5.1.DEV.130
SwindlerPreventer, v4.0.3
TipHelper, v<%version%> (<%codename%>)
TipTac, v10.12.05
TipTacItemRef, v10.12.06
TipTacTalents, v10.11.23
TomTom, vv40000-1.2.6
TomTomLite, vv40000-0.1.1-1-ga6c5020
XPerl, v3.1.2
XPerlArcaneBar, v
XPerlCustomHighlight, v
XPerlParty, v
XPerlPartyPet, v
XPerlPlayer, v
XPerlPlayerBuffs, v
XPerlPlayerPet, v
XPerlRaidAdmin, v
XPerlRaidFrames, v
XPerlRaidHelper, v
XPerlRaidMonitor, v
XPerlRaidPets, v
XPerlTarget, v
XPerlTargetTarget, v
BlizRuntimeLib_enUS v4.0.6.40000 <us>
(ck=b11)
__________________
“I don’t know half of you half as well as I should like; and I like less than half of you half as well as you deserve.” — Bilbo Baggins, from his speech on his eleventy-first birthday.
Report comment to moderator  
Reply With Quote
Unread 03-30-11, 03:34 PM  
Thortok2000
A Defias Bandit
 
Thortok2000's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 367
Uploads: 3
This was in a 5-man dungeon with friendly healthbars on.

Date: 2011-03-30 17:33:23
ID: 1
Error occured in: Global
Count: 1
Message: memory allocation error: block too big
Debug:
(tail call): ?
[C]: GetRegions()
Aloft\Aloft\AloftManaBar.lua:209: SetupBar()
Aloft\Aloft\AloftManaBar.lua:250: AcquireManaBar()
Aloft\Aloft\AloftManaBar.lua:283: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[2]"]:4:
[string "safecall Dispatcher[2]"]:4
[C]: ?
[string "safecall Dispatcher[2]"]:13: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: SendMessage()
Aloft\Aloft\AloftManaData.lua:208: SetManaData()
Aloft\Aloft\AloftManaData.lua:246: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[3]"]:4:
[string "safecall Dispatcher[3]"]:4
[C]: ?
[string "safecall Dispatcher[3]"]:13: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
Ace3\AceEvent-3.0\AceEvent-3.0.lua:120:
Ace3\AceEvent-3.0\AceEvent-3.0.lua:119
AddOns:
Swatter, v5.1.DEV.300
WowheadLooter, v40015
NPCScan, v4.0.3.6
Ace3, v
Aloft, v4.2.7a
AloftCastWarning, v4.0.2
Archy, v1.7b8.bf6
ArkInventory, v3.02
ArkInventoryRules, v
AucAdvanced, v5.1.DEV.2530
AucFilterBasic, v5.1.DEV.5114
AucFilterOutlier, v5.1.DEV.4828
AucMatchUndercut, v5.1.DEV.2531
AucScanData, v5.1.DEV.4835
AucStatClassic, v5.1.DEV.4828
AucStatHistogram, v5.1.DEV.5018
AucStatPurchased, v5.1.DEV.4828
AucStatSales, v5.1.DEV.2842
AucStatSimple, v5.1.DEV.4828
AucStatStdDev, v5.1.DEV.4828
AucUtilAHWindowControl, v5.1.DEV.3311
AucUtilAppraiser, v5.1.DEV.2530
AucUtilAskPrice, v5.1.DEV.3175
AucUtilAutoMagic, v5.1.DEV.3142
AucUtilCompactUI, v5.1.DEV.2530
AucUtilEasyBuyout, v5.1.DEV.3583
AucUtilFixAH, v<%version%> (<%codename%>)
AucUtilItemSuggest, v5.1.DEV.3108
AucUtilPriceLevel, v5.1.DEV.2545
AucUtilScanButton, v5.1.DEV.2530
AucUtilScanFinish, v5.1.DEV.2530
AucUtilScanProgress, v5.1.DEV.2530
AucUtilScanStart, v5.1.DEV.4784
AucUtilSearchUI, v5.1.DEV.3655
AucUtilSimpleAuction, v5.1.DEV.4546
AucUtilVendMarkup, v5.1.DEV.2530
AutoItemStartQuest, v1.0.1
Automaton, v1.3.10
AutoShoutOutNeo, v1.0.0
Babylonian, v5.1.DEV.130
BadBoy, vv6.461
BadBoyGuilded, v1.28
BaudAFKReporter, v1.101
BeanCounter, v5.1.DEV.4828
BuyEmAll, v3.0.5
CensusPlus, v5.0.2
Configator, v5.1.DEV.130
Constructor, v<%version%> (<%codename%>)
DBMBurningCrusade, v
DBMCore, v
DBMPartyCataclysm, v
DebugLib, v5.1.DEV.130
Enchantrix, v5.1.DEV.4432
EnchantrixBarker, v5.1.DEV.4955
ErrorMonster, v3
FishingBuddy, v1.0.1
GFWFactionFriend, v4.0.5
GoGoMount, v4.0.59
GuildRecruiter, v3.0
Informant, v5.1.DEV.4857
LibDataBroker, v
LibExtraTip, v<%version%> (<%codename%>)
Macaroon, v40000.2
Mapster, v1.4.0-8-gc87c6f3
Multishot, vv4.0.0
MyGhoul, v
Nauticus, v4.0.5
Outfitter, v5.2
Overachiever, v0.62
OverachieverTrade, v0.62
PetLeash, v1.5.9.1
Postal, v3.4.4
Prospect, vv201103051621
RaidAchievement, v1.067
RaidAchievementAchieveReminder, v
RaidAchievementCataHeroics, v
RatingBuster, v
ReagentTree, v0.62
Recount, v
sct, v6.2
sctd, v3.1
SexyMap, v
SharedMediaAdditionalFonts, v1.0
Skillet, v
SlideBar, v5.1.DEV.272
Stackpack, v3.0.1
Stubby, v5.1.DEV.130
SwindlerPreventer, v4.0.3
TipHelper, v<%version%> (<%codename%>)
TipTac, v10.12.05
TipTacItemRef, v10.12.06
TipTacTalents, v10.11.23
TomTom, vv40000-1.2.6
TomTomLite, vv40000-0.1.1-1-ga6c5020
XPerl, v3.1.2
XPerlArcaneBar, v
XPerlCustomHighlight, v
XPerlParty, v
XPerlPartyPet, v
XPerlPlayer, v
XPerlPlayerBuffs, v
XPerlPlayerPet, v
XPerlRaidAdmin, v
XPerlRaidFrames, v
XPerlRaidHelper, v
XPerlRaidMonitor, v
XPerlRaidPets, v
XPerlTarget, v
XPerlTargetTarget, v
BlizRuntimeLib_enUS v4.0.6.40000 <us>
(ck=b1e)
__________________
“I don’t know half of you half as well as I should like; and I like less than half of you half as well as you deserve.” — Bilbo Baggins, from his speech on his eleventy-first birthday.
Report comment to moderator  
Reply With Quote
Unread 03-29-11, 11:28 PM  
Thortok2000
A Defias Bandit
 
Thortok2000's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 367
Uploads: 3
Hmm. Seems the options addon is yet another one of those that somehow defaults to 'off' in the addon control panel. =/

So far at least I've noticed improved fps but I don't know if that's this addon's fault or not. I'm turning friendly back on for all environments (even battlegrounds and raids where it's crashed me before) and we'll see how it works out. I have another raid tomorrow night.
__________________
“I don’t know half of you half as well as I should like; and I like less than half of you half as well as you deserve.” — Bilbo Baggins, from his speech on his eleventy-first birthday.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.