#How could I Implement Item Sets?
1 messages · Page 1 of 1 (latest)
Unless you’re adding hundreds of thousands of set conditions or really inefficient checks, you shouldn’t get a noticeable performance impact
1 messages · Page 1 of 1 (latest)
I want to implement item sets where if you have a set of certain items in a certain slot, it would activate a set bonus. How would I implement this? My first idea is checking each set manually, but this would quickly get less efficient if more and more set conditions are added.
Unless you’re adding hundreds of thousands of set conditions or really inefficient checks, you shouldn’t get a noticeable performance impact