• 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.

SPELL "TRIGGER" HELP NEEDED !!!!!!!!!!!

Status
Not open for further replies.
Level 2
Joined
Oct 23, 2004
Messages
6
Well i am making a spell which is finished and the triggers aswell is nearly finished but there is only one problem : I DONT KNOW THE EVENT how to respond to the ability !!
So here it goes :
I just changed bash's damage etc. etc.
and i want to make with a trigger that it does splash damage...
TRIGGER :

EVENT :
well that's the problem i dont know how to respond to the ability.

CONDITIONS :
Ability being cast is equal to Bash.

ACTIONS :
they are done but the PROBLEM IS THE EVENT !!!!!!!!!!
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
From my experience as a triggerer, I don't think Passive skills can be detected. But you can make passive skills using the "orb of lightning" item spell. So you can do that splash stuff. If you want to do a combo between bash and splash stuff tell post here and I will give you a more detailed trigger.
 
Level 3
Joined
Sep 2, 2004
Messages
34
ya, best and easiest idea is to use it off an orb ability, just add in the buff "Stun (Pause)" and change the damage and splash to w/e u want, ud just need a percentage of applied attack to the main attack. shouldnt be too hard
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
Actually... Not really. I've been thinking that if you want a combo between Cleaving Attack and Bash... Here it goes. You can make a custom trigger that would work something like this:

Event - An unit is being attacked
Conditions - Attack unit has (Your skill) equal to true
Actions - If (Random Integer number between 1 and 100 is Less or Equal to "Your chance" )
- Pick up every unit within 200 of (Attacked Unit) matching conditions (Unit belongs to an Enemy of (Attacking Unit) equal to true) and do Actions
- Create one dummy at position of (Picked Unit)
- Order (Last Created Unit) to Attack (Picked Unit) for (0.25*Damage Taken [if the splash is 25%]) using Hero Damage
- Wait 1 seconds
- Remove (last Created Unit)
- Create one dummy at position of (Attacked Unit)
- Order (Last Created Unit) to Storm Bolt (Attacked Unit)
- Wait 1 seconds
- Remove(Last Created Unit)

Btw, your dummies should have a Storm Bolt skill that does whatever damage you want and whatever duration you want. This should do it. Hope it helped you. And hope there are no errors. If there are, post here please.
 
Level 2
Joined
Oct 23, 2004
Messages
6
Well... Thank you very much guys i haven't tried it yet.
But i will and post if there are any errors :!:

and btw THANK YOU GUYS :wink:
 
Status
Not open for further replies.
Top