-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'done' command to treasury. #2246
base: dev
Are you sure you want to change the base?
Conversation
Also, looking at the commit more closely, I believe you are only passing the items that no one has lotted on, not the items that you, the player have not lotted on, so this commit should not be accepted as is. |
Oh and... we should also probably check that this LuaCore change doesn't implode when using the alternate treasure pool used in like.. einherjar |
Since the LuaCore changes are not yet out, it's not clear what this data actually represents. Is it the lot of some random player? Is it the lot of the current player? Who knows! I'll update the PR when I have access to the LuaCore that adds this information. |
I'm not looking to refactor the entire addon. I've just added the 'done' command and fixed up the 'lotall' and 'passall' commands to not re-pass/lot things if already passed/lotted. And made a minor fix that Arcon suggested, to use |
Pending any further discussion, I don't plan on making any more changes to the MR. If something got missed that you wanted @RubenatorX , let me know. |
9e705c3
to
d4838ad
Compare
Once the LuaCore changes are pushed to add the 'lots' table, this PR speculatively adds the 'done' command.
The 'done' command passes on items that have not yet been either lotted or passed by the player.