Download
(9Kb)
Download
Updated: 05-13-10 12:28 AM
Pictures
File Info
Updated:05-13-10 12:28 AM
Created:03-11-10 12:44 PM
Downloads:12,413
Favorites:25
MD5:

FaceMelter  Popular! (More than 5000 hits)

Version: 3.333
by: cystacae [More]

I am Etherwind of US-Darkspear and have taken over development of the original facemelter and pushed it into the current age. This is an addon that deals with rotations for shadow priests. This more helps the novice to become a better dps machine and to better manage their spells. Can you get more dps if you are a number cruncher? Probably if you manage manually and have proper timing but the general wow populace need to learn these things. This addon does exactly that.

Finalizing the Face Melter one project with a few more bug fix versions as I am developing Face Melter 2! The new code will be able to handle more changes and will add MANY new features including latency compensation, mind flay clipping support, and movement compensation on spells for maximum dps, and even more past this small list. I will also allow me to fix things without checking a obscene amount of code as well as streamlining it and reducing bloat. Once a public Alpha is available I will be posting it to the optional files section.

Face Melter 2 is now dubbed Face Melter Zwei and features a new visual design for the suggester frame as well as support for many new features. The first release test alpha is scheduled for 2 weeks from now. Among the added features are cooldown indicators (covering Shadowfiend, Dispersion, and Inner Focus), Record keeping for the last two prior spells casted indicated by the new GUI. Latency, cast time, and GCD compensation and cast planning. Turn off SW: D and Mind Blast completely or only have them used in certain conditions (ie. Mind Blast used unless under Heroism/Bloodlust or SW: D only used when target is under a certain percentage or while moving). Support for primary and secondary specs. And many more things planned, also I applied for a Cataclysm Beta Key to plan a Cataclysm release.

v.3.333
-------
- Cleaned up and gave more explanation to the Interface Options.
- Modified some settings concerning priority (should not affect current installations).
- Removed a coding bug which created an issue with not suggesting Mind Blast when a player has 2pT10+.

v3.332
-------
- Added a requested change for the timing on Mind Blast in correlation to Vampiric Touch when using 2pT10 (untested as my priest doesn't have any set pieces).
- Changed a lot of mathematical computation concerning GCD, spell haste, spell duration, and spell CD that was still residual from old times (prior to me taking over). This allowed for a smoother and better running suggestion box.
- Added some changes to try to compensate for GCD and cast time in the suggestion of Vampiric Touch and Devouring Plague. These changes in tests allow me to maintain from 95%-100% up times respectively in tests.
- Worked a bit more to refine the Heroism/Bloodlust support.
- Did I mention lots and LOTS of math?! Oh and extra assurance checks to hopefully allow me to improve things for the future.

v3.331
-------
- Should not request to reapply Shadow Word: Pain when Shadow Word: Pain is up.

v3.330
-------
- Now only suggests Shadow Word: Pain upon 5 stacks of Shadow Weaving. Adjusts priority for this very reason. (Tested, Works, and enabled)
- Should support heroism/bloodlust (still to be tested but enabled at this moment)
- Fixed some issues with early and late suggestions.
- General cleaning of the code and added some code based documentation for 3rd party developers. Also removed some now defunct code or alpha staged undocumented code that was sloppy or poorly written.

v3.320
-------
- First release to www.wowinterface.com
- Added support for tier 9, tier 10 and Mind Blast removal from the rotation as well as various code cleaning duties and preliminary upper support for heroism/bloodlust and shadow weaving the latter two things not implimented or enabled.
Optional Files (0)


Post A Reply Comment Options
Unread 09-24-10, 01:09 AM  
cystacae
A Defias Bandit
 
cystacae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 19
Uploads: 1
Delays delays and more delays...

I need a vast amount of help to bug fix this written code as I am overwhelmed with this and real life stuff. Is there anyone out there that can assist me?
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 10:00 AM  
draxius
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I am working on trying to update this to work on 4.0.1/Cata. Snagged it on Tuesday and started playing with it on a lark.

I took the current release version (3.333) and heavily modified it for the following:
  • Removed references/support for Shadow Weaving
  • DoT refresh is based on current DoT duration, rather than trying to track duration internally.
  • Haste is now properly calculated multiplicatively, including support for haste from Darkness and Shadowform
  • Cooldowns for Shadow Word: Death and Mind Blast are polled directly rather than tracked by an internal timer
  • Mind Spike support added (although not allowed if DoTs are active on the target). This is still experimental, as Mind Spike isn't part of our normal rotation. Will be heavily modifying this piece moving forward.
  • Larger base UI window with Mind Spike checkbox

Looking to add support for:
  • Shadowfiend
  • (Dark) Archangel
    - Including minimum (Dark) Evangelism stacks; possible minimum DoT duration to ensure you don't waste a good portion of your Archangel cast refreshing them.
  • "Standard" Buffs: Shadowform, Vampiric Embrace, Inner Fire/Inner Will
  • Minimum # of Shadow Orbs for Mind Blast cast

Wishlist of future features:
  • Cast support (a la SmartBuff)
  • More customization of options (separate priority lists for Execute phase, under Dark Archangel, etc.)

Additional to-do list (based on: http://forums.worldofwarcraft.com/th...26580975&sid=1) - In progress
  • Clean up 'this' references - replaced by 'self' in new LUA standard for WoW addons
  • Clean up 'getglobal' calls
  • Polish visuals to ensure cooldown animations work properly

I can review whatever anyone else has done to polish this up, but this one is working just fine for me, and I'm more than willing to share.
Last edited by draxius : 10-14-10 at 10:01 AM.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 05:40 PM  
Necrolai
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by draxius
I am working on trying to update this to work on 4.0.1/Cata. Snagged it on Tuesday and started playing with it on a lark.

I took the current release version (3.333) and heavily modified it for the following:
  • Removed references/support for Shadow Weaving
  • DoT refresh is based on current DoT duration, rather than trying to track duration internally.
  • Haste is now properly calculated multiplicatively, including support for haste from Darkness and Shadowform
  • Cooldowns for Shadow Word: Death and Mind Blast are polled directly rather than tracked by an internal timer
  • Mind Spike support added (although not allowed if DoTs are active on the target). This is still experimental, as Mind Spike isn't part of our normal rotation. Will be heavily modifying this piece moving forward.
  • Larger base UI window with Mind Spike checkbox

Looking to add support for:
  • Shadowfiend
  • (Dark) Archangel
    - Including minimum (Dark) Evangelism stacks; possible minimum DoT duration to ensure you don't waste a good portion of your Archangel cast refreshing them.
  • "Standard" Buffs: Shadowform, Vampiric Embrace, Inner Fire/Inner Will
  • Minimum # of Shadow Orbs for Mind Blast cast

Wishlist of future features:
  • Cast support (a la SmartBuff)
  • More customization of options (separate priority lists for Execute phase, under Dark Archangel, etc.)

Additional to-do list (based on: http://forums.worldofwarcraft.com/th...26580975&sid=1) - In progress
  • Clean up 'this' references - replaced by 'self' in new LUA standard for WoW addons
  • Clean up 'getglobal' calls
  • Polish visuals to ensure cooldown animations work properly

I can review whatever anyone else has done to polish this up, but this one is working just fine for me, and I'm more than willing to share.
Is there a place to download this update? I feel lost without facemelter
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 12:47 AM  
draxius
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
For now, I'm using shadowpriest.com to have some folks take a look at my changes. Thread is here: http://shadowpriest.com/viewtopic.ph...=29549&start=0

Feel free to download, comment, etc. Let me know if you run into any problems.
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 03:31 PM  
m00se
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by draxius
For now, I'm using shadowpriest.com to have some folks take a look at my changes. Thread is here: http://shadowpriest.com/viewtopic.ph...=29549&start=0

Feel free to download, comment, etc. Let me know if you run into any problems.
I have shadowform disabled and even during DPSing, it is telling me to cast shadowform even tho I already am in shadowform. It is also telling me to cast vampiric embrace even tho I have the buff already too. Its also telling me to recast VT and DP 3 or so seconds before they drop off.

thanks for looking into updating this!

M00se
Last edited by m00se : 10-16-10 at 06:10 AM.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 11:47 AM  
draxius
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by m00se
I have shadowform disabled and even during DPSing, it is telling me to cast shadowform even tho I already am in shadowform. It is also telling me to cast vampiric embrace even tho I have the buff already too. Its also telling me to recast VT and DP 3 or so seconds before they drop off.

thanks for looking into updating this!

M00se
Shadowform and Vampiric Embrace bugs were fixed in latest release.

It should be telling you to clip your DoTs - that's how DoTs work now. Basically, as long as you refresh in the window between the last two ticks, you still get your full duration (and all your damage). So the goal is now 100% DoT uptime without overwriting early ticks in the duration. DP should come up just after the next-to-last tick. VT should come up 1 Global Cooldown before the next-to-last tick (because of cast time on the spell). That bit is working as intended.

EDIT: On further thought, I might be tweaking how this works a bit with a new slider option. Head back to the shadowpriest thread for the full details on that.
Last edited by draxius : 10-18-10 at 01:43 PM.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 02:57 PM  
cystacae
A Defias Bandit
 
cystacae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 19
Uploads: 1
Thanks

Originally posted by draxius
I am working on trying to update this to work on 4.0.1/Cata. Snagged it on Tuesday and started playing with it on a lark.

I took the current release version (3.333) and heavily modified it for the following:
  • Removed references/support for Shadow Weaving
  • DoT refresh is based on current DoT duration, rather than trying to track duration internally.
  • Haste is now properly calculated multiplicatively, including support for haste from Darkness and Shadowform
  • Cooldowns for Shadow Word: Death and Mind Blast are polled directly rather than tracked by an internal timer
  • Mind Spike support added (although not allowed if DoTs are active on the target). This is still experimental, as Mind Spike isn't part of our normal rotation. Will be heavily modifying this piece moving forward.
  • Larger base UI window with Mind Spike checkbox

Looking to add support for:
  • Shadowfiend
  • (Dark) Archangel
    - Including minimum (Dark) Evangelism stacks; possible minimum DoT duration to ensure you don't waste a good portion of your Archangel cast refreshing them.
  • "Standard" Buffs: Shadowform, Vampiric Embrace, Inner Fire/Inner Will
  • Minimum # of Shadow Orbs for Mind Blast cast

Wishlist of future features:
  • Cast support (a la SmartBuff)
  • More customization of options (separate priority lists for Execute phase, under Dark Archangel, etc.)

Additional to-do list (based on: http://forums.worldofwarcraft.com/th...26580975&sid=1) - In progress
  • Clean up 'this' references - replaced by 'self' in new LUA standard for WoW addons
  • Clean up 'getglobal' calls
  • Polish visuals to ensure cooldown animations work properly

I can review whatever anyone else has done to polish this up, but this one is working just fine for me, and I'm more than willing to share.
Thank you for the help, I am busy with a lot of stuff in my life atm. (I am a single pops that has a very athletic 12 year old son whom wants to do EVERYTHING. I will be willing to share the work with you and it could be a split project if you would like.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: