Thread Tools Display Modes
07/28/19, 03:35 AM   #1
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member
Join Date: May 2019
Posts: 210
Exclamation 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.
  Reply With Quote
07/28/19, 04:28 AM   #2
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
maybe Azurah?
  Reply With Quote
07/28/19, 07:56 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
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

Last edited by Baertram : 07/28/19 at 08:07 AM.
  Reply With Quote
07/28/19, 10:02 AM   #4
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member
Join Date: May 2019
Posts: 210
Unfortunately, Azurah doesn't allow you to move the loot window.

Thanks for the suggestion, though.
  Reply With Quote
07/28/19, 10:56 AM   #5
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
but you could ask phinix to add it into azurah
  Reply With Quote
07/28/19, 11:02 AM   #6
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member
Join Date: May 2019
Posts: 210
Smile

Originally Posted by Scootworks View Post
but you could ask phinix to add it into azurah
I did.
I hope they do!
  Reply With Quote
07/30/19, 07:56 AM   #7
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
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
  Reply With Quote
07/30/19, 08:57 AM   #8
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member
Join Date: May 2019
Posts: 210
Unhappy "LootDrop, Continued" Doesn't Do The Job

Originally Posted by Anceane View Post
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

Last edited by NeuroticPixels : 07/30/19 at 09:06 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Movable Loot Window

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off