Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
I wanna know is it possible to make a shop where items are only specific to players, for example: player1 in the shop sees 2 items and nothing else, player2 sees other 2 items...
You can make items only show for ALLIES of the owning player player using the standard abilities that are in the Arcane Vault/Neutral Shops. But Items are shared and you cant specify certain items to be shown to specific players that way.
What you are wanting could be probably done through a bit triggering though.
For example you could do something along the lines of: when the shop is selected by a certain player, remove items and add different items.
This would make it when Player 1 selects the shop, it add 2 items, but when Player 2 selects the shop, those items are removed and two different ones are added to the shop.
If (All conditions are True) then do (Then actions) else do (Else actions)
If - Conditions
(Triggering Player) equals to Player1
Then - Actions
Selection - Select SpecificShop for Player1
Create some invisible units, based on shops. Fill them in with items you need. When player selects visible shop, this code will redirect them to these units instead. You can adjust their setting to fit the aesthetics better, for example make their selection circle match the selection circle of visible shop.
If (All conditions are True) then do (Then actions) else do (Else actions)
If - Conditions
(Triggering Player) equals to Player1
Then - Actions
Selection - Select SpecificShop for Player1
Create some invisible units, based on shops. Fill them in with items you need. When player selects visible shop, this code will redirect them to these units instead. You can adjust their setting to fit the aesthetics better, for example make their selection circle match the selection circle of visible shop.
You can also make all shops at that place and give them all the right model.
You can then hide all shops that are of other players so I will have a different unit on that place than you will have.
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.