Addon for beta Dragonflight

Hi,
Is there a version of the Askmrrobot addon to download for the Dragonflight beta for testing?

There is not – I don’t have access to the beta unfortunately.

The only thing that I anticipate having to change is reading talents. Everything else should work as-is.

If it helps you, I have downloaded the latest version of amr in curseforge, and when I open the amr interface, the screen appears with a gray background, with nothing else, these are the 2 lua errors that it gives in Dragonflight

Message: AceEvent30Frame:RegisterEvent(): AceEvent30Frame:RegisterEvent(): Attempt to register unknown event “SCRAPPING_MACHINE_SHOW”
Time: Thu Sep 8 03:49:16 2022
Count: 1
Stack: AceEvent30Frame:RegisterEvent(): AceEvent30Frame:RegisterEvent(): Attempt to register unknown event “SCRAPPING_MACHINE_SHOW”
[string “=[C]”]: in function RegisterEvent' [string "@Interface/AddOns/AskMrRobot/Libs/AceEvent-3.0/AceEvent-3.0.lua"]:33: in function OnUsed’
[string “@Interface/AddOns/AskMrRobot/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua”]:168: in function RegisterEvent' [string "@Interface/AddOns/AskMrRobot/Core.lua"]:689: in function AddEventHandler’
[string “@Interface/AddOns/AskMrRobot/Junk.lua”]:657: in main chunk

Locals: (*temporary) = AceEvent30Frame {
0 =
}
(*temporary) = “SCRAPPING_MACHINE_SHOW”

Message: AceEvent30Frame:RegisterEvent(): AceEvent30Frame:RegisterEvent(): Attempt to register unknown event “SCRAPPING_MACHINE_SHOW”
Time: Thu Sep 8 03:49:16 2022
Count: 1
Stack: AceEvent30Frame:RegisterEvent(): AceEvent30Frame:RegisterEvent(): Attempt to register unknown event “SCRAPPING_MACHINE_SHOW”
[string “=[C]”]: in function RegisterEvent' [string "@Interface/AddOns/AskMrRobot/Libs/AceEvent-3.0/AceEvent-3.0.lua"]:33: in function OnUsed’
[string “@Interface/AddOns/AskMrRobot/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua”]:168: in function RegisterEvent' [string "@Interface/AddOns/AskMrRobot/Core.lua"]:689: in function AddEventHandler’
[string “@Interface/AddOns/AskMrRobot/Junk.lua”]:657: in main chunk

Locals: (*temporary) = AceEvent30Frame {
0 =
}
(*temporary) = “SCRAPPING_MACHINE_SHOW”

That’s an event to show the junk window when you open the scrapper – they must have removed or renamed those events in 10.0.

You can go into Junk.lua and comment out or delete lines 657-673, should get rid of that error.

I get a similar error

Message: AceEvent30Frame:RegisterEvent(): AceEvent30Frame:RegisterEvent(): Attempt to register unknown event “SCRAPPING_MACHINE_SHOW”
Time: Fri Oct 7 21:50:33 2022
Count: 1
Stack: AceEvent30Frame:RegisterEvent(): AceEvent30Frame:RegisterEvent(): Attempt to register unknown event “SCRAPPING_MACHINE_SHOW”
[string “=[C]”]: in function RegisterEvent' [string "@Interface/AddOns/AskMrRobot/Libs/AceEvent-3.0/AceEvent-3.0.lua"]:33: in function OnUsed’
[string “@Interface/AddOns/AskMrRobot/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua”]:168: in function RegisterEvent' [string "@Interface/AddOns/AskMrRobot/Core.lua"]:689: in function AddEventHandler’
[string “@Interface/AddOns/AskMrRobot/Junk.lua”]:657: in main chunk

Locals: (*temporary) = AceEvent30Frame {
0 =
}
(*temporary) = “SCRAPPING_MACHINE_SHOW”

But when i erase 657-673 I get

Message: Interface/AddOns/AskMrRobot/Gear.lua:1360: attempt to index field ‘?’ (a nil value)
Time: Fri Oct 7 22:17:57 2022
Count: 1
Stack: Interface/AddOns/AskMrRobot/Gear.lua:1360: attempt to index field ‘?’ (a nil value)
[string “@Interface/AddOns/AskMrRobot/Gear.lua”]:1360: in function EquipGearSet' [string "@Interface/AddOns/AskMrRobot/Core.lua"]:29: in function OnClick’
[string “@Interface/AddOns/GSE/Lib/LibDBIcon-1.0/LibDBIcon-1.0.lua”]:144: in function <…rface/AddOns/GSE/Lib/LibDBIcon-1.0/LibDBIcon-1.0.lua:142>

