HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Lightning Shield

01-05-2007, 04:56 PM#1
Rising_Dusk
I swear, object editor spells are so retarded.
I have another issue I'm wondering if I can work through. (But cannot figure out on my own)

Is there any way to make Lightning Shield not damage allies of the caster?
01-05-2007, 04:59 PM#2
WILL THE ALMIGHTY
I'm assuming the tags don,t work?

trigger so that an allied affected by it will get healed, maybe.
01-05-2007, 05:09 PM#3
Rising_Dusk
No, the "Targets Allowed" field only changes who you can cast it on.

Also, computer allies still run away when you damage them with it.
So I need someway to avert the damage entirely so they don't run away.
Yanno?
01-05-2007, 08:14 PM#4
DioD
Some things cannot be edited, its like unholy frenzy, if you cast it on ally its positive, on enemy negative, custom spell always positive.
01-05-2007, 09:03 PM#5
Vexorian
sometimes it is all about using Jass to enhance things else it is impossible for no good reason
01-06-2007, 04:33 AM#6
Pheonix-IV
Targets for the Lightning Shield AoE are hardcoded, you'll need to trigger it.
01-06-2007, 04:58 AM#7
Pyrogasm
Why not just triggering adding/removing Permanent Immolation from the target of the spell? That you can change the targets for.
01-06-2007, 08:09 AM#8
Pheonix-IV
That would cause an icon to appear on the target.

If you're going to trigger it, i suggest you use the Tornado Damage Aura, it has no icon and i'm fairly sure no buff icon either, it's basically Perm Immolation without the icon.
01-06-2007, 08:14 AM#9
ArchWorm
Pheonix-IV, in that case, put Immolation in a disabled spellbook. http://www.wc3campaigns.net/showthread.php?t=80186
01-06-2007, 08:34 AM#10
Pyrogasm
Does it have to be in a disabled spellbook?

I thought you could just disable the passive for all players at startup and add/remove it as necessary. Am I wrong?

Oh, and Permanent Immolation doesn't have a buff icon either.
01-06-2007, 08:55 AM#11
Captain Griffen
Disabled abilities normally don't work. I think a long time ago pheonix fire did work while disabled, but I can't remember perfectly.

Yes, it has to be a disabled spellbook. Passives in them still work.
01-06-2007, 08:58 AM#12
Pheonix-IV
Why bother with the whole spellbook shenanagins when you can just use Building Damage Aura, which is exactly the same as Perm Immolation, but without the icon?
01-06-2007, 09:06 AM#13
ArchWorm
Yes, you are right. It has no buff icon. And it also has two damage and two AoE vars
01-06-2007, 04:34 PM#14
Rising_Dusk
The real issue here is that I want to credit the caster of the Lightning Shield with the kills gained from the area damage.
If I use perm immo or building damage aura, it credits the person who the spell is on.
Also, for this map I'm limiting myself to not use the cache at all --
While still requiring it be 100% MUI. >_>

See the issue?
01-06-2007, 06:02 PM#15
zen87
uhm... good old dummy trick again ?

make a dummy that have the immo/building dmg aura and put it on the dummy, the make a timer to set the position of the dummy above the spell target unit all the time .. ?