Releases: nooperation/d2es-stuff
Releases · nooperation/d2es-stuff
d2es-stuff v1.0.60
Fixed reading of item maps based on downtime's suggestions Initialized some technically uninitialized variables
d2es-stuff v1.0.59
d2es-stuff-v1.0.59 fixed an issue with shopbot that would happen if you cancel the shopb…
d2es-stuff v1.0.58
Removed ItemSizes.txt GetItemSize reads item size directly from d2 now instead of relying on the old ItemSizes.txt file Removed the unused and duplicate D2COMMON_GetItemCode Added a more proper ItemTxt structure from D2MOO D2COMMON_GetItemTxt uses new ItemTxt structure Added D2COMMON_GetItemTxtFromItemCode Added UpdateItemExternal to inventory to allow external plugins such as d2_item_mover to update d2hackit's inventory with an item's new position
d2es-stuff v1.0.57
d2es-stuff-v1.0.57 Added emptycube to d2hackit autoload
d2es-stuff v1.0.56
d2es-stuff-v1.0.56 Identified ore are no longer suppressed from pick's announce
d2es-stuff v1.0.55
d2es-stuff-v1.0.55 Gold can now be filtered out, if you're into that kind of thing
d2es-stuff v1.0.54
d2es-stuff-v1.0.54 Updated issue with flee seeing invalid hp values for larger pools of hp
d2es-stuff v1.0.53
d2hackit:
- Added
sbs 1 1
to ItemSizes.txt - Updated
Autoload=
ind2hackit.ini
to exclude ammoguard and include at, chit, and goto
Pick:
- Speedy mode for all items
AutoOre:
- Rewrote a good portion of it so it sucks less. It also has an
ore.ini
where you can force the dropping of fake notes so you just keep the gems (fake notes will be dropped regardless if you have no room for them) - Made it work with autostocker
AutoAncientScroll:
- Made it work with autostocker
Sleepy.dll:
- Sleepy will only apply its weird patches when
-sleepy
is present in the command line arguments when launching diablo
Autostocker:
- No longer autostocks any item that is personalized, Forged, Has Level Requirement +X, or has the Gem melded state (not all items have this one).
- No longer autostocks socketed rings
- Automatically runs
.scroll start
and.ore start
- Added
IgnoreIdentifiedSetRingsAndAmulets
toautostockerMisc.ini
(default is 1, but most should keep it 0 to destroy the set rings/amulets) - Added
RunAutoOre
toautostockerMisc.ini
(defaults is 1) - Added
RunAutoScroll
toautostockerMisc.ini
(default is 1) - Added
GoodAffixCount
toautostockerMisc.ini
(default is 1, Any non-ring magic/rare/set/unique/item will need to have this many good suffix+prefixes or it'll be destroyed) - Added
GoodAffixCount
toautostockerMisc.ini
(RingsAmulets, default is 1. Any value >0 will make sure the rings/amulets all have at least this number of good prefixes+suffixes or it'll be destroyed) - Added
GoodPrefixCount
/GoodSuffixCount
toautostockerMisc.ini
(RingsAmulets, default is -1. Any value >0 will make sure the rings/amulets all have at least this number of good prefixes/suffixes or it'll be destroyed)
d2es-stuff v1.0.52
d2es-stuff-v1.0.52 Autostocker has better prefix/suffix/affix selection for ringsamulets…
d2es-stuff v1.0.51
d2es-stuff-v1.0.51 Autostocker ignores any forged item, or any item with +level requirem…