Drift

Drift

33.5k Downloads

Cant move character sheet in wotlk classic

zuep opened this issue ยท 6 comments

commented

pretty much the title. i can change the size of the character sheet but i cant move it.

moving works with all my other windows i tested so far: talents, spellbook, questlog, social

commented

Hi @zuep - I investigated this a bit. Unfortunately, I cannot think of a way to modify Drift code to fix compatibility with RestedXP Guides. The good news, though, is there is a workaround so you can use so it's possible to move the character sheet. If you comment out line 430 of the file LevelingTracker.lua (inside the RXPGuides folder):

OLD:
trackerUi:SetPoint("TOPLEFT", attachment, "TOPRIGHT", offset.x, offset.y)

NEW:
-- trackerUi:SetPoint("TOPLEFT", attachment, "TOPRIGHT", offset.x, offset.y)

that should fix the issue. It will make it so the RestedXP Leveling Report frame may not show up in exactly the right place, but this frame can be repositioned.

Let me know if this workaround will work for you.

commented

Hi @zuep - Thanks for letting me know. Unfortunately, I am not able to reproduce this issue on my end. Do you have any other addons installed that modify the character sheet?

commented

hi @jaredbwasserman: yeah i am using a couple of addons.

Most likely it could be ElvUI which is causing the trouble. I'll test it later and comment here again as soon as i am online. :)

commented

hi @jaredbwasserman: i disabled every othher addon and could move my character sheet again. :)

after enabling the other addons one by one i could identify "RestedXP Guides" as the problematic addon. Hope this helps!

commented

Interesting, thanks for investigating! I will take a look at RestedXP Guides and see what is occurring.

commented

Closing this out since it's a compatibility issue between Drift and Rested XP Guides. The workaround to comment out a line in RXPGuides is the best I can think of.