Hi guys,
I want to create level requirement for certain items, for example epic items - minimum 25 level, legendary items - min 50 level, artifact - min 80 level. How to GUI this?
Thanks for help
One can use mapping structures like hash table to map an item type ID to a level requirement. This reduces the complexity from O(n) to O(1). This may not be possible without custom script usage.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.