Developer postOriginal post (opens in a new tab)

Add to Inventory Adjustment!

Hi all!

Spadez here again to give you more updates!

Recently I tried to add a bigger version of the Bellar Root for testing a larger amount added to the inventory at once. I made this stack modifier 5. In my testing I made the max stack of Bellar Root at 3. This is just for testing, max stack will be much bigger later.....however this is where I found the issue.

Adding 5 through the modifier really isn't an issue.....until it becomes the first thing you pick up. I had it made the modifier the current stack size and because this is 5 and higher than the max of 3, it throws off and destroys the logic after it, making it add it infinitely which would really break the game in the future. So now I am adding some logic before it adds a new stack to see if the stack modifier is bigger than the max stack and take the difference and have a For Loop so that while the there are remaining amounts it will add it to the inventory. (right now no max inventory size for testing purposes).

I will have a set of 5 quests coming for the Playtest and will be announcing when it will be once I finish the other required features (much easier than inventory and quest systems) to make it into a test. Since it is online as well I will be looking into Playtesters having the ability to give playtest to friends so that online can be tested! Right now just Join by Presence is the only way to join (right click a friend that is playing World Class and click "Join Friend" like you would other games).

This is where I am at, what is happening, and what the plan is! Will continue to update with information as it becomes available.