SilverDragon - Rare Scanner
SilverDragon
SilverDragon tracks rares in World of Warcraft. It will try everything possible to notice them and tell you about them.
How does it search?
Vignettes
Those little skull icons you see on the minimap. If one of them is a rare SilverDragon knows about, it'll yell at you.
Targets
If you mouse over or target a rare mob, SilverDragon will notice it.
Nameplates
If you have enemy nameplates turned on, SilverDragon will keep an eye on them to look for the names of known rares.
Macro
SilverDragon can also create a macro to target any rares that are known in the current zone. You can stick this on your actionbars as a button to spam while chasing after a rare, or bind it to a key. This is sort of a last resort.
Chat
Some rares yell in zone chat. If SilverDragon notices those yells, it'll alert you.
Dark Magic
This abuses detection of when Blizzard blocks attempts to call a protected function (TargetUnit
) to work out when you're in targetting range of a unit with a given name
This inherently causes in-game errors, so it is disabled by default. Enable in the addon config under Scanning / Dark Magic
.
By default it's less-aggressive, scanning through rares in the zone without known vignettes at a rate of 1/second. However, you can turn that rate way up if you'd like. You can also turn on an option to automatically hide the error messages it causes, but beware that this will potentially cause taint issues that'll leave you needing to /reload
eventually.
How will I know when a rare is seen?
Frame
When a rare appears, SilverDragon will pop up a frame that you can click on to target it.
Warning: If you're in combat, secure action restrictions mean that it won't show up until combat finishes.
Sounds
You can choose from assorted sounds to play when a rare is seen. The sound can loop for a while, to make sure you don't miss it.
There's special settings for rares that drop mounts and world boss rares which you might want to call up a group for. If you're sitting mostly-AFK on a Time-Lost Proto Drake spawn, you probably want the sound that plays to be utterly ridiculous and go on for a good long while, to make sure you don't miss that sucker.
Messages
A notice can be sent to a number of places:
- your scrolling combat text
- your chat frame
- a channel in your chat frame (announcing it to your party, for instance)
- a popup window
- etc
History
A log of seen rares will be shown in a window, so you can easily glance over spawn times.
Other useful things?
Custom mobs
In SilverDragon's options you'll find a "Mobs" section. In the "Always" section, you can add any mob you want to be scanned for. All you need to know is the mob id.
So, let's say you wanted to keep an eye out for Lil Timmy in Stormwind, to buy the kitten he sells. You would...
- Go to his wowhead page.
- Grab his id from the URL. It's
8666
. - Enter
8666
into the "add" field, and click "okay". - Play with your new kitten.
Yes, this example dates me.
Ignoring mobs
If there's some mob you don't want to hear about for whatever reason, just go to the "Ignore" section of the options. Again, enter the mob's id into the "add" box, then click okay. Bam! You will never again be told that Vern is up.
(Actually, Vern is ignored by default. But you get the idea.)
Alternately, right-click the close button for the popup and that'll ignore it as well.
Syncs
SilverDragon will talk to itself. It can communicate with other copies of itself run by people in your party / guild, and tell you when they see a rare mob. (If there's a group of you camping all the Time-Lost Proto Drake spawns, say...)
You can turn this off completely, if you want to be private about it.
Tooltips
Some rares are part of an achievement. When you mouse over a rare mob, SilverDragon will add to the tooltip whether you've already killed it, so you know whether you need to rush for it.
Broker
SilverDragon includes a Broker plugin. It'll attach itself to the addon compartment and also your minimap, or a Broker container you have installed, and show you a list of the mobs it knows about in the current zone.
Other addons you may find useful
- AppearanceTooltip: integrates with the SilverDragon loot popups and shows transmog-known status.
- ServerRestartSound: plays a sound when the server's about to restart. If you're AFK-camping for a rare spawn, you probably want to know about this.
- ObjectScanner: A few rares are hidden away behind interacting with world-objects like the Edge of Reality. These have to be localized individually, so you need to work out what they're called in your language and set up a watch for tooltips mentioning them. This addon does that bit.
- ButtonBin: a broker display. SilverDragon's minimap icon will show up on it (or any other addon like it) instead of cluttering up your minimap, if you have it installed.
In reply to haplix72:
Temp fix until there's and update. Removes the error and seems to not affect anything else so far.
Go into the addon folder and then Data > DragonFlight. Open module.lua and delete the second line (if LE_EXPANSION_LEVEL_CURRENT < LE_EXPANSION_DRAGONFLIGHT then return end)
In reply to haplix72:
Turns out that the WotLK build hasn't been updated to get the LE_EXPANSION_DRAGONFLIGHT constant yet. I've pushed an alpha that'll fix the issue, and will get a release out shortly.
I would love to be able to change the frame strata on the ClickTarget. I have mine positioned so it overlaps with the quest tracker and ever since 10.0 it appears behind the quest tracker instead of in front of it.
ı love silver dragon but ı have to delete it because it crashes my rarity track system can u salve this problem ı cant see my tracks in chat box
In reply to kargamel:
I might need more information about what other system you're using
In reply to Kemayo:
In reply to Kemayo:
Using the latest alpha build v2022.22-4, the new macro doesnt work, however removing the recently added 'leftbutton' from the macro allows it to work.
change: /click SilverDragonMacroButton LeftButton
to: /click SilverDragonMacroButton
You'll have to make a new separate macro though, latest change with the addon auto fills the official silverdragon macro with 'leftbutton' after a min or so, or whenever the next rare on your screen pops up, making it not work again.
In reply to FreakySpider:
Would you mind, in game, doing this and telling me what's output?
In reply to Kemayo:
sorry I didnt see this earlier but, at the time my ActionButtonUseKeyDown was set to 0. troubleshooting another macro mod, found out had to switch it to 1, which also fixed the issue with the Silverdragon macro. I see you already resolved the issue with the latest release. Appreciate all your hard work on keeping this addon going =)
Got this error as soon as I landed and attacked Lord Kazzak(retail):
1x [ADDON_ACTION_BLOCKED] AddOn 'SilverDragon' tried to call the protected function 'MainMenuBar:SetPointBase()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `SetPointBase'
[string "@Interface/FrameXML/EditModeSystemTemplates.lua"]:62: in function `SetPoint'
[string "@Interface/FrameXML/EditModeManager.lua"]:624: in function `UpdateBottomActionBarPositions'
[string "@Interface/FrameXML/EditModeManager.lua"]:555: in function `UpdateActionBarLayout'
[string "@Interface/FrameXML/EditModeSystemTemplates.lua"]:655: in function `UpdateGridLayout'
[string "@Interface/FrameXML/ActionBar.lua"]:350: in function `UpdateVisibility'
[string "@Interface/FrameXML/ActionBar.lua"]:310: in function `Show'
[string "@Interface/FrameXML/PetActionBar.lua"]:75: in function <Interface/FrameXML/PetActionBar.lua:70>
[string "=[C]"]: ?
In reply to Moreorlessmaybe:
Seems to be an issue dealing with bosses - I got a quite similar error message in raids or instances (something with "hideButton" or so - besides this error "kills" my extra action button - it simply does not appear when necessary (e.g. when fighting Kel'Thuzad in Sanctum of Domination).
Always have to reload the UI, which is rather annoying in (raid)groups.
Great addon! I've been having similar issues to some posters below but I just reload the ui when it happens and the problems go away.
I'm wondering if the keybind to target a rare mob is broken? It doesn't seem to work at all for me. I can see the addon putting a diamond on the mob but it never targets it.
In reply to huldu:
same here, in retail version. macro button does not target the rare.
Hi, and thanks for this add-on!
Is there a way for SilverDragon to put timestamps in chat? (I have timestamps turned on in Options->Gameplay->Social but it doesn't seem to affect SilverDragon.)
Sometimes I am AFK and wonder how long ago the rare was seen.
Thanks!
In reply to georgio77:
if you go to the zone list, where it has all the names (hover over the silverdragon icon if you put it on map) it will say how long ago (most recent) you've seen the rare
ie: last seen, 6 minutes etc
In reply to georgio77:
if you go to the zone list, where it has all the names (hover over the silverdragon icon if you put it on map) it will say how long ago (most recent) you've seen the rare
ie: last seen, 6 minutes etc
Hello! Strange issue report... ever since the prepatch, it seems like I get severe FPS drops when the WoW window isn't focused (I have wow up in main monitor, browsing in another monitor during flightpaths) but only when the SilverDragon portrait pops up for a rare. Disabling SilverDragon makes this go away, as does clicking away the popup portrait. I've double-checked to make sure that I don't have FPS being limited when window isn't focused.
Is this an issue anyone else may be having? It's driving me nuts, but I'm glad I finally found out the issue and can at least close the popup windows to sort of fix it. I dislike disabling scanning on taxis, but it's the only other workaround I can think of.
I am on an up-to-date retail patch as well as the latest on this addon and get an error whilst trying to use my action bars. I have to disable the addon to use them.
1x [ADDON_ACTION_FORBIDDEN] AddOn 'SilverDragon' tried to call the protected function 'UseAction()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `UseAction'
[string "@Interface/FrameXML/SecureTemplates.lua"]:364: in function `handler'
[string "@Interface/FrameXML/SecureTemplates.lua"]:690: in function <Interface/FrameXML/SecureTemplates.lua:672>
[string "@Interface/FrameXML/SecureTemplates.lua"]:704: in function <Interface/FrameXML/SecureTemplates.lua:697>
[string "@Interface/FrameXML/SecureTemplates.lua"]:746: in function `SecureActionButton_OnClick'
[string "@Interface/FrameXML/ActionButton.lua"]:109: in function `TryUseActionButton'
[string "@Interface/FrameXML/MultiActionBars.lua"]:14: in function `MultiActionButtonDown'
[string "MULTIACTIONBAR1BUTTON10"]:2: in function <[string "MULTIACTIONBAR1BUTTON10"]:1>
Thanks
In reply to pshelton2:
I'm getting a very similar error when using portal to oribos and to ZM:
Date: 2022-11-01 23:50:57
ID: 4
Error occured in: AddOn: SilverDragon
Count: 1
Message: Error: AddOn SilverDragon attempted to call a forbidden function (UseAction()) from a tainted execution path.
Debug:
[string "=[C]"]: UseAction()
[string "@Interface/FrameXML/SecureTemplates.lua"]:364: handler()
[string "@Interface/FrameXML/SecureTemplates.lua"]:690:
Interface/FrameXML/SecureTemplates.lua:672
[string "@Interface/FrameXML/SecureTemplates.lua"]:704:
Interface/FrameXML/SecureTemplates.lua:697
[string "@Interface/FrameXML/SecureTemplates.lua"]:746: SecureActionButton_OnClick()
[string "@Interface/FrameXML/ActionButton.lua"]:109: TryUseActionButton()
[string "@Interface/FrameXML/MultiActionBars.lua"]:14: MultiActionButtonDown()
[string "MULTIACTIONBAR4BUTTON1"]:2:
[string "MULTIACTIONBAR4BUTTON1"]:1
Locals:
None
AddOns:
Swatter, v3.4.6837 (SwimmingSeadragon)
WowheadLooter, v100000
AchievementsReminder, v
ACP, v3.5.7-5-g619b778
AddonFactory, v9.2.006
AdiBags, vv1.9.46
AdvancedInterfaceOptions, v1.8.1
AllTheThings, vDF-3.0.2
Altoholic, v10.0.003
AskMrRobot, v114
Auctionator, v10.0.3
BadBoy, vv10.0.0
BattlePetDailyTamer, v3.2.1
BattlePetBattleUITweaks, v2.1.3
BattlePetBreedID, vv1.22.3
BtWObjectiveFilter, v1.3
BtWQuests, v2.22.0
BtWQuestsBattleForAzeroth, v53.14
BtWQuestsBattleForAzerothPrologue, v15.6
BtWQuestsShadowlands, v6.4
BtWQuestsShadowlandsPrologue, v1.8
BuyEmAll, v3.5.12
CanIMogIt, v10.0.0v1.36
ClassTimer, v2.4.90001.1
Collectionator, v0.97
CollectMe, v2.11
ConfirmSP, v0.21.07.06
CovenantAbilityChanger, v1.10.1
DataStore, v2022.10.31
DataStoreAchievements, v2022.10.31
DataStoreAgenda, v10.0.002
DataStoreAuctions, v10.0.001
DataStoreCharacters, v2022.10.30
DataStoreContainers, v10.0.003
DataStoreCrafts, v10.0.001
DataStoreCurrencies, v10.0.001
DataStoreGarrisons, v10.0.003
DataStoreInventory, v10.0.001
DataStoreMails, v2022.10.30
DataStorePets, v10.0.001
DataStoreQuests, v10.0.001
DataStoreReputations, v10.0.001
DataStoreSpells, v2022.10.30
DataStoreStats, v10.0.001
DataStoreTalents, v10.0.001
DBMCore, v99c9f86
DBMStatusBarTimers, v99c9f86
DBMVPVEM, v47b3faf
DeathAlerts, v1.2
Decursive, v2.7.8.11
DejaCharacterStats, vR100000r1
Dejunk, v1.3.3
Details, v#Details.DF.Wrath.10205.146
DetailsEncounterDetails, v
DetailsRaidCheck, v
DetailsStreamer, v
DetailsTinyThreat, v
DetailsVanguard, v
EasyMail, v4.5.1
FamilyFamiliarHelper, v2.0.1
FocusHealthPercent, v4.0.1
GTFO, v4.69.1
GuildRosterManager, v1.945
HandyNotes, vv1.6.10
HandyNotesArgus, vv0.36
HandyNotesBattleForAzeroth, v11
HandyNotesBattleForAzerothTreasures, vv28.1
HandyNotesBrokenShore, vv1.49
HandyNotesDungeonLocations, v1.54
HandyNotesLegionTreasures, vv30.1
HandyNotesMistsOfPandariaTreasures, vv23.1
HandynotesPandaria, v1.5.4
HandyNotesShadowlandsTreasures, vv71.2
HandyNotesTreasureHunter, vv29.1
HandyNotesWorldMapButton, v100000.02-Retail
InFlightLoad, v10.0.1
InstanceAchievementTracker, v4.2.0
InterruptNoSpam, v1.8.8
KrowiAchievementFilter, v45.4
LeatrixPlus, v10.0.05
LoggerHeadLite, v1.6.2
LootSpecSwapper, v10.0.0.01
MageNuggets, v8.0.2
MasterPlanA, vA
MaxDps, v10.0.0
MaxDpsDruid, v9.1.1
MinimalArchaeology, v10.0.0
mOnArsWardrobeHelper, v1.24
MRT, v4690
Notes, v10.0.0
NPCTime, v1.0.9
Ogrilastone, v1.5
PakuTotems, v1.62
PetBattleMaster, v9.0.1
PetTracker, v10.0
PetTrackerConfig, v
PetTrackerJournal, v
Plexus, vv2.4.0
PointBlankSniper, v5.17
ProtoformSynthesisFieldJournal, v1.3.1
QuestSounds, v901-2020.10.14
QuickMark, v
RaidAchieveFilter, v2.0.5
RareScanner, v10.0.0.3
Rematch, v4.14.4
SavedInstances, v10.0.0
SharedMediaCausese, v
SilverDragon, vv2022.22
SilverDragonOverlay, vv2022.22
SilverDragonRangeExtender, vv2022.22
SuperDuperMacro, vretail 9.0.1.2, classic 1.13.5.4
TargetHealthPercent, v5.0
tdBattlePetScript, v10.0.0
tdBattlePetScriptRematch, v80100.01
TellMeWhen, v10.0.1
TidyPlatesThreatPlates, v11.0.4
TLDRMissions, v10.0-003
TomTom, vv3.3.2-release
TradeSkillMaster, vv4.11.64
TradeSkillMasterAppHelper, vv4.11.0
tullaRange, v10.0.2
VenturePlan, v4.34
WeakAuras, v5.0.5
WorldQuestTracker, vv10.0.0.451-Retail
WoWthingCollector, v10.0.0.1
WQAchievements, vv9.2.5-1
XanDurability, v5.2
ZerethMortisPuzzleHelper, v1.6.0
ZygorGuidesViewer, v8.1
BlizRuntimeLib_enUS v10.0.0.100000 <none>
(ck=e42)