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 made a shop to upgrade your hero like increasing your armor, damage, healt and stuff. But i want to items work like tomes. When you buy it it will increase your armor by 1 but wont appear in your inventory. How can i do this?
I made a shop to upgrade your hero like increasing your armor, damage, healt and stuff. But i want to items work like tomes. When you buy it it will increase your armor by 1 but wont appear in your inventory. How can i do this?
Okay, I'm going to guess that you want the item like a tome except you can actually see the bonus ( that + green number) without seeing the item. You can do this I think with this...
Tome Fake
Events
Unit - A unit Sells an item (from shop)
Conditions
(Item-type of (Sold Item)) Equal to YourItem
Actions
Item - Remove (Sold Item)
Unit - Add WhateverBonus (+1) to (Buying unit)
*If YourItem is used automatically, then you don't need the
Item - Remove (Sold Item)
Also, for the
Unit - Add WhateverBonus (+1) to (Buying unit)
You could change it to another bonus or make more bonuses by editing abilities in the object editor.
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.