Download
(5Kb)
Download
Updated: 07-17-11 06:05 PM
Pictures
File Info
Updated:07-17-11 06:05 PM
Created:07-17-11 06:05 PM
Downloads:1,852
Favorites:2
MD5:

Arcane Overflow

Version: 1.0
by: tobindax [More]

Arcane Overflow shows the current overflow of mana based on current procs.

It is based on real current data of procs of the common bufs Power Torrent, Volcanic Potion, Lightweave Embroidery, Darkmoon Card: Volcano, Synapse Springs and also takes into account Blessing of Kings and Mark of the Wild.

The time remaining of the shortest duration is also shown.

It is only shown on Arcane Mages.

Visual configuration is done via the interface menu, also accessible with /ao.

Optional Files (0)


Post A Reply Comment Options
Unread 08-22-11, 05:44 AM  
tobindax
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 19
Uploads: 2
Re: oho

Originally posted by oldchap32
I know where you got this idea, ehe

First you're overlooking stats buff by restricting yourself to Blessing_of_kings = 79063 and mark_of_the_wild = 79061, there is more instance of theses buffs. SpellIds are different if casted by someone in your party/raid, someone not grouped and by a NPC.

Code:
		if (spellId == 79060) or (spellId == 79061) or (spellId == 79062) or (spellId == 79063) or (spellId == 90363) or (spellId == 79833)  then
			MMBmanapoolmultiplier = MMBmanapoolmultiplier*1.05
		elseif (spellId == 69378) then
			MMBmanapoolmultiplier = MMBmanapoolmultiplier*1.04
Taken from my addon : MageManaBar

Then looks like you're using Events to trigger overflow detection and calculation but i might be wrong since i'm used to your way of coding.

Oh btw you're missing 2 int procs in your list. Since when i was starting coding people helped me out, i'll do the same : {"Mark of the firelord", 97007, 19155} and {"Lightweave", 55367, 4425}

Oh and you left stuff that will printed in chat from your previous addon in your code but i won't tell where, ehe.
Well, I have to admit, I don't use these anymore. I use your addon.

It was mostly an experiment. There's no need for it when other graphical tools do a better job (since graphical representation is also good.).

By the way, it still could use more color and shaping editing things:P
Last edited by tobindax : 08-22-11 at 05:46 AM.
Report comment to moderator  
Reply With Quote
Unread 08-18-11, 03:19 AM  
oldchap32
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 61
Uploads: 8
oho

I know where you got this idea, ehe

First you're overlooking stats buff by restricting yourself to Blessing_of_kings = 79063 and mark_of_the_wild = 79061, there is more instance of theses buffs. SpellIds are different if casted by someone in your party/raid, someone not grouped and by a NPC.

Code:
		if (spellId == 79060) or (spellId == 79061) or (spellId == 79062) or (spellId == 79063) or (spellId == 90363) or (spellId == 79833)  then
			MMBmanapoolmultiplier = MMBmanapoolmultiplier*1.05
		elseif (spellId == 69378) then
			MMBmanapoolmultiplier = MMBmanapoolmultiplier*1.04
Taken from my addon : MageManaBar

Then looks like you're using Events to trigger overflow detection and calculation but i might be wrong since i'm used to your way of coding.

Oh btw you're missing 2 int procs in your list. Since when i was starting coding people helped me out, i'll do the same : {"Mark of the firelord", 97007, 19155} and {"Lightweave", 55367, 4425}

Oh and you left stuff that will printed in chat from your previous addon in your code but i won't tell where, ehe.
Last edited by oldchap32 : 08-18-11 at 03:22 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: