• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Face Melter

 

Project Updated:
Files Updated: Mon, Feb 16 2009
Supports Game Version: 3.0.9
Category: Priest
Tags:

, , , , and [Edit Tags]

Project Manager: Falie
Additional Authors: No additional authors
Current Version: Face Melter 1.5
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 120
Downloads Total: 92,172
Favorites: 170
Comments: 106
  • About Face Melter
  •  

Version 1.4!! Updated for WoW Version 3.0.2

Please note that if you used anyone's modified version of FaceMelter as a fix for 3.0.2, I cannot guarantee things won't get cranky unless you delete your saved variables before upgrading to this version.

Things Fixed:
Devouring Plague support added.
Shadow Word: Pain refreshed by Mind Flay.
Options Menu updated and fixed /fm or /facemelter
Upgrades smoothly from FaceMelter 1.3
Fixed Talent detection as talents moved places.
Many small fixes.

What is Face Melter? You tell it your spell priorities, and it tells you when you should cast them. Cast them as they light up for best results.

Go melt some faces.


  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Face Melter 1.5 Release 3.0.9 35,877 2/16/2009
  Face Melter Version 1.4.1 Release 3.0.2 21,784 10/18/2008
  Face Melter Version 1.4 Release 3.0.2 509 10/17/2008
  Face Melter Version 1.3 Release 2.4.0 2,790 4/8/2008
  Face Melter Version 1.2 Release 2.4.0 497 4/5/2008
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Tinou said 

    I've modify Sethra version to add itemId instead of ItemName for gear detection and use Spellname as return by system instead of fix "french" string in dialog.

    Need some tester :
    http://www.megaupload.com/?d=NWA0JTKE

    Reply Report Permalink
  • sdrown said 

    Tinou worked great for me, thanks!!

    Reply Report Permalink
  • Falie said 

    PS ya I suck and did not maintain this at all. The code is ugly so I apologize to anyone who has been updating it elsewhere. If anyone is interested in taking over this project and has a working version, contact me, I'll hand it over.

    Reply Report Permalink
  • ABS_Sethra has done some work on it. See if he/she will take it from you.

    Reply Report Permalink
  • syali said 

    Where can I get that updated version? I could not find any references to ABS_Sethra via Google.

    Reply Report Permalink
  • ABS_Sethra is me. If you go down the comments page a while you will find a Megaupload link to a version I made.

    I'm not really a mod author. I got halfway through a computer science degree at university then dropped out. LUA was close enough to C that I was able to modify the existing code so that it still worked. I'd probably be hopeless updating it for the next patch, or whatever.

    Also, I don't actually play my Shadow Priest much anymore. Or rather, I play holy most of the time now.

    Reply Report Permalink
  • Bacon360 said 

    Is there any way to make this only show up when in shadow spec?

    Reply Report Permalink
  • mattbnr said 

    I would love to see this updated for 3.2.2. i have been looking for a addon like face smasher for my priest and came upon this. Does this work on 3.2.2 servers or do i have to do something make it work?

    Reply Report Permalink
  • did you update the newest version? (the one from necrolai linked down here)
    if you updated the original version then the haste formulas arent correct. thx for updating it!

    Reply Report Permalink
  • I know I updated one from the download links below, not the downloadable version that Curse offers, but I am not sure if it was the "caeadas" version or the "necrolai" version. Do you know if they are different?

    Reply Report Permalink
  • sry but i don´t know if they are different. i get many ingame errors (not critical ones) since i use your version. i guess its because the fm menu is in spanish. how can i fix that? alternativly i will just use necrolais version and just fix the gcd of vt. thx again for your help.

    Reply Report Permalink
  • I've updated it to work with the T9 2-piece bonus. It should autodetect your gear and adjust the VT duration accordingly.

    http://www.megaupload.com/?d=RA5HJ1X4

    I haven't updated anything else from the version I originally downloaded, so I may be missing some other updates. Try it out, tell me if anything seems off.

    Reply Report Permalink
  • Found a few little issues, the /FM box is in spanish (not sure if this is an error tho) and when you have VE check to appear the icon does not come up you get a green box. You might want to check the GetSpellTexture(27840) see if that number is for VE.

    Reply Report Permalink
  • loonyswy said 

    can link to another download site? or maybe just link the areas in the file that you ammended cause I can't download from megaupload.

    Reply Report Permalink
  • If you want to hard-code it to the new duration, do a search and replace of the facemelter.lua file for:

    elseif spell == "VT" and FaceMelter.touchList[guid] ~= nil then
    timeUntilNext = 15 - GCD - (currentTime - FaceMelter.touchList[guid])

    and change it to:

    elseif spell == "VT" and FaceMelter.touchList[guid] ~= nil then
    timeUntilNext = 21 - GCD - (currentTime - FaceMelter.touchList[guid])

    If you ever lose 2p T9, you'll have to change it back to 15 manually. Adding the code to change it on the depending on your gear is way too long for a comment (84 lines added, and others changed).

    Reply Report Permalink
  • can anyone please update it with the t9 2 pieces bonus (6 sec longer vt)

    Reply Report Permalink
  • miryuki said 

    -Vampiric Embrace has a 5 minute timer, FM suggests it every 1 minute
    -Should recommend shielding oneself if not already affected by weakened soul before casting SW:Death
    -Still recommends SW:pain even though it is refreshed by mind flay. Maybe an option to disable recommending it or detect debuff on target?
    Look at Face Smasher. Perhaps have upper left and right boxes that remind you that inner fire is inactive, show that Shadowfiend or dispersion is off cd, or recommend silencing a casting target.

    Reply Report Permalink
  • Necrolai said 

    sounds like you're using the version off curse, which is out of date. Check the links from the comments below for an updated version. The original author is no longer maintaining this

    Reply Report Permalink
  • Nilja said 

    Well, I tried the updated version, and my dps dropped a lot (like 10-15%) from following it. Probably my fault for being too lazy to look at the settings, just using the default ones, but still..
    In addition, the vampiric touch and mind flay icons didn't show up at all. Just got some weird green boxes instead. Shame, cause I haven't found any dot-timer addons for priests that I like.

    Reply Report Permalink
  • Necrolai said 

    I can't seem to replicate that, unless i log in as disc and switch to shadow...I'll keep trying tho I still have to update for the T9 Set bonus

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 1,775 VisualHeal Combat, Druid, Paladin, Priest...
  2. 165 Priest Friend Buffs & Debuffs, Class, Healer...
  3. 153 HealAssign Boss Encounters, Druid, Paladin...
  4. 128 SmartRes Healer, Druid, Paladin, Priest...
  5. 90 Prayer of Mending Tracker Buffs & Debuffs, and Priest