-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
[Feature/Enhancement/Custom] - Auto Loot, Quick Looting in stack and Auto Bank function #184
Conversation
This reverts commit 205df46.
Is this the same code as @hyresu proposed before? |
As I described on discord channel, just to keep it registered: |
now autoloot takes all items, sometimes it wasn't catching (I think) an commented option trying to avoid lag
Tested:
|
server crash testing in win 10 and linux , quando mata snake. Issue in Linux #260 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
passed Update creature.cpp
Kudos, SonarCloud Quality Gate passed! |
gold in bank, does not compute in hunt analysis |
Sync with canary pull requests: opentibiabr/canary#147 opentibiabr/canary#169 opentibiabr/canary#184 opentibiabr/canary#221
…Auto Bank function (#184) Auto loot using your manage loot containers quick loot categories and items filter, can be enabled in config.lua! Quick loot in stack, up to 30 corpses, enabled using client option. Auto Bank function, the dropped coins from monsters will be automatically deposited to your bank account, can be enabled in config.lua.
Description
This PR add the best autoloot possible, using your manage loot containers quick loot categories and items filter, can be enabled in config.lua!
Quickloot in stack, up to 30 corpses, enabled using client option.
AutoBank function, the dropped coins from monsters will be automatically deposited to your bank account, can be enabled in config.lua.
Type of change