InventoryManager 7.2 - Updated again!
-
nice work
-
TODO: Finalize lobby detections,
add ghost items check, add support for multiple item sortingFinished the ghost items check, now also automatically removing them. (caused by higher ping, used to drop the real item because it though that it was a duplicate).
Experimental lobby detections now support HiveMC SG & SW. -
Wow that is very talented Keep up the good work
-
Released InventoryManager 5.5...
sorting is now case sensitive to avoid errors,
detects more lobbies (write if it misses some or if it detects wrongly on any server),
added close delay, no attack delay (delay after the last attack, after which it continues) -
Released InventoryManager 5.6 (3. 7. 2020)
- fixed bug that prevented IM to sort, when dropping garbage was disabled (reported by @Themek )
- improved lobby detections and added value to turn it off if it fails
- added death detections
- added open rotation - visual / packet / none + customizable rotation length
- added open swing - visual / packet / none
- mindelay now cannot be higher than maxdelay
- now also operates when you are in Ingame Menu or in chat
-
Released InventoryManager 5.8 (13. 7. 2020)
- fixed:
- if you started attacking someone while stealing items from chest, NoAttackDelay would keep the chest open, until you stopped attacking, now closes chest immediatelly
- opening chests not only checking for open delay timer
- NoAttackDelay not detecting attacks while in GUI
- stealer taking same quality armor as you have from chests, instead of ignoring it
- non InvOpen mode not working in certain GUIs including inventory
- other bugs
- improved:
- value arrangement
- OpenRotationLength value is now dynamic
- non InvOpen mode now supports more GUIs
- entire code - better distincted phases (now open, steal, drop, wear, sort), had problems before, sort of a recode
-
Canary build of InventoryManager 6.10 was released, it includes: instant operations support, multiple items sorting (prioritizing first, for example: .inventorymanager slot8 Splash Potion, Ender Pearl [you can alternatively split it like a,b or a; b or a;b]), auto weapon, auto pot that throws all kinds of pots (has minimal health requirement setting for throwing pots that heal), recode, rotation fixes and more.
You can download it on Core repository in canary branch, it requires latest Core 1.6.0.
(Core 1.6 is a huge update as well also in development)Core: https://github.com/CzechHek/Core/blob/canary/Core.lib
InventoryManager 6.10: https://github.com/CzechHek/Core/blob/canary/Scripts/InventoryManager.jsI'll officially release it after further testing and bug fixing.
-
Requires Core 1.6+.
If you already have older InventoryManager versions, you can just run LB with newest Core and it will automatically update!Released InventoryManager 6.12 (4. 8. 2020)
- multiple item sorting (prioritizes first, split values using "," or ";", eg. "Water Bucket, Block")
- auto weapon (select weapons option)
- auto pot (throw potions option, works for all kinds of potions not just healing)
- improved clickgui values
steal and inv delays are separated,
min max values are now LB like,
chest aura and auto pot share rotations and rotationslength now - recoded, possibly stability improvements (or maybe it got worse)
- fixed bugs
-
@404NotFound It drops bad potions first tho, however it will throw bad potions if dropping trash is disabled, I'll add an additional check.