Download
(3Kb)
Download
Updated: 02-17-09 12:28 PM
Pictures
File Info
Updated:02-17-09 12:28 PM
Created:01-06-09 06:41 PM
Downloads:48,392
Favorites:163
MD5:

MalygosCP  Popular! (More than 5000 hits)

Version: 1.3d
by: Orgo [More]

This is a little add-on I wrote for my guild; it keeps track of the Energy, combo points and the Engulf in Flames on Malygos.

Slash command:

/MCP, it will allow you to move the frame around, use the command again to lock the frame in place.

UPDATES:

-I just uploaded it as a .zip file.

-I fixed a bug where the stacks of Engulf in Flames sometimes were not resetting after a wipe.

-It will now work in any client with a different language.

-The frame will now only appear if you are in a Wyrmrest Skytalon (the dragon in the fight and the quest in Coldarra), it won’t appear in any other kind of vehicles.

-You can now move the frame correctly when you use the /command, it won’t disappear instantly.

-Now the "time remaining" will update correctly depending on how many combo points did you spend in the Engulf in Flames. Also it won’t refresh the timer if the time remaining in the stacks is longer than the new buff if you use less combo points. (Thanks to Kubax for this fix).

-I reduced the size of the texts and reorganized it, and added a status bar. it will now show:

Combo Points:
Energy:
Engulf in Flames Stacks:

And a Status bar with the time remaining on the stacks.


If you have any problem with the add-on, send me a PM.

Thanks.

Orgo

Optional Files (0)


Post A Reply Comment Options
Unread 03-03-09, 12:32 AM  
Orgo
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 2
I had the same problem in that i installed the addon but it didnt work.

the problem is the addon is not in a folder when it gets installed but just sitting there so you need to make a folder called MalygosCP put the 3 files for the zip file into there and there you go 1 working addon
That should be fixed O.o. I re uploaded it with the folder already made. the download is still not working? D:
Hi, for frFR:
Code:

if (GetLocale() == "frFR") then
MSG_ComboPoints = "Points de combo: "
MSG_Energy = "Energie: "
MSG_EngulfStacks = "Envelopper dans les flammes: "
MSG_EngulfRemainigTime = "Temps restant pour l'envelopper dans les flammes:"
end

thx for your add on
Thanks a lot man ill include this.

Orgo
Report comment to moderator  
Reply With Quote
Unread 03-10-09, 01:39 PM  
Vilkku
An Aku'mai Servant
 
Vilkku's Avatar
AddOn Author - Click to view AddOns

Forum posts: 35
File comments: 77
Uploads: 4
Awesome mod, good job
Report comment to moderator  
Reply With Quote
Unread 03-17-09, 07:53 AM  
alt7
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
?

It works incorrectly with non-enGB client.

Doing daily and noticed. When i lose my stack of debuff, addon still shows debuff.
For ex. i had 3 debuffs on mob. Then lost them. When i click "2" next time, there
will be only 1 debuff, but your addon shows 3+1=4.

The problem is at the bottom of lua file.

Old
Code:
if (spellName=="Engulf in Flames") then 
				catorce=23;
				stacks=0;
			end
New
Code:
if ((spellId==61621) or (spellId==56092)) then
				catorce=23;
				stacks=0;
			end
I think you just forgot this to update, but this is the problem for non-enGB clients

P.S. btw, i tried to replace english wordings with russian - no luck, addon didnt show any russian message. Maybe there is the problem with russian font, dunno. But anyway, great job, thank you
Last edited by alt7 : 03-17-09 at 05:05 PM.
Report comment to moderator  
Reply With Quote
Unread 04-02-09, 01:17 AM  
cerbul
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 0
Does this addon tracks total number of debuffs on the boss? Or is it for every drake in particular? I would really love to see how many debuffs I personally have on the boss if is possible. Is it?
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 01:43 AM  
TazGolem
A Murloc Raider

Forum posts: 7
File comments: 12
Uploads: 0
Seems to be counting each stack double for some reason now, I had 17stacks on boss and the mods counter said 33 stacks.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 11:35 PM  
nToxik
A Murloc Raider

Forum posts: 4
File comments: 31
Uploads: 0
Originally posted by TazGolem
Seems to be counting each stack double for some reason now, I had 17stacks on boss and the mods counter said 33 stacks.

Same for me.
Report comment to moderator  
Reply With Quote
Unread 06-16-09, 03:28 PM  
arggggg
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by nToxik
Same for me.
Same. Looking at the code, and at MalygosHelper (different addon), I think it should be counting spell 56092 only, not spell 61621. (I think 56092 is every time engulf is cast, 61621 is for every time engulf stacks, so it double counts, minus one.). If the author doesn't get around to fixing this, users can make the following change in the file "MalygosCP.lua"

Change
if ((spellId==61621) or (spellId==56092)) then
to be just:
if (spellId == 56092) then

(NOTE THE CAPITAL I IN spellId). Also, it looks like it would not reset the stack counter to zero for non-English wow installs; to fix that,

Change
if (spellName=="Engulf in Flames") then
into
if ((spellId == 56092) or (spellId == 61621)) then

I haven't yet tried this fighting Malygos, but if it's wrong, the stack count should only be wrong by one (should have counted spellId 61621 instead of 56092). If should be pretty clear if you pay attention at the start whether it's working.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: