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!
Sacred Shield IMPORT GUIDE :
1. Enable "Tick the Automatically create unknown variables ..." located at File>Preference>General
2. Copy the Sacred Shield ability in the object editor
3. Import Sacred Shield special effect if you want the one used on test map (optional)
4. Import Damage Engine AND Unit Indexer (OR Unit Event)
5. Copy the SacredShield folder in the trigger editor
6. Configure the SacredShieldConfig trigger SPELL DESCRIPTION :
Create a protective shield on an allied unit that blocks up to 1000%/2000%/3000% of caster's intelligence. The shield lasts for 30 seconds. Both shield value and duration are refreshed whenever reapplied while active. Sacred Shield cannot be dispelled, removed, nor stolen. MEDIA SHOWCASE :
The error box actually has information that tells you about the error and shows you where in the code an error is occurring. If you read it you might be able to figure out what’s going on:
Function redeclared. Redeclared so it’s a duplicate somewhere. You likely have either imported the same library multiple times or have a library that contains (part of) another one. What’s the function name? “UnitAddEvasionChanceTimed”, so look for other declarations of that function somewhere else and you’ll see what exactly is duplicated. (The second error window actually shows you where the first declaration is so you don’t even have to search yourself.)
Not sure if I can help further. This is something that comes from collision of requirements which is outside of my knowledge. I suggest asking @chopinski or @Bribe for further assistance.
I think you likely have some lingering issues in your map, like not enough of @chopinski 's stuff was replaced by the Damage Engine plugins, or perhaps they changed their API since I last looked at it.
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.