Forum Replies Created
-
AuthorPosts
-
That is very odd, I am able to use the item button and quest items in the inventory and any traveling suggestions with no issues.
Perhaps use the dugi installer and click reinstall button, and, yes, I am aware that you have the latest version which at this point is irrelevant.Do you have Icon Arrow checked or unchecked? Try with Icon Arrow Unchecked if it’s not already
Ram1378x said:Not sure if this is helpful information for anyone to solve this issue. But I’m also unable to click on the Dugi Arrow/Zone Map, when it suggests for me to use a hearthstone. I used to be able to click that as well, which is no longer activating when I click on it. Maybe it’s something in my settings but I can’t figure it out. Tried so many things inside Dugi and WoW options.Can you please try with just dugi guides enabled and then try typing /dugi fix
ETA is unknown, Achievements and Dailies etc are still in progress.
Professions should be released in 9.0175@akarb388z Here’s a fix thanks to @DugiEdit file “WorldQuestsList.lua”.Find:local function IsQuestValidForEye(questID)
return QuestUtils_IsQuestWorldQuest(questID) or (WQLdb.WorldQuestBfAAssaultQuests[questID or 0] and not IsQuestComplete(questID or 0))
endReplace with:
local function IsQuestValidForEye(questID)
if not tonumber(questID) then
return false
end
return QuestUtils_IsQuestWorldQuest(questID) or (WQLdb.WorldQuestBfAAssaultQuests[questID or 0] and not IsQuestComplete(questID or 0))
endDugi has messaged the developer of World Quests List addon to include these changes.
@hellomikko Can you please remove Zygor, not sure if you are a ware but that is a sensitive subject and the workaround you are proposing isn’t related to that addon directly according to addon & files used.
my pleasure, I am glad you got your refund, Merry Christmas btw.
The Dugi Questing Essentials is only the bare bones version of the paid guides and contains no guides.To resolve the issue you are having with ElvUI edit DugisGuideViewer.luaFind on Line 1094elseif name == "ElvUI" and loaded then DugisGuideViewer.elvuiloaded = true
Replace with-- elseif name == "ElvUI" and loaded then DugisGuideViewer.elvuiloaded = true
Save and play game.I suggest to do /dugi fixThese are taken with a fresh copy of 3.021 and zero .lua errorsCan you also try with just Dugi Guides enabled.You can then enable one addon at a time to try to pin point what addon triggers errors, if we can find the addon we can then look in to making it work.Open a ticket with your order number, this can be found in the email your account is assigned to. Dugi and his staff would be able to track that payment down and issue a refund. Ticket is here. If you want an answer to something like this, that’s your best place to use. good luck!
May I please see a screenshot of the Display tab in the settings? 1 tab up from your above screenshotThat Icon Arrow is a new feature and is enabled by default. If you want the old arrow back then open the Settings (/Dugi Settings) > Dugi Arrow > Uncheck Icon Arrow.The classic arrow should now take it’s place.I hope this helpsI cannot replicate any of this, do you have the latest version? try running with just dugi enabled.
Perhaps this post may help https://www.dugiguides.com/discussions#/discussion/1436/retail-dragonflight-helpful-tips I suggest the Addons category, especially !!NoTaint2.
If you are still getting these errors can you please be more constructive and post them so that this can get investigated and possibly fixed.Use !!NoTaint2 addon, with this addon it should reduce this issue, even of the prompt is up, simply drag that window out of the way and you should be able to still play. It’s still early days in the new expansion. We’re just hoping that blizzard comes out with a fix for this soon.
-
AuthorPosts