This is broken. Bot keeps equiping the scowling defiance over the brutal aspect. Is it taking into account healing rather than toughness? seems rather stupid to me
View attachment 122356
View attachment 122356
Thank's , but plugin writing dmg+50% and don't equip them, just spum in the logs
Ok so this is just a test!
It will ONLY work with the DB beta atm i think
The items are now scored using the in-game calculation
*If you want to see the calculation enable debug logging
You CAN add a weight to the calculation in the settings window
For example if you want damage to be more important then you can set it too 10 and it will times the value of the % by 10 these scores are then added together to return the Evaluated score
Below is an example if the scale on damage set to 10
[AutoGear] Scored Hero Feud Damage:-34.69592 Healing:6.114576 Toughness:-27.54398 EvaluatedScore:-368.3885
This is not however true if
*The item is a ring for the right hand slot (then it is scored using the old method)
*Weapons if the upgrade is not of the same type (aka you have a 2h but is scoring for a shield and a weapon)
*Probably weapons in general
It should work quite well for armour upgrades tho (unless the have a socket)
Know bugs:
Sometimes cant pick the best ring
I might have broken it if there is nothing currently in the slot
Probably allot of things
Keep in mind ACDItem.GetStatChanges() doesn't currently report back which slot is being checked ingame.
The second slot ring (ingame ALT key) has been fixed in an unpublished version, so that'll be there. I have been discussing with Nesox about a way to grab the evaluated slot OR equip an item to a default slot without knowing where it goes at all (same result).
This approach should also get rid of the tons of code required to get CanEquip as a boolean.
Anyway nice to see how you guys are expanding this! figured i'd give you a heads up.
Any way you can blacklist shields? It randomly equips "better" shields, and if you have a 2h, then it just equips the shield and no 1h, so youre left with a dying bot all the time...
Cheers for your work, is appreciated
If you're looking for an AutoEquipper plugin, you should be using the Armory plugin.
AutoGear was just intended to bridge the time until a better plugin was released. Thanks for your support!