HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Creating A True Passive Mana Shield

07-02-2006, 03:11 AM#1
moonliterhythm
Is there a clean way to implement a passive mana shield that:
1. Doesn't show an icon
2. Works exactly like mana shield would
3. Autoactivates itself once it's depleted while still maintaining hero orders

I know JASS, and I know it well. There are some ways I can think of doing it, but I would much rather use the actual ability Mana Shield (since it's hardcoded to already do 90% of what i need it to), thus I'd prefer that rather than building my own mana shield engine, or using a custom engine like shadow1500's.

Thanks if anyone knows anything.
07-02-2006, 03:41 AM#2
Naakaloh
Will hiding a Mana Shield ability with a spell book work?
07-02-2006, 08:04 AM#3
PhoenixFeather
It will still need to be reactivated if it is depleted.
07-02-2006, 09:56 AM#4
The)TideHunter(
Not hard, 1 trigger would do that. Event: Units mana greater than 50, action: order unit to "manashieldon"
07-02-2006, 10:20 AM#5
iNfraNe
http://www.wc3campaigns.net/showthread.php?t=80544

I think this might help you.
07-02-2006, 01:36 PM#6
shadow1500
Yes it will, but you will have to change a few things so it uses mana instead.
Vexorian had released a passive mana shield so you might want to use that instead.