| Updated: | 05-13-10 12:28 AM |
| Created: | 03-11-10 11:44 AM |
| Downloads: | 8,219 |
| Favorites: | 29 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
3.332 |
9kB |
cystacae |
04-29-10 06:35 AM |
|
3.331 |
8kB |
cystacae |
04-19-10 06:42 AM |
|
3.330 |
8kB |
cystacae |
04-17-10 11:13 PM |
|
3.320 |
9kB |
cystacae |
03-11-10 11:44 AM |
![]() |
Comment Options |
|
|
||
|
Thanks
|
||
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
thanks for looking into updating this!M00se
Last edited by m00se : 10-16-10 at 06:10 AM.
|
|
|
|
|
|
|
|
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. |
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
|
|
|
|
|
|
|
|
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:
Looking to add support for:
Wishlist of future features:
Additional to-do list (based on: http://forums.worldofwarcraft.com/th...26580975&sid=1) - In progress
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.
|
|
|
|
|
|
|
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?
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 7
Uploads: 0
|
Any updates? loved this addon, havent played my priest since it stopped working, lol. Keep up the great work!
|
|
|
|
|
|
|
probably event polling... as this addon polls for inventory of the player to determine which spell to cast. So that it knows the length of time of a certain debuff. The new one is in development but is still a little off from even a public alpha but it DOES NOT need to poll the player's inventory as it gets Its information from the spell directly and since the spell is modified prior in the tooltip by default in blizzard UI it would change the whole scenario.
I will work harder on the new one and see if I can finish a public alpha in the near future. I foresaw an issue with Its coding but the only solution was a complete and total rewrite. I was taking my time in it but Blizzard just changed the rules of the game.
Last edited by cystacae : 06-25-10 at 02:26 AM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
3.3.5
Facemelter is broken with the new patch. Not sure what it is because i dont do LUA code :S but the icons are all there, its just whenever i cast say VT the icon doesn't switch over to the next spell that should be cast.
|
|
|
|
|
|
|
Sorry..
I have been a bit sidetracked on many different things both in real life and running my guild so it is setting me back on development of the next version. However, I am also developing at the same time a total revamp of the code to a fresh restart in the way I would like the project to go. I will post a public alpha of this new version Face Melter 2 sometime after I code some fixes to the current version. However due to the age of the code in the current facemelter additional coverage of things requires more and more code, essentially bloating it and creating more rooms for flaw and less ability to add more features as all this is jury rigged to make it work as well as can be.
|
|
|
|
|
|
|
|
I will look into these further.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Re: Timings for VT, and DP are out
I noticed the timings were out with VT, and DP. It seemed less of an issue the higher the haste so I had a look at the coding. I don't know anything about programming or scripting but just looked for what made sense. I started by check out your haste calculations compared to what I could find on the internet and it seemed to match what I found there so that probably wasn't the issue. Eventually I found the following lines of code.
FaceMelter.vamptouchDuration = (vamptouchDuration - vamptouchCastTimer) - GCD FaceMelter.devouringDuration = (devouringDuration/FaceMelter.hasteModifier) - GCD First line you are telling it to take the GCD off the duration? But you've already told it to take the cast time off, so now it's reducing the duration by the cast time, and GCD so twice as much as it needs to. Second line your also telling it to take the GCD time off the duration but DP is an instant cast spell and GDC does not effect the duration. I changed the code to what is below which has removed the GCD from the duration equation of those two spells and tested it on the dummies and it seems to be working perfectly. I have not tested this under BL yet, but I'm hoping it's fixed. FaceMelter.vamptouchDuration = (vamptouchDuration - vamptouchCastTimer) FaceMelter.devouringDuration = (devouringDuration/FaceMelter.hasteModifier) Update 1: VT and DP timings seem to be correct now prior to Blood Lust. VT seems to work fine under Blood Lust, but DP seems to be coming up a couple of seconds after the dot has dropped off the target. Will try and get some more testing done...unfortunately only tested during a Heroic so boss didn't last long enough to get several durations going. Update 2: Did some testing with a Shaman on the dummies and VT is perfect now as far as I can tell. DP is definitely dropping off the target a MF or 2 before FM is suggesting to cast again during Blood Lust but works perfectly without it. I thought it might have been an issue with the priority and the way it was called through GCD times because at least once is suggested pushed DP back up the que and suggested MF over DP even though DP was a higher priority (only did this under bloodlust) so I tried increasing it to 2, and VT to 1 but it still suggested casting DP a couple of seconds after it dropped off.
Last edited by SpectreNZ : 05-28-10 at 08:33 AM.
|
|
|
|
|
|
|
Error when becoming mind controlled during Lady Deathwhisper fight
Abbreviated error message for v 3.333:
FaceMelter.lua:181 table index is nil Presumably my new target while mind controlled is not found in 'npcList'. Hawksy |
|
|
|
![]() |