they only sell 1 potion? i can keep buying the normal potions, they have infinite stock, the vendors only have 1 of these potions in stock and i need to reset the vendor to buy a second? can it not just be like normal potions in the vendor?
They should have unlimited stock. I just tried it with Akara. It only shows one, but I can buy it as many times as I want. Does this only happen to you with a specific vendor? And did you enable the option to only have full potions in Hell?
I also have this problem. Only one in stock, that refreshes every time you come back to town. Can't buy more than one per trip. On multiple/all potion vendors. Tried with the hell option both on and off.
Same problem for me. Only one potion available at time. I checked for compatibility issues with other mods but no changes so It doesn't seem to be the case. A client language issue or smth else maybe ?
I was able to reproduce the problem when I changed the language of the game from English to German. When I changed the language back to English, the problem persisted.
Then I basically rewrote the mod in a much cleaner way, but the result still is the same:
If you enable the option Full potion only in hell, you can only buy one potion per vendor every time you walk into town. Without that option, the stock should be unlimited. I do not know why this is the case and how to fix it. I compared the logic of the modified rejuvenation potions to that of the original healing potions, which also receive upgraded versions in Nightmare and Hell, and my implementation is analogous. As a workaround, I recommend that you disable that option. You can then choose in-game, if you want to buy small or full potions.
I made an update. 1) That's not directly possible - at least I don't know how. I created an option that only small potions are available in Normal and Nightmare and full potions only in Hell. 2) Done.
12 comments
Lets say I have a CSV/TSV/XLS file, of Unique items, the Gold Price, the Vendor(s) and the Difficulty Level(s).
Where would I add that data, and how would I modify the code to "see" that file?
Note: I do not need to add the Uniques to the "D2RMM Config". I will hard-code the values in a standalone config file.
Does this only happen to you with a specific vendor? And did you enable the option to only have full potions in Hell?
Then I basically rewrote the mod in a much cleaner way, but the result still is the same:
If you enable the option Full potion only in hell, you can only buy one potion per vendor every time you walk into town. Without that option, the stock should be unlimited. I do not know why this is the case and how to fix it. I compared the logic of the modified rejuvenation potions to that of the original healing potions, which also receive upgraded versions in Nightmare and Hell, and my implementation is analogous.
As a workaround, I recommend that you disable that option. You can then choose in-game, if you want to buy small or full potions.
1) option to make it only available in hell difficulty
2) price (should be higher than 100 gold)
1) That's not directly possible - at least I don't know how. I created an option that only small potions are available in Normal and Nightmare and full potions only in Hell.
2) Done.