Monolith DKP

Monolith DKP

687k Downloads

Request: Click item in bag to open bid window

elrufa opened this issue ยท 4 comments

commented

One last request :)
It would be great to be able to open the bid window for an item by alt+shiftclicking an item in your bag. I usually loot all boss drops and make the bids while we continue to clear the instance. Then hand them out manually to the winners. This is to speed up the clear and so I don't have to stand afk at the boss corpse for so long. Atm I have to do the /dkp bid [item link], but just clicking the item in my bag would be a godsend! Not sure if this is something already in the 2.0 release, if so then ignore this request.

Cheers!

commented

I looked into doing this a while back. However it proved to be impractical. Reason being is because every bag add-on names each bag slot frame something different. So to hook those frames, I believe I would have to write a new script for every possible bag add-on. But I'll keep looking into it and see if I can hack it somehow

commented

I looked into doing this a while back. However it proved to be impractical. Reason being is because every bag add-on names each bag slot frame something different. So to hook those frames, I believe I would have to write a new script for every possible bag add-on. But I'll keep looking into it and see if I can hack it somehow

Ah yea I can see how that would make it a lot harder.

I'm not sure if it would be of any help coding wise, but an alternative would maybe be if you have some way to "add" an item if you open an empty bid window and do a modifier+click on an item it'll get "pasted" into the bid window.
I know that the AH addon Tradeskillmaster does something like this. If you have the TSM shopping window open and shift-click an item in the bag it automatically searches for that item in the TSM UI. Again, not sure if this would be of any help, but might be worth checking out how they solved that.

commented

If you use /dkp bid to open the bid window, you can actually drag and drop an item into it. Just drop it in any open space in the window.

commented

/run link=GetContainerItemLink(0,1); if link then SlashCmdList.MonolithDKP("bid "..link); else print("[ERROR]: No Item in the first bag and first slot"); end

I use that macro to open the bid window with the item in the default bag, first slot.