• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Is there a way to hide a spell?

Status
Not open for further replies.

MrRious

M

MrRious

I've tried to make an invisible aura, but thats what happend.

Is there some way to hide this button? Some units have skills that are hidden (For example Fenix)
 

Attachments

  • BLAD.png
    BLAD.png
    298.4 KB · Views: 76
Set its position to 0,-11 in the Object Editor and that should do it.

I think there is a function in GUI that does that in the newest patch iirc.

How do I do that? (I can't change the Y position to -11)
 
If you do not like that way then you can put the ability in a spellbook then disable that spellbook for all the players?(the abilities will still exist and be on that unit and work if they are passive but they will be within a spellbook you can not open)
 
Is that fully crash-resistant? Like, isn't it guaranteed to not cause issues?
According to LeandroTP, (0, -11) is safe because it'll point to a safe location in memory. Though, the only downside is that it doesn't work for 1.27 versions of the game. Back then, Blizzard made any negative number be ignored by the game. Back in 1.28, they made it possible again, though it only accepts that coordinate or a big integer, the rest is ignored.


Bug Fixes
  • Fixed WorldEdit to include proper icon and strings for Map Script Validation
  • Fixed command cards to be hidden again with special coordinates (0, -11) and (-2147483648, -2147483648) within CommandFunc.txt; invalid coordinates will now be ignored
  • Fixed disconnects from Battle.net at the conclusion of games
  • Fixed the cinematic player to keep the entire video on screen at any resolution
  • Fixed an issue that prevented Windows GameDVR from functioning properly
  • Fixed various bugs and exploits

I can't say how Mac reacts to that coordinate prior to 1.27 version.
 
Status
Not open for further replies.
Back
Top