Working on a new map and was wondering if anyone knew how limit items for a player.
to be more specific i have multiple items giving bonuses to strength attribute. I was wondering for a way to limit the player to only be able to carry one strength related item at a time. im not sure if this is data or trigger related, most likely both.
Hey all.
Working on a new map and was wondering if anyone knew how limit items for a player. to be more specific i have multiple items giving bonuses to strength attribute. I was wondering for a way to limit the player to only be able to carry one strength related item at a time. im not sure if this is data or trigger related, most likely both.
anyone have any ideas or have done this before?
What you could do simply is to add item-classes for each stat, lets say Agility, Strength and Intelligence.
Then restrict one item-slot for each item that allows Agility, Strength or Intelligence.
By doing that the player cannot carry more than one item of each type, hope this helps!
Yours Sincerely, Ice_bane
@Ice_bane: Go
Wow... i cant believe i didnt think of that. Thanks!