Eliote / AutoLooter

WoW Addon to manage loot
https://www.curseforge.com/wow/addons/autolooter
1 stars 1 forks source link

Auctionator prices #2

Closed Thelion987 closed 2 months ago

Thelion987 commented 2 months ago

I made a small Tweak to your code to add Auctionator prices to the loot rule.

If you want to use this, please do. Link to the changed code: https://github.com/Thelion987/AutoLooter

Eliote commented 2 months ago

This can probably be a module for AutoLooter, in its on AddOn. That way you can depend on both addons in the toc file. (AutoLooter and Auctionator)

This module is a nice example: https://github.com/Eliote/AutoLooter/blob/master/modules/FishingIgnore.lua I exposed the ToggleableModulePrototype in AutoLooter.ToggleableModulePrototype in the last version. So you can create a module with: local module = AutoLooter:NewModule("FishingIgnore", AutoLooter.ToggleableModulePrototype)

Thelion987 commented 2 months ago

Thanks, for the advise! I will do that when i have some time.