Forum Replies Created

Viewing 15 posts - 211 through 225 (of 574 total)
  • Author
    Posts
  • in reply to: Dugi item button #169667
    Ozzi
    Participant

      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.

      in reply to: Dugi item button #169666
      Ozzi
      Participant

        Do you have Icon Arrow checked or unchecked? Try with Icon Arrow Unchecked if it’s not already

        in reply to: Dugi item button #169665
        Ozzi
        Participant

          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

          in reply to: Dragonflight Achievements & Professions #169664
          Ozzi
          Participant

            ETA is unknown, Achievements and Dailies etc are still in progress.
            Professions should be released in 9.0175

            in reply to: worldquestid error #169675
            Ozzi
            Participant
              @akarb388z Here’s a fix thanks to @Dugi
              Edit file “WorldQuestsList.lua”.

              Find:
              local function IsQuestValidForEye(questID)
                  return QuestUtils_IsQuestWorldQuest(questID) or (WQLdb.WorldQuestBfAAssaultQuests[questID or 0] and not IsQuestComplete(questID or 0))
              end

              Replace 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))
              end

              Dugi has messaged the developer of World Quests List addon to include these changes.

              in reply to: Dugi Dragon Flight Addon Errors #169663
              Ozzi
              Participant

                @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.

                in reply to: paying for dragon flight as a Loyalty member #169669
                Ozzi
                Participant

                  my pleasure, I am glad you got your refund, Merry Christmas btw.

                  in reply to: Objective Tracker – DugiGuides_Wrath_3.021 #169674
                  Ozzi
                  Participant
                    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.lua
                    Find on Line 1094
                    elseif name == "ElvUI" and loaded then DugisGuideViewer.elvuiloaded = true
                    Replace with
                    --      elseif name == "ElvUI" and loaded then DugisGuideViewer.elvuiloaded = true
                    Save and play game.
                    in reply to: Objective Tracker – DugiGuides_Wrath_3.021 #169673
                    Ozzi
                    Participant
                      I suggest to do /dugi fix
                      These are taken with a fresh copy of 3.021 and zero .lua errors
                      Can 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.
                      in reply to: paying for dragon flight as a Loyalty member #169672
                      Ozzi
                      Participant

                        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!

                        in reply to: Objective Tracker – DugiGuides_Wrath_3.021 #169671
                        Ozzi
                        Participant
                          May I please see a screenshot of the Display tab in the settings? 1 tab up from your above screenshot
                          in reply to: Can’t remove the Icon Arrow #169670
                          Ozzi
                          Participant
                            That 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 helps
                            in reply to: No dragonflight guides #169677
                            Ozzi
                            Participant

                              Check your subscription or make a ticket here

                              in reply to: Im about done with using DG #169681
                              Ozzi
                              Participant

                                I 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.

                                in reply to: blocking functions.. #169701
                                Ozzi
                                Participant

                                  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.

                                Viewing 15 posts - 211 through 225 (of 574 total)