Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: Dridzt
Forum: Released AddOns 07-21-10, 04:54 PM
Replies: 57
Views: 62,839
Posted By Dridzt
Don't be too fast to thank me :p Running with it...

Don't be too fast to thank me :p

Running with it there are some "side-effects" :o

The way the setting works now is like a global switch, but some screenshots are not served well from hiding the...
Forum: Released AddOns 07-21-10, 06:47 AM
Replies: 57
Views: 62,839
Posted By Dridzt
Tested changes: Multishot.lua...

Tested changes:

Multishot.lua (http://www.pastey.net/138775) + diff (http://www.pastey.net/138775-1512:138774-3hkq) to r44d
Config.lua (http://www.pastey.net/138777) + diff...
Forum: Released AddOns 07-19-10, 07:21 PM
Replies: 57
Views: 62,839
Posted By Dridzt
Try this dlui. if MultishotConfig.hideui then ...

Try this dlui.
if MultishotConfig.hideui then
local oldalpha = UIParent:GetAlpha()
UIParent:SetAlpha(0)
Screenshot()
UIParent:SetAlpha(oldalpha)
else
Screenshot()
end
Forum: Released AddOns 03-19-10, 10:01 AM
Replies: 57
Views: 62,839
Posted By Dridzt
User chicknlil25 debugged this. Answer is in...

User chicknlil25 debugged this.
Answer is in comment section.

Short version:
Addon takes a screenshot when Jaina/Tyranus Roleplay finishes and Ick is killed.
Forum: Released AddOns 02-07-10, 12:22 AM
Replies: 57
Views: 62,839
Posted By Dridzt
This should fix that glitch and allow both...

This should fix that glitch and allow both bosskill and rare kill options to work independently.

Multishot.lua (off 39.2)
http://www.pastey.net/132597
Forum: Released AddOns 02-04-10, 12:08 AM
Replies: 57
Views: 62,839
Posted By Dridzt
I have to take the blame for that one. :o It is...

I have to take the blame for that one. :o

It is a side-effect of the code added to support rares.

dlui's previous version was only monitoring the combatlog for deaths when the option to take...
Forum: Released AddOns 01-26-10, 08:29 AM
Replies: 57
Views: 62,839
Posted By Dridzt
UnitClassification works and the target is...

UnitClassification works and the target is cleared but after UNIT_DIED fires.
So if you had the mob targetted as it died the screenshot is taken as expected.

I can't think of a way to combine the 2...
Forum: Released AddOns 01-25-10, 08:33 PM
Replies: 57
Views: 62,839
Posted By Dridzt
Changed files (against Multishot r39.1)...

Changed files (against Multishot r39.1) for:

Method A (rares determined by API)
-----------------------------------
Multishot.lua http://www.pastey.net/131911
Config.lua...
Forum: Released AddOns 01-24-10, 06:03 PM
Replies: 57
Views: 62,839
Posted By Dridzt
It's definitely possible but there is a bit of...

It's definitely possible but there is a bit of deliberation involved.

There's 2 ways of doing this:
- Use a list of rares (by mining wowhead) similarly to how the addon uses a list of bosses...
Forum: Released AddOns 01-22-10, 06:06 PM
Replies: 57
Views: 62,839
Posted By Dridzt
A few more IDs for your blacklist that lead to...

A few more IDs for your blacklist that lead to false positives.

Not Multishot's fault, LibBossID has them in to accomodate bossmods
(since it's 'trash' linked to the outcome of raid...
Forum: Released AddOns 01-15-10, 09:02 PM
Replies: 57
Views: 62,839
Posted By Dridzt
I have been updating LibBossID diligently and...

I have been updating LibBossID diligently and have run the 3 new heroics numerous times.

Going back in my screenshots folder a month+ I can find several killshots of bosses but not even 1 false...
Forum: Released AddOns 01-06-10, 08:08 AM
Replies: 57
Views: 62,839
Posted By Dridzt
That's correct. Until dlui posts a repack you...

That's correct.

Until dlui posts a repack you can manually update with the latest LibBossID library from here:
http://www.wowace.com/addons/libbossids-1-0/files/

Get the topmost file and extract it...
Forum: Released AddOns 11-05-09, 09:26 PM
Replies: 57
Views: 62,839
Posted By Dridzt
Making it a bit simpler. The modified...

Making it a bit simpler.

The modified Multishot.lua can be found on this pastey (http://www.pastey.net/127651).
The modified config.lua on this one (http://www.pastey.net/127652).

Tested and...
Forum: Released AddOns 11-05-09, 07:16 PM
Replies: 57
Views: 62,839
Posted By Dridzt
Sample Code (tested in a mini-addon): 1. In...

Sample Code (tested in a mini-addon):
1. In function Multishot:OnEnable() add
self:RegisterEvent("CHAT_MSG_SYSTEM")

2. Create a capture pattern from the global rep standing change...
Showing results 1 to 14 of 14