ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Movable Loot Window (https://www.esoui.com/forums/showthread.php?t=8669)

NeuroticPixels 07/28/19 03:35 AM

Movable Loot Window
 
Hoft, the addon author of Bandits UI, thinks it would be useless to add the ability to move the loot window. Even though pretty much everything else is movable with that addon.
https://www.esoui.com/downloads/file...=1643#comments

So, I'm requesting that someone creates an addon that allows the loot window to be moved to another permanent location, per the player's preference. The same way that addon allows you to move and place everything else.

Or, that someone would be kind enough to tell me what to add to the Bandits UI lua to add and implement it in that addon myself, for personal use.

Thank you, and have a fantastic day.

Scootworks 07/28/19 04:28 AM

maybe Azurah?

Baertram 07/28/19 07:56 AM

ZO_Loot is the base control. LOOT_WINDOW the control for the loot window.
If you make it mouse enabled so you can click it, you can maybe able to drag&drop it.

Tried the following but does not work so far:
/script LOOT_WINDOW.control:SetMouseEnabled(true)
/script LOOT_WINDOW.control:SetMovable(true)
/script LOOT_WINDOW.list:SetMovable(true)
/script LOOT_WINDOW.list:SetMouseEnabled(true)

But this works, if you click the head line above the first item in the loot box:
/script ZO_Loot:SetMouseEnabled(true)
/script ZO_Loot:SetMovable(true)

The only thing is you'd need to add some handlers for OnDrag etc. and OnDrop so the position gets saved in some addons SavedVariables.
And ZOs seems to reset the position each time the window opens so one also would need to add a callback to the LOOT_SCENE 's state SCENE_SHOWING or SCENE_SHOWN to update x and y coordinates to the saved ones.
Maybe Azurah already does this.

Taken info from this file:
https://github.com/esoui/esoui/blob/..._loot/loot.xml

NeuroticPixels 07/28/19 10:02 AM

Unfortunately, Azurah doesn't allow you to move the loot window.
:(
Thanks for the suggestion, though.

Scootworks 07/28/19 10:56 AM

but you could ask phinix to add it into azurah

NeuroticPixels 07/28/19 11:02 AM

Quote:

Originally Posted by Scootworks (Post 38745)
but you could ask phinix to add it into azurah

I did. :)
I hope they do!

Anceane 07/30/19 07:56 AM

https://www.esoui.com/downloads/info...dAllinOne.html

LootDrop frame is movable (menu -> lock/unlock). Move it at the desired place, and lock it


May be you could see with ayantir if someone can use the code

NeuroticPixels 07/30/19 08:57 AM

"LootDrop, Continued" Doesn't Do The Job
 
Quote:

Originally Posted by Anceane (Post 38758)
https://www.esoui.com/downloads/info...dAllinOne.html

LootDrop frame is movable (menu -> lock/unlock). Move it at the desired place, and lock it


May be you could see with ayantir if someone can use the code

Thank you for the suggestion, but that addon doesn't do what I'm requesting. I just tested it.
Although, I do wish someone would take over that addon. It seems pretty fantastic. I really want to use it now. lol. But it's super outdated!

It moves the loot frame. The one that pops up in the lower right-hand corner after you've picked something up.
I'm needing the actual loot window to be movable.
This window:

https://i.imgur.com/BTHvw9n.png


All times are GMT -6. The time now is 08:31 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI