Download
(162Kb)
Download
Updated: 01-04-15 07:15 AM
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:01-04-15 07:15 AM
Created:unknown
Downloads:38,285
Favorites:378
MD5:
Categories:Miscellaneous, Character Advancement

Multishot (Screenshot)  Popular! (More than 5000 hits)

Version: 3.1.4
by: dlui, Dridzt, emelio


Multishot is a tiny addon that automatically takes screenshots of memorable events in your World of Warcraft career. It's a photo diary of everything you come across in Azeroth, Outland and Northend.

Features & screenshot possibilities
  • level-ups and guild level-ups
  • achievements and guild achievements
  • challenge mode medals
  • battleground and arena victories
  • reputation changes
  • trade window transactions
  • garisson building completion
  • any rare/rare-elite mob kills
  • timeline; take a screenshot every x minutes (configurable)
  • keybind; take a custom screenshot on demand
And most of all: boss killshots in dungeons and raids. Inbuilt database contains most if not all bosses ingame. Pew pew!

How to use
Just play as usual and Multishot will be waiting. By the way: you can take screenshots any time you like by pressing the PRINT key. Captures will most likely be located in C:\Program Files\World of Warcraft\Screenshots.

Configuration
via Interface > Addons > Multishot or type /multishot into the chat window.

Updates
You will have to update Multishot every once in a while. Blizzard constantly adds, removes or updates mobs. Multishot would not be aware of these changes otherwise.

Troubleshooting
Multishot might not work as expected after new content patch has been released: every now and then "false positives" will sneak into the database. Those can easily be spotted in debug mode. Please drop me a line so that I can blacklist them as soon as possible.

Localization
Multishot works on all locales and supports localization. Please submit a translated copy of the "/Locales/Locale-enUS.lua" file if your language is not included yet. Thanks!

Development
Check out the official Multishot Thread on WoW Interface for bug reports and feature requests. You are likely to get a faster reply if you include a dancing banana in your post.

Thanks
Anyone who has contributed to Multishot: I really appreciate your help! Thanks for improving Multishot by adding new features to the source code, reporting & fixing bugs, and so on. Keep it up!


Donate
If you enjoy Multishot this is the way to support it's development. Thanks!



v3.1.4
------
Dridzt:
- Change the garisson building screenshot method to improve screenshot timing.

v3.1.3 (v3.1.2 private)
------
Dridzt:
- Fix mob id extraction for WoD
- Fix rare killshots
- Update Ace3 libraries and pickup new LibBossIDs and LibRareIDs for WoD
- Add Garisson Building option (untested)
- Move keybinds to AddOns category
- Slight change to handling killshots when player dead
- UI Hide refactored (no functional changes; minimap blips can still not be hidden in combat due to taint)

v3.1.1
------
Dridzt:
- Fix instance difficulty detection to be 5.4 compatible (tested on PTR)
- Pickup new LibRareIDs-1.0 for Timeless Isle rares.
- Remains compatible with 5.3.0

v3.1.0
------
Dridzt:
- .toc update, compatible with WoW 5.3.0
- Fix an error with watermark font selection on non-English clients.
- Add instance difficulty options for killshots.
- Change instance type options to group status: solo, party, raid (solves issues with outdoors world bosses).
- Reorganize options pane.

v3.0.9
------
Dridzt:
- Add font and fontsize selection and a test option for watermark, move watermark to higher strata.
- Add battleground and arena win screenshot options (beta).
- Re-arrange and improve options layout.
- Attempt to fix a rare condition when hideui option doesn't restore UI visibility.
- Update libraries for new 5.2.0 rares.
- .toc update, compatible with WoW 5.2.0 "thunder king"

v3.0.8
------
Dridzt:
- Add challenge mode medal option
- Update mobid extraction for changes to GUID in 5.1
- Watermark default: off
- Timeline mode delays adjusted (5' to 60')
- Update included LibRareIDs-1.0 for MoP rares
- .toc update, compatible with WoW 5.1 "Landfall"

v3.0.7
------
- Fix typo preventing /played option working with Achievement Earned (thx Waywocket)
- Pull in update LibRareIDs-1.0

v3.0.6
------
dridzt:
- .toc to 50001, compatible with WoW 5.0.4/MoP beta
- Add option for Timeline mode (credits to Maldera@curse for idea and initial implementation)
-- Timeline timer will pause when the player is afk and restart if Multishot takes a screenshot for another reason.
- Add option for a customizable watermark with various player info (name, level, class, zone, realm, date and time)
- Add a "Custom Screenshot" keybind. When pressed it will use the Multishot settings to take a customized screenshot (eg. hide UI, add watermark, open character pane etc)
- Localization changes (use English by default for missing terms in foreign locales)
- Include references to itIT and ptBR
-- Add Italian and Brazilian/Portuguese localization stubs

v3.0.1
------
Updated core and libraries for latest patch.
Post A Reply Comment Options
Unread 02-13-16, 06:34 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
What does not work for you?…
Report comment to moderator  
Reply With Quote
Unread 02-13-16, 03:49 AM  
wildwynd
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
is this AddOn being upgraded at all anymore? Its one of the more useful ones. Is there an alternative that works as well?
Report comment to moderator  
Reply With Quote
Unread 07-12-15, 11:59 PM  
KoTTT
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Does not take screenshot on HFC raid boss kills
In all other situations (achievements etc) works correctly.

