Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
You can make any ability not show up in the command card by following these steps:
1) Create an ability based on "Spell Book".
2) Give that spell book the ability you want to hide.
3) Give the spell book-ability to any unit you want to have the hidden ability.
4) Add these actions at map init:
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Player - Disable Spell Book for (Picked player)
The hidden ability will still work, but it won't show up in the command card.
Can I then level up the spells in the spell book and keeping it "light" though? Must be very easy to use since basically every unit will be having this ability.
While we are on the subjects, can I hide buffs without effecting other potential buffs? but keeping the aura effect? It seem to apear a small icon even if I remove the buff... Perhaps you are wondering what im trying to acomplish, and then we should move to another forum section... ;P
I tried giving multiple spells the same buff giving me only one icon taking up space, but sadly that crashes the game on initialization. :s
Removing the buff from the 'Stats - Buff' field will not change anything. The game will automatically use the default buff icon for the ability. And using these stock abilities the buff provides the effect so if the buff is removed through triggers then the effect will be gone.
So that gives a few options to fix the problem. You can:
Set the targets allowed to 'none' and then recreate the ability using triggers, which should not be too hard if you just use a disabled spellbook to give the abilities that perform the effects you want. I would suggest using Item abilities that increase damage/armor by %. And a simple trigger that goes like so:
Untitled Trigger 002
Events
Unit - A unit comes within 900.00 of Paladin 0001 <gen>
Conditions
(Owner of (Triggering unit)) Equal to (Owner of Paladin 0001 <gen>)
Actions
Unit - Add Spellbook to (Triggering unit)
and then another trigger that removes the ability when they leave range.
Or you could maybe make a custom buff icon that is the same exact color as the UI so it doesn't appear visible, but it will still interfere with other buffs and be mouseoverable.
Or dummy abilities and trigger all effects.
Also important things, I don't think any object editor abilities that can do % armor bonus will take into consideration the armor increase due to having x amount of agility. So only the base armor of the unit will be affect by the percent bonus. So maybe just making a trigger system will work better then trying to use abilities.
Auras require the buff to operate with their effects. So I would suggest taking a look at Anachron's Custom Aura System I believe there is a function to have no buff in that system, but I am not certain.
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.