Forgive me if im being stupid, or i have some incompatibility issue but i just cant make sense of what im supposed to do here.
I have a stack of 256 chipped gems, how can I upconvert them in bulk to the next tier? Does this mod do that? Cubing the stack with a scroll of ID doesnt do that for me.. I find it a little difficult to believe that the intended process is to cube the entire stack one by one to convert them into useable gems, convert them to flawed, then convert those flawed into stackable flawed, all one by one. What am i missing? sorry again and thanks
further to this, in D2RMM, the info text for the convert when destacking option also confuses me.. it says "enable to have the split off gem automatically convert to a non-stackable variant when splitting a stack". What does this mean? how does one split a stack outside of the cube? I can see no control mapping for such a function and google has failed me.. it reads like there is a quick and easy way to grab a stack and individually place them down one by one into my inventory while silmultaneously converting them to useable form, but as far as i can tell there is no such functionality... tearing my hair out here
Hmm, there's nothing special about them compared to other item types: d2rmm.mods/StackableGems/mod.js. Can you paste your generated* cubemain.txt (from <D2R>/mods/D2RMM/D2RMM.mpq/data/global/excel/cubemain.txt)? * i.e. After installing mods via D2RMM.
I'm sorry that I keep on asking, but does the bulk upgrade work only if the stack is precisely 30? Or can the stack greather than that? I'm asking this because I had my 96 lv Barb that had a full stack (256) flawless amethyst but it wouldn't convert as a bulk.
Hello. I downloaded this mod and decided to play Diablo 2 Classic Hardcore. And, unfortunately, the mod doesn't work :(I place the gem in the Horadric cube, press the button and nothing happens. What could this be connected with? The mod doesn't work in classic?
Stacks cannot be combined in the shared stash. This is a Diablo 2 issue and needs to be fixed by Blizzard (can be reproduced with Tomes, Quivers, etc...)
seems to have incompatibility issue with mod called "Rune Easy Upgrade"
When i had both mods installed, and tried to turn single ruby back into stack-able ruby, the ruby would turn into one handed Axe Instead. Now i have 10 axes and no rubies.
When that mode was uninstalled, the issue went away.
Hey just a quick modification that might help out some poeple in the future.
i set stack size to 30 so it's convenient to bulk swap full stack of 30 flawless to perfect, but your for loop doesnt work when maxStack is 30 size because of < instead of <=
modifying line 231 to this fixed it for me : for (let j = 30; j <= config.maxStack; j = j + 1) {
Incredible mod my man, just wondering though, for the Warning on "Convert When Destacking" options info, is it the creation of a new game that gets the slowdown, or the boot of the game itself. if its every single newly opened game, ill probably refrain, but if its just the boot of d2r itself its worth.
The cold boot of the entire game - that's when D2R has to parse the thousands of cube recipes we need to add for this feature. (You can also feel free to experiment with toggling that setting on and off to test - it does not affect save games.)
66 comments
I have a stack of 256 chipped gems, how can I upconvert them in bulk to
the next tier? Does this mod do that? Cubing the stack with a scroll of
ID doesnt do that for me.. I find it a little difficult to believe that
the intended process is to cube the entire stack one by one to convert
them into useable gems, convert them to flawed, then convert those
flawed into stackable flawed, all one by one. What am i missing? sorry again and thanks
further to this, in D2RMM, the info text for the convert when destacking option
also confuses me.. it says "enable to have the split off gem
automatically convert to a non-stackable variant when splitting a
stack". What does this mean? how does one split a stack outside of the
cube? I can see no control mapping for such a function and google has
failed me.. it reads like there is a quick and easy way to grab a stack
and individually place them down one by one into my inventory while
silmultaneously converting them to useable form, but as far as i can
tell there is no such functionality... tearing my hair out here
With that option: 5 stackable => 4 stackable + 1 useable
There seems to be a bug where Amethyst (3 tier) and Topaz (3 tier) won't upgrade as a bulk into Flawless grade.
Can you paste your generated* cubemain.txt (from <D2R>/mods/D2RMM/D2RMM.mpq/data/global/excel/cubemain.txt)?
* i.e. After installing mods via D2RMM.
I fixed the issue! It was 100% on my end.
Sorry for interrupting you! I love your mods man 👍
I'm asking this because I had my 96 lv Barb that had a full stack (256) flawless amethyst but it wouldn't convert as a bulk.
seems so convenient
EDIT: I am stupid it turns out, didnt have the mod enabled in the Mod Manager -.-
Anyway to make gems autostack on stash when click "shift+lmb"? Same question for rune stack mod.
Its a bit painful taking gems from stash to inventory to stack it there...
Maybe im idiot and its marked on some place but after a couple of days with it i cant find if theres an option to enable autostack
I have started a game with this mod, but as yet I have not done cube quest.
Is there a way to start game with cube, or how can I split without the cube before quest?
When i had both mods installed, and tried to turn single ruby back into stack-able ruby, the ruby would turn into one handed Axe Instead. Now i have 10 axes and no rubies.
When that mode was uninstalled, the issue went away.
i set stack size to 30 so it's convenient to bulk swap full stack of 30 flawless to perfect, but your for loop doesnt work when maxStack is 30 size because of < instead of <=
modifying line 231 to this fixed it for me :
for (let j = 30; j <= config.maxStack; j = j + 1) {
Just unsure, thanks for the mod though!