Update.
Fresh http://www.wowace.com/addons/libbossids-1-0 solved this problem.
Last edited by KoTTT : 07-13-15 at 03:26 AM.
Report comment to moderator  
Reply With Quote
Unread 07-02-15, 01:51 PM  
MrsAngelD
A Murloc Raider
 
MrsAngelD's Avatar

Forum posts: 6
File comments: 22
Uploads: 0
Originally Posted by Cidrei
Fixing Multishot until an official update appears is an easy fix. Open Multishot.lua and replace all instances of
Code:
TakeScreenshot()
with
Code:
Screenshot()
There should be three of them.
Thank you So much!
__________________
Report comment to moderator  
Reply With Quote
Unread 06-30-15, 12:40 AM  
kurn1701
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by chicknlil25
Originally Posted by Cidrei
Fixing Multishot until an official update appears is an easy fix. Open Multishot.lua and replace all instances of
Code:
TakeScreenshot()
with
Code:
Screenshot()
There should be three of them.
Thank you for that quick and easy fix
i found them on lines
110
116
248
Report comment to moderator  
Reply With Quote
Unread 06-24-15, 05:40 AM  
chicknlil25
A Defias Bandit

Forum posts: 2
File comments: 62
Uploads: 0
Originally Posted by Cidrei
Fixing Multishot until an official update appears is an easy fix. Open Multishot.lua and replace all instances of
Code:
TakeScreenshot()
with
Code:
Screenshot()
There should be three of them.
Thank you for that quick and easy fix
Report comment to moderator  
Reply With Quote
Unread 06-24-15, 12:27 AM  
Cidrei
A Fallenroot Satyr
 
Cidrei's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 114
Uploads: 17
Fixing Multishot until an official update appears is an easy fix. Open Multishot.lua and replace all instances of
Code:
TakeScreenshot()
with
Code:
Screenshot()
There should be three of them.
Last edited by Cidrei : 06-24-15 at 12:28 AM.
Report comment to moderator  
Reply With Quote
Unread 06-23-15, 05:49 PM  
chicknlil25
A Defias Bandit

Forum posts: 2
File comments: 62
Uploads: 0
3x Multishot\Multishot-3.1.4.lua:248: attempt to call global 'TakeScreenshot' (a nil value)
Multishot\Multishot-3.1.4.lua:248: in function `CustomScreenshot'
Multishot\Multishot-3.1.4.lua:57: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[3]"]:4: in function <[string "safecall Dispatcher[3]"]:4>
[C]: ?
[string "safecall Dispatcher[3]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function `Fire'
Ace3\AceEvent-3.0\AceEvent-3.0-3.lua:120: in function <Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>

Locals:
nil
Report comment to moderator  
Reply With Quote
Unread 06-04-15, 01:30 PM  
Jiggles1875
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Screenshot on BG / Arena loss please.
Report comment to moderator  
Reply With Quote
Unread 11-29-14, 09:28 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Doesn't shoot garrizon progression. Othervise works quite fine in WoD.
Report comment to moderator  
Reply With Quote
Unread 08-23-14, 12:00 AM  
Tntdruid
Premium Member
 
Tntdruid's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 138
Uploads: 3
Originally Posted by Dridzt
Originally Posted by Wall
Any way to change date format in screenshots to DD/MM YYYY?
There's no option but if you don't mind a little edit you can get that format by changing line 170 of Multishot.lua from
Code:
local tdate = date()
to
Code:
local tdate = date("%d/%m %Y") -- 23/08 2014
I assumed D,M,Y are numbers if you were looking for month in abbreviated name format you can use
Code:
local tdate = date("%d/%b %Y") -- 23/Aug 2014
instead.
PS.
Code:
local tdate = date("%a,%d-%b-%Y") -- Sat,23-Aug-2014
Reference if you want to make your own.
Cool thanks
Report comment to moderator  
Reply With Quote
Unread 08-22-14, 06:58 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 55
Originally Posted by Wall
Any way to change date format in screenshots to DD/MM YYYY?
There's no option but if you don't mind a little edit you can get that format by changing line 170 of Multishot.lua from
Code:
local tdate = date()
to
Code:
local tdate = date("%d/%m %Y") -- 23/08 2014
I assumed D,M,Y are numbers if you were looking for month in abbreviated name format you can use
Code:
local tdate = date("%d/%b %Y") -- 23/Aug 2014
instead.
PS.
Code:
local tdate = date("%a,%d-%b-%Y") -- Sat,23-Aug-2014
Reference if you want to make your own.
Last edited by Dridzt : 08-22-14 at 07:04 PM.
Report comment to moderator  
Reply With Quote
Unread 07-29-14, 01:28 AM  
Tntdruid
Premium Member
 
Tntdruid's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 138
Uploads: 3
Originally Posted by AnrDaemon
Originally Posted by Wall
Any way to change date format in screenshots to DD/MM YYYY?
Why you need such a retarded date format?
We dont the retarded MM/DD/YY in Europe
Report comment to moderator  
Reply With Quote
Unread 07-29-14, 01:03 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Originally Posted by Wall
Any way to change date format in screenshots to DD/MM YYYY?
Why you need such a retarded date format?
Report comment to moderator  
Reply With Quote
Unread 07-28-14, 10:01 AM  
Tntdruid
Premium Member
 
Tntdruid's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 138
Uploads: 3
Any way to change date format in screenshots to DD/MM YYYY?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.