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
Unread 07-04-10, 07:13 AM  
Jpapertowels
A Defias Bandit
 
Jpapertowels's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 68
Uploads: 7
Originally posted by richerich
Hmm, for some reason, there is no text, only sound and flash o.o
The text is just floating combat text, however I suppose I can make a text that pops up centered in the font I use... Okay for v1.1 when I get the time!
Report comment to moderator  
Reply With Quote
Unread 07-04-10, 10:58 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Jpapertowels
The text is just floating combat text, however I suppose I can make a text that pops up centered in the font I use... Okay for v1.1 when I get the time!
cool, cause i dont use the fct
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 04:10 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Noticed on today's raid that Maelstrom Weapon didn't notice me when it was on 5 stacks :S Maelstrom Power flashed for me, but not Maelstrom Weapon :P
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 04:46 PM  
Jpapertowels
A Defias Bandit
 
Jpapertowels's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 68
Uploads: 7
Originally posted by richerich
Noticed on today's raid that Maelstrom Weapon didn't notice me when it was on 5 stacks :S Maelstrom Power flashed for me, but not Maelstrom Weapon :P
Haha, sorry I spelt MaelstromWeapon as MaelstromWrapon - I swear it's impossible to put an e after a w >.< Updated now, hopefully the count check is correct as well.

Edit: I hope curse and wowinterface don't mind me updating the addon every 2 hours, must be annoying for them to inspect it lol >.<
Edit #2: Thanks for testing the addon, I really appreciate it!
Edit #3: If you guys find clicking sounds in any of the procs, let me know which one it is and I'll redo it, already found one on Missile Barrage.
Last edited by Jpapertowels : 07-05-10 at 04:59 PM.
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 04:50 PM  
Holyana
A Defias Bandit
 
Holyana's Avatar

Forum posts: 3
File comments: 84
Uploads: 0
Am I the only one that noticed the funny chat in the chat box on the first picture? :P Great work on your addon too!
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 06:17 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Holyana
Am I the only one that noticed the funny chat in the chat box on the first picture? :P Great work on your addon too!
Nope, but i like the addon more than that chat xD at least ever since i started using this instead of GoodNewsEveryone

EDIT: Btw, i think
PAF_ProcText:SetPoint("CENTER", UIParent)
is much easier to understand for others with LUA experience than
PAF_ProcText:SetAllPoints(UIParent)

just a suggestion
__________________
Livestream | Twitter | YouTube
Last edited by Dajova : 07-05-10 at 06:23 PM.
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 06:46 PM  
Jpapertowels
A Defias Bandit
 
Jpapertowels's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 68
Uploads: 7
Originally posted by richerich
EDIT: Btw, i think
PAF_ProcText:SetPoint("CENTER", UIParent)
is much easier to understand for others with LUA experience than
PAF_ProcText:SetAllPoints(UIParent)
Thanks! That frees up some bytes and a couple lines I'll add that fix as well as no click sound missile barrage in next update.
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 06:46 AM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Heyho,
nice mod.

Can you please add "Divine Storm" proc from Paladin T10 2 Set Bonus?


Have a nice day

Slaxi
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 07-06-10, 03:00 PM  
Jpapertowels
A Defias Bandit
 
Jpapertowels's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 68
Uploads: 7
Originally posted by Slaxi81
Heyho,
nice mod.

Can you please add "Divine Storm" proc from Paladin T10 2 Set Bonus?


Have a nice day

Slaxi
I'm not sure how to detect this... I think I'm also going to shorten the command list output using categories as well

Edit: Do you guys think I should add trinkets (232+)? It'll be a hell of a time adding them all... >.<
Last edited by Jpapertowels : 07-06-10 at 03:29 PM.
Report comment to moderator  
Reply With Quote
Unread 07-06-10, 03:54 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Jpapertowels
I'm not sure how to detect this... I think I'm also going to shorten the command list output using categories as well

Edit: Do you guys think I should add trinkets (232+)? It'll be a hell of a time adding them all... >.<
Nah, i think it would distract too much with the flash then :P
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 07-08-10, 06:11 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
The new version looks a lot cleaner But now another problem came up with Maelstrom Weapon...
the announce works... but it flashes when i get 1 stack, not 5 stacks.
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 07-08-10, 02:49 PM  
Jpapertowels
A Defias Bandit
 
Jpapertowels's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 68
Uploads: 7
Originally posted by richerich
The new version looks a lot cleaner But now another problem came up with Maelstrom Weapon...
the announce works... but it flashes when i get 1 stack, not 5 stacks.
lol silly me I was so focused on cleaning it I forgot to re-add count to the loops
Report comment to moderator  
Reply With Quote
Unread 07-21-10, 11:46 PM  
Spartitan
A Murloc Raider

Forum posts: 4
File comments: 57
Uploads: 0
lmao the whisper xD i want to make an addon that makes all npc's and players look like dildos wow xD! ZEPIC!
Report comment to moderator  
Reply With Quote
Unread 07-22-10, 02:04 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Jpapertowels
lol silly me I was so focused on cleaning it I forgot to re-add count to the loops
havent been playin for a week now, but can report that maelstrom weapon still bugs now it announces on 4 stacks, not 5
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: