Download
(528Kb)
Download
Updated: 06-30-12 03:19 PM
Pictures
File Info
Updated:06-30-12 03:19 PM
Created:07-03-10 09:34 PM
Downloads:8,590
Favorites:22
MD5:

Proc And Flash  Popular! (More than 5000 hits)

Version: 4.0.2
by: Jpapertowels [More]

NOTE: This is (still) a beta version, not all (useful to know) procs may be implemented. If you find a proc that you really want implemented, please comment about it on this page, I check there very often. (just kidding, I actually don't, you're probably better off finding me in-game)

Proc And Flash flashes the screen with a color, displays large outlined white text, and plays a voice sound related to the proc you obtain.

The voice sounds, eh? They're all me. Yes, me. Feel free to record your own voice or edit mine to make it sound less kiddish or include some effects relevant to the spell proc. Oh, and it'd be cool if you could upload a zipped folder of your customized proc sounds.

Don't like my voice? No problem, use the /paf sfx toggle to turn a sound effect on instead, then use /paf voice off to turn my voice off.

Don't like the color of a certain proc? Want to add your own proc? I tried my best to match decent colors to procs, however, if it's really bugging you then you may:

  1. Open up Proc And Flash.lua (in the addon's root folder)
  2. A bit down in the file you will find an array called PAF_Colors
  3. You can add your own colors using the format colorName = {R(0-255), G(0-255), B(0-255)}
  4. Scroll down a bit after you've had fun in that section and find if playerClass == "DEATHKNIGHT" then
  5. Find the appropriate section of this large lump of class check if statements to insert your proc
  6. If the proc is in the form of a buff, insert it into your class's section in the format Proc.add(spellId, "colorNameFromStep3", "displayNameOfProc", "commandAsWellAsNameOfMP3", "TEXT POPUP ON PROC", countToTriggerAt)
  7. If the proc is not in the form of a buff, you're probably screwed because I removed the reacts section
  8. Save file then open WoW or /console reloadui
Note: spellId can be found on wowhead.com, countToTriggerAt is the amount of stacks of the buff that the flash will trigger at (-1 means any)

Proc And Flash - Commands:
/paf flash on/off - enable/disable the flash alerts
/paf voice on/off - enable/disable the voice alerts
/paf sfx on/off - enable/disable the sound effect alerts
/paf text on/off - enable/disable the text alerts
/paf dmg on/off - enable/disable using proc font as damage font (requires logout)
/paf test [proc] - test what happens when a specific proc occurs
/paf procs - list procs available for your class
/paf [proc] on/off

v4.0.2
- Probably removed a bunch of procs, oops, sorry guys
- New, more efficient and easier to understand code
- Now compatible with patch 4.3.4
- Includes the legendary dagger proc for rogues

v3.2
- Added warrior Victory Rush ability
- Renamed all those args so that it's easier to understand and update my code
- Support for patch 4.2!

v3.1
- Re-voiced all of the procs out of boredom and the fact I'm like a year old, sadly I still sound like a kid - oh well!
- Added Master Marksman talent for hunters
- Fixed the issue of not working due to arg placement (I really need to give them names sometime...)

v3.0beta
- Re-added the 0 stack check in a better way (count == 0 and 1 or count, are you guys getting this?)
- Added the rest of the classes in, aside from rogue which I can't find any useful-to-know procs within

v3.0alpha2
- Added a couple of classes support... Hunters, mages, paladins...

v3.0alpha
- Back to alpha...or is this the first alpha I've had? Oh well...
- Added support for procs that aren't buffs! What a miracle!
- Cataclysm support, yeah, I finally got off my butt and did something
- Re-coded a lot of the addon to be more efficient
- Removed enchant and trinket procs section, it was never useful anyway
- Only Death Knight and Shaman procs are available now
- Added death knight Dark Transformation talent
- Added death knight Sudden Doom talent
- Added shaman Lava Surge talent
- Added shaman Fulmination talent

v2.4.1
- Fixed class localization issue thanks to rza on wowinterface
- Attempted to fix shaman talent Maelstrom Weapon (for the 3rd time...it's more of a revert)

v2.4
- Bit of a performance upgrade (removed for loops so it doesn't loop through all classes for proc checks)
- Slightly less memory usage
- Added one big long line

v2.3.6
- Added warrior T10 DPS 4P bonus (Bloodsurge X2, Sudden Death X2)
- Added paladin Infusion of Light talent
- Added mage Impact talent
- Fixed mage Fingers of Frost talent
Note: v2.3.5 was a version with a minor fix that I kinda just skipped uploading because I'm lazy like that.

v2.3.4
- Normalized the volume of all sounds using MP3Gain (which hopefully ended the rattling loudness)
- Attempt to fix proc text from going to 100% opaque a couple ms before it disappears

v2.3.3
- Added mage Firestarter and Blazing Speed talents

v2.3.2
- Fixed shaman Maelstrom Weapon talent again

v2.3.1
- Added warlock Decimation talent

v2.3
- Fixed warlock Molten Core talent to proc at 3 instead of 1
- Added option to use the proc font as the font for your damage numbers

v2.2
- Added sfx option (off by default) for people who don't like my voice (plays shadowdance sound, it seemed decent enough, might change it if someone gives a better one)
- Re-voiced a few procs that I did a bad job on
- Re-worked a few commands to shorten code
- Probably did something else but I can't remember

v2.1
- Found out that Blizzard decided to make the count value of UnitBuff() be either 1 or 0 so had to adjust for that...weird!
- Re-voiced Fingers of Frost (from Ding Gers of Frost, excuse my accent)
- Added Eradication (Affliction talent)
- Added Fatal Flaws (Needle-Encrusted Scorpion)
- As you noticed, there's now a trinket section, I'll add more trinkets to it when I get the time - I promise!

v2.0.1
- Re-added stack count check, oops.

v2.0
- Studied a bit more into Blizzard's XML and lua API, so now the addon's totally rewritten so you or I can easily add a proc with just 1 line of code!
- Reduced the addon code from somewhere around 60 KB to around 18 KB
- Now uses only 44 KB of RAM (or wait, is that more?)
- Categories adjusted
- Commands are automatically generated per proc
- I'm going to call it stable but I could be lying

v1.3.1
- Shortened some code
- Attempted to make /paf output less spammy and more categoryish

v1.3
- Added Lightweave & Shadowguard embroideries
- Had Beardaddy test my addon for a while and he thinks it works well so first release!

v1.2beta3
- Added version in /paf command
- Re-voiced missile barrage without the click noise
- Shortened the code a few lines (thanks richerich @ wowinterface)
- Plan on v1.3 being next as a release, hope you testers out there find me some bugs to squash before I do :)

v1.2beta2:
- I can't spell weapon right, MaelstromWrapon lol! So that's fixed.

v1.2beta:
- Attempt to keep the text staying on the screen for the same duration on every computer
- Added weapon enchant procs
- Still trying to keep my voice sexy

v1.1beta2:
- Fixed procs given from pets (such as Empowered Imp)
- Started updating the version in the .toc file

v1.1beta:
- Added text popup using a Pepsi logo styled font (it looks cool imo)
- Renamed tons of variables so that they don't interfere with other addons

v1.0beta:
- It definitely exists, now.
Optional Files (0)


Post A Reply Comment Options
Unread 07-04-10, 06:32 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Hmm, for some reason, there is no text, only sound and flash o.o
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: