Aida-Enna / XIVPlugins

A collection of plugins for Final Fantasy XIV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whitelist option Loot Master

opened this issue · comments

Hi,

thank you for the auto loot option on Loot Master. one question: can you add a whitelist/exclude option for specific dutys? for example, i don't want to auto loot in savage raids. thanks!

That's a really good idea! It'll take a bit for me to test and implement, but this should let you toggle autorolling on "high-end duties" - This should include current tier savage, unreal, and ultimate. I can't test it because I don't have raid until satuday, so I've attached a beta test version if you (or others) want to test for me and report the results. The option defaults to on and should prevent any sort of autolooting (including the message when the duty pops) while it's enabled.

LootMaster.zip

If you don't know how to test development plugins (which is okay!):

  1. Disable the LootMaster plugin via my repo and hit the trash can icon to delete it
  2. Download the zip above and extract it somewhere
  3. Open the plugin installer settings -> experimental -> Dev Plugin Locations and paste the path where you extracted the zip and hit the +, then the disk to save the settings.
  4. Click the new "Dev Tools" tab above "Installed Plugins" on th left, then click and enable the Loot Master (beta) plugin.

I'm getting errors with the current testing version:

Error with checking for loot:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at System.Collections.Generic.List`1.get_Item(Int32 index)
at LootMaster.Plugin.CheckLoot(Object source, ElapsedEventArgs e) in D:\Programming\XIVPlugins\LootMaster\Plugin.cs:line 214