Addons
Downfall Guild Raid Addon Pack
garreth — Fri, 04/17/2009 - 01:41
Click here to download the Downfall Guild Raid Addon pack!
All these addons and more can be managed easily via the Curse Updater (www.curse.com/client). Check it out! Below is a list of the included addons and a quick summary of what they do:
FINAL FANTASY MUSIC!
Theano — Thu, 07/15/2010 - 13:54
Attached are the addons needed to provide your game with sounds from
Final Fantasy 7. The sounds are not included, however and will have to
be downloaded from the provided link.
STEP 1: Unzip
the contents of the attached .zip into your ".../interface/addons"
directory.
STEP 2: DOWNLOAD (don't use Curse install)
the FinalFantasylization Renewed SOUNDPACK file here
(200mb file, lots of songs)
STEP 3: Unzip the contents of FinalFantasylization
Renewed SOUNDPACK into
your
".../interface/addons/finalfantasylization_ff/sounds" folder.
STEP 4:
Run World of Warcraft, check the addons button on the character
selection screen and check Load Outdated Addons if necessary.
STEP 5:
Use the command "/ffsp ff" (no quotations) in the World of Warcraft
command box.
STEP 6: PROFIT!!!!
*I
do not take credit for the creation of the FinalFantasylization addon
nor the template used to make the soundpack
If you have any
problems, post here and I'll try to help you resolve them
GridStatusHealth - Absolute Health Hax
saedo — Wed, 11/25/2009 - 13:33
A while ago, I wondered if seeing absolute health values on Grid would help deal with P3 of Penetrating Cold. Like, just have to watch a number, keep those with it above 6K hp only. A deficit / percentage varies from person to person making it more ambigious to how much they need.
Attached is a bit of a hax to one of the Grid files to show absolute values. Replace this file in your Grid folder. And under configuration, it is "Unit Health" status text that you want turned on to whereever you want (i.e. Center Text 1 or 2), and set priorities to etc.
For the exact changes, all I did was mostly copy what it already did and tweaked it a bit...
Added new function:
function GridStatusHealth:FormatHealthText2(cur, max)
local healthText
local deficit = cur
if deficit > 999 then
healthText = string.format("%.1fk", deficit/1000.0)
else
healthText = string.format("%d", deficit)
end
return healthText
end
This just copies the another function, except I change the deficit text to current hp, and removed the minus sign from the formating.
In function GridStatusHealth:UpdateUnit
Added another variable: local healthText2
Added another line below original (the non 2 version) to get it called like the other: healthText2 = self:FormatHealthText2(cur,max)
Changed this line:
self.core:SendStatusGained(guid, "unit_health",
priority,
(ignoreRange ~= true and settings.range and 40),
(settings.useClassColors and
self.core:UnitColor(guid) or
settings.color),
healthText2,
cur, max,
settings.icon)
Only the healthText2 part, was healthText normally of course. Just gets it to print out the new variable.
Saedo's Collective UIs
saedo — Sun, 11/15/2009 - 03:18
The new variation of mods I'd like to advertise with this is..
MSBT (MiksScrollingBattleText) - It replaced my Parrot and wow it's far better (another ace mod down the crapper lol). It's much lighter weight than Parrot. 600KB ish while Parrot was like 3MB I think. And I'm loving the bottom text frame, you'll see a bit of it kinda fading away, the new thing to me is that it prints out if my target is gaining buffs. You kinda see "Burning Fury" scrolling there right now.
SexyCooldown - From the creator of SexyMap, it's the blue bar you see with little icons in them. It's like Cooline or Forte mod or something. It does the whole moving icon for Buffs and Cooldowns, along a timeline logarithmetically and splashing it when it reaches zero. But what caught my eye was that it handles my trinket's internal CDs as well. I've set mine's up to color red to differeniate it, and you'll see a DV and runestone icon there on my screen right now. All to better plan around trinket procs for moar dps.
Comments? Questions? Tips? Suggestions?
An Extra SBF Frame
saedo — Thu, 10/08/2009 - 16:53








Recent comments
5 hours 34 min ago
6 hours 10 min ago
6 hours 32 min ago
8 hours 17 min ago
8 hours 20 min ago
8 hours 28 min ago
8 hours 33 min ago
8 hours 36 min ago
8 hours 55 min ago
10 hours 31 min ago