Locals: self = {
UpdateMinimap = defined @Interface/AddOns/AskMrRobot/Core.lua:304
StopLogging = defined @Interface/AddOns/AskMrRobot/CombatLog.lua:441
SlashCommand = defined @Interface/AddOns/AskMrRobot/Core.lua:271
modules =

{
}
UnregisterComm = defined @Interface/AddOns/AskMrRobot/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:179
HideShopWindow = defined @Interface/AddOns/AskMrRobot/Shopping.lua:30
HideCover = defined @Interface/AddOns/AskMrRobot/ui/Ui.lua:280
CreateItemLink = defined @Interface/AddOns/AskMrRobot/Constants.lua:136
SpecIds =
{
}
ReleaseTabLog = defined @Interface/AddOns/AskMrRobot/CombatLog.lua:216
SetDefaultModulePrototype = defined @Interface/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua:409
ShowCover = defined @Interface/AddOns/AskMrRobot/ui/Ui.lua:262
PrintVersions = defined @Interface/AddOns/AskMrRobot/Core.lua:384
IsEnabled = defined @Interface/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua:451
ProfessionIds =
{
}
SendAmrCommMessage = defined @Interface/AddOns/AskMrRobot/Core.lua:610
RefreshJunkUi = defined @Interface/AddOns/AskMrRobot/Junk.lua:572
RegisterMessage = defined @Interface/AddOns/AskMrRobot/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:116
UnregisterMessage = defined @Interface/AddOns/AskMrRobot/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:179
ChatPrefix = “_AMRS”
IsSupportedInstanceId = defined @Interface/AddOns/AskMrRobot/AskMrRobot-Serializer/AskMrRobot-Serializer.lua:307
SetItemTooltip = defined @Interface/AddOns/AskMrRobot/ui/Ui.lua:393
ReleaseTabGear = defined @Interface/AddOns/AskMrRobot/Gear.lua:617
CreateFont = defined @Interface/AddOns/AskMrRobot/ui/Ui.lua:84
SendCommMessage = defined @Interface/AddOns/AskMrRobot/Libs/AceComm-3.0/AceComm-3.0.lua:87
db =
{
}
UnregisterAllComm = defined @Interface/AddOns/AskMrRobot/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:200
SetEnabledState = defined @Interface/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua:424
ShowAlert = defined @Interface/AddOns/AskMrRobot/ui/Ui.lua:290
dump = defined @Interface/AddOns/AskMrRobot/Core.lua:701
GetActiveSetupLabel = defined @Interface/AddOns/AskMrRobot/Gear.lua:518
ReleaseTabExport = defined @Interface/AddOns/AskMrRobot/Export.lua:103
InitializeGear = defined @Interface/AddOns/AskMrRobot/Gear.lua:1385
spairs = defined @Interface/AddOns/AskMrRobot/Core.lua:458
SetSpellTooltip = defined @Interface/AddOns/AskMrRobot/ui/Ui.lua:407
OnInitialize = defined @Interface/AddOns/AskMrRobot/Core.lua:153
UnregisterAllEvents = defined @Interface/AddOns/AskMrRobot/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:200
InitializeCombatLog = defined @Interface/AddOns/AskMrRobot/CombatLog.lua:638
MIN_ADDON_VERSION = 65
Deserialize = defined @Interface/AddOns/AskMrRobot/Libs/AceSerializer-3.0/AceSerializer-3.0.lua:246
GetName = defined @Interface/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua:279
SpecIcons =
{
}
name = “AskMrRobot”
MIN_IMPORT_VERSION = 77
Contains = defined @Interface/AddOns/AskMrRobo

Message: Interface/AddOns/AskMrRobot/ui/Ui.lua:88: Usage: self:SetFont(fontFile, height, flags)
Time: Fri Oct 7 22:18:04 2022
Count: 2
Stack: Interface/AddOns/AskMrRobot/ui/Ui.lua:88: Usage: self:SetFont(fontFile, height, flags)
[string “=[C]”]: in function SetFont' [string "@Interface/AddOns/AskMrRobot/ui/Ui.lua"]:88: in function CreateFont’
[string “@Interface/AddOns/AskMrRobot/ui/AmrUiLabel.lua”]:138: in function ?' [string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua"]:102: in function <Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua:91> [string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua"]:140: in function Create’
[string “@Interface/AddOns/AskMrRobot/ui/Ui.lua”]:177: in function <Interface/AddOns/AskMrRobot/ui/Ui.lua:160>
[string “@Interface/AddOns/AskMrRobot/ui/Ui.lua”]:359: in function Show' [string "@Interface/AddOns/AskMrRobot/ui/Ui.lua"]:336: in function Toggle’
[string “@Interface/AddOns/AskMrRobot/Core.lua”]:26: in function `OnClick’
[string “@Interface/AddOns/GSE/Lib/LibDBIcon-1.0/LibDBIcon-1.0.lua”]:144: in function <…rface/AddOns/GSE/Lib/LibDBIcon-1.0/LibDBIcon-1.0.lua:142>

Locals: (*temporary) = Regular_16_1.000000_1.000000_1.000000_1.000000 {
0 =
}
(*temporary) = “Interface\AddOns\AskMrRobot\Media\Ubuntu-Regular.ttf”
(*temporary) = 16

Yep – don’t have a version of the addon for 10.0 yet.

Ok ty for your time on this.

I can not remember in past years when AMR was up and ready to go once the new expac drops. Got an ETA?

We will have something for the pre-patch that is at least functional. The pre-patch is always a bit awkward because it is a mix of old and new mechanics, and nothing is really balanced around level 60 characters anymore… so we usually get something that will hold people over until dragonflight is launched, and also allow them to preview the new dragonflight stuff.

Then we will have a fully updated version of the site on dragonflight’s launch. Usually it takes us another few weeks to really dial in the gear rankings though… Blizzard always sneaks things in, or hotfixes things in the first few weeks of the expansion that require re-ranking.