Download
(61Kb)
Download
Updated: 10-28-22 06:03 PM
Compatibility:
Dragonflight Pre-patch (10.0.0)
Updated:10-28-22 06:03 PM
Created:10-28-22 05:20 PM
Downloads:112
Favorites:0
MD5:

DagAssist - DragonFlight

Version: 10.1
by: CowFaldon [More]

DagAssist updated for Dragonflight.
Addon description copied from older version:

Clean up your action bars on both Classic and Retail!

DagAssist Continued helps you clean up your interface by moving seldom used abilities to a discrete minimap menu. Get those teleports, auras, tracking abilities, professions and hearthstone off your action bar! Abilities from every class and race are covered. No configuration, no complication. Download, install and you're ready to go!

Optional Files (0)


Archived Files (1)
File Name
Version
Size
Author
Date
10.0
19kB
CowFaldon
10-28-22 05:20 PM


Post A Reply Comment Options
Unread 11-22-22, 02:00 PM  
Galthariel
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
To Fix it for DF Phase 2 Patch you just need to replace lines 25 and 26 in the DagAssist_Menu.lua file from:

Original

Code:
local function GetBagPosition(itemLink)
for bag = 0, NUM_BAG_SLOTS do
for slot = 1, GetContainerNumSlots(bag) do
if(GetContainerItemLink(bag, slot) == itemLink) then
return bag, slot
end
end
end
end
*
Modified that works
Code:
local function GetBagPosition(itemLink)
for bag = 0, NUM_BAG_SLOTS do
for slot = 1, C_Container.GetContainerNumSlots(bag) do
if(C_Container.GetContainerItemLink(bag, slot) == itemLink) then
return bag, slot
end
end
end
end
*

Originally Posted by Aisenfaire
Hi,

I am getting the following errors upon logging in with only this addon enabled:


Code:
8x DagAssist/DagAssist_Menu.lua:25: attempt to call global 'GetContainerNumSlots' (a nil value)
[string "@DagAssist/DagAssist_Menu.lua"]:25: in function `GetBagPosition'
[string "@DagAssist/DagAssist_Menu.lua"]:35: in main chunk

Locals:
itemLink = nil
(for index) = 0
(for limit) = 4
(for step) = 1
bag = 0
(*temporary) = 1
(*temporary) = nil
(*temporary) = 0
(*temporary) = "attempt to call global 'GetContainerNumSlots' (a nil value)"
Code:
6x DagAssist/DagAssist_Menu.lua:1 (null)
Code:
6x Interface\FrameXML\Bindings.xml:1 DagAssist/DagAssist_Menu.lua:1 (null)
Report comment to moderator  
Reply With Quote
Unread 11-22-22, 12:12 PM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Hi,

I am getting the following errors upon logging in with only this addon enabled:


Code:
8x DagAssist/DagAssist_Menu.lua:25: attempt to call global 'GetContainerNumSlots' (a nil value)
[string "@DagAssist/DagAssist_Menu.lua"]:25: in function `GetBagPosition'
[string "@DagAssist/DagAssist_Menu.lua"]:35: in main chunk

Locals:
itemLink = nil
(for index) = 0
(for limit) = 4
(for step) = 1
bag = 0
(*temporary) = 1
(*temporary) = nil
(*temporary) = 0
(*temporary) = "attempt to call global 'GetContainerNumSlots' (a nil value)"
Code:
6x DagAssist/DagAssist_Menu.lua:1 (null)
Code:
6x Interface\FrameXML\Bindings.xml:1 DagAssist/DagAssist_Menu.lua:1 (null)
Report comment to moderator  
Reply With Quote
Unread 11-22-22, 02:17 AM  
Ekaterina
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 65
File comments: 50
Uploads: 1
Re: request for a / command to reset icon position?

Originally Posted by Theondry
The minimap icon sometimes disappears or wanders off-screen.

If we could get a slash command or some other way to reset it's position so it can be dragged about easily, that would be lovely.

(for more a more grotesque request: LDB feed.)
There is an addon over at curseforge: DagAssist Databroker. It's abandoned, but still works.
Report comment to moderator  
Reply With Quote
Unread 11-01-22, 04:25 PM  
Galthariel
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
First of all I'm a first time user of your addon and Love it specially for my Mage. I have a feature request though which is the abily of the spells, items or anything we add to DagAssit to show the tooltips. As an example I created a secion called Transports and added all my Toys (e.g. Unstable Portal, Nature's Beacon) and Transport Items such as Rings, Necklaces, etc. that allows you to be transported and sometimes is diffcult to recognize the item only for the name and icon (e.g. Time-Lost Artifact that takes you to the Timeless Isle)

Thanks and great addon for sure :-)
Report comment to moderator  
Reply With Quote
Unread 10-31-22, 11:44 AM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
request for a / command to reset icon position?

The minimap icon sometimes disappears or wanders off-screen.

If we could get a slash command or some other way to reset it's position so it can be dragged about easily, that would be lovely.

(for more a more grotesque request: LDB feed.)
__________________
Theondry of Perenolde
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: