Skip to content

Releases: nooperation/d2es-stuff

d2es-stuff v1.0.60

14 Jul 22:42
01b15ba
Compare
Choose a tag to compare
Fixed reading of item maps based on downtime's suggestions

Initialized some technically uninitialized variables

d2es-stuff v1.0.59

13 Jul 17:32
8d0572d
Compare
Choose a tag to compare
d2es-stuff-v1.0.59

fixed an issue with shopbot that would happen if you cancel the shopb…

d2es-stuff v1.0.58

13 Jul 10:15
b2a896f
Compare
Choose a tag to compare
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

10 Jul 04:36
c2d9952
Compare
Choose a tag to compare
d2es-stuff-v1.0.57

Added emptycube to d2hackit autoload

d2es-stuff v1.0.56

10 Jul 03:16
d8e4371
Compare
Choose a tag to compare
d2es-stuff-v1.0.56

Identified ore are no longer suppressed from pick's announce

d2es-stuff v1.0.55

06 Oct 07:06
d88ea28
Compare
Choose a tag to compare
d2es-stuff-v1.0.55

Gold can now be filtered out, if you're into that kind of thing

d2es-stuff v1.0.54

28 Sep 05:17
65fd2f2
Compare
Choose a tag to compare
d2es-stuff-v1.0.54

Updated issue with flee seeing invalid hp values for larger pools of hp

d2es-stuff v1.0.53

23 Sep 19:45
01f1702
Compare
Choose a tag to compare

d2hackit:

  • Added sbs 1 1 to ItemSizes.txt
  • Updated Autoload= in d2hackit.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 to autostockerMisc.ini (default is 1, but most should keep it 0 to destroy the set rings/amulets)
  • Added RunAutoOre to autostockerMisc.ini(defaults is 1)
  • Added RunAutoScroll to autostockerMisc.ini (default is 1)
  • Added GoodAffixCount to autostockerMisc.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 to autostockerMisc.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 to autostockerMisc.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

23 Sep 19:32
83e0ced
Compare
Choose a tag to compare
d2es-stuff-v1.0.52

Autostocker has better prefix/suffix/affix selection for ringsamulets…

d2es-stuff v1.0.51

23 Sep 18:40
76ac022
Compare
Choose a tag to compare
d2es-stuff-v1.0.51

Autostocker ignores any forged item, or any item with +level requirem…