HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

SPELL "TRIGGER" HELP NEEDED !!!!!

10-31-2004, 09:36 AM#1
Guest
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 !!!!!!!!!!
10-31-2004, 09:45 AM#2
xxxSpikexxx
forget about it. bash is not a cast ability so there IS NO event that refers to bash being cast.

what you can do is make bash have 0% chance and no effects and trigger it completely yourself...

in the trigger the event will be unit is attacked and you make if Random number between 1 and 100 =< your % chance create a unit with splashing damage that attacks the target...

that's the only way i know how you could do it. evasion, critical stike and bash don't have events...

and please stop abusing capslock that really hurts my eyes
10-31-2004, 10:19 AM#3
Guest
and is there no way to do it ? nor even with jass ?
well sorry for capslock using
thanks alot for your reply
10-31-2004, 10:26 AM#4
xxxSpikexxx
i don't know about jass but as i have said there is a way to trigger it completely using random numbers each time your unit attacks.

if that's to difficult i could post you the trigger i think than it's clear how to do that... but you best try it yourself first.
10-31-2004, 10:57 AM#5
Guest
Well i know how to do that....
I just asked if there is an other way to do it.
But thanks.
10-31-2004, 11:59 AM#6
xGT4x
If you could copy the trigger as it is actually it woud be easier to help you...
10-31-2004, 12:23 PM#7
Guest
Well the problem is the that there is no event for critical strike,bash.....
So the trigger is not the problem :\
If you want that i copy the trigger here then tell me....
10-31-2004, 02:50 PM#8
linkmaster23
See the demo map I created to show how to detect Bash and others alike...


http://www.wc3campaigns.com/showthread.php?t=50247

There are others ways, but this way is most simplistic.
10-31-2004, 04:17 PM#9
xxxSpikexxx
well thats just what i told him allready...

this demo map doesn't detect the bash. it's a triggered bash but it doesn't detect if a bash ability has succeded

Quote:
what you can do is make bash have 0% chance and no effects and trigger it completely yourself...

in the trigger the event will be unit is attacked and you make if Random number between 1 and 100 =< your % chance create a unit with splashing damage that attacks the target...


the map shows exactly how i meant this.

Quote:
Originally Posted by Meph1st0
Well i know how to do that....
I just asked if there is an other way to do it.

no there is non. thread answered.
11-01-2004, 11:39 PM#10
linkmaster23
The point of the map is to show that it is very hard to detect Bash and others alike...
11-02-2004, 10:19 AM#11
Guest
Well.... Yeah i have seen that it is quite difficult to detect those passive skills in your map :\
But thanks for your help guys it helped me quite a lot !!
11-02-2004, 04:44 PM#12
linkmaster23
If only Blizzard treated thier Passives as spells...
11-03-2004, 01:13 PM#13
xGT4x
I got an idea of bash, you could try making custom "stun" buff for bash and making a trigger like this:
Code:
E: A unit is attacked
C: Level of (Bash) for (Triggering unit) is equal to or higher than 1
     Attacked unit has buff (stun buff) equal to true
A: Your actions
This is just a thought, however you'd need to fix some bugs with that, that's why I wanted to know more datas of the ability(maybe there's another way to do it)!
11-03-2004, 05:56 PM#14
xxxSpikexxx
if there is a way with a dummy caster and a way that might cause bugs ... i, for one, prefer the dummy way. ;)
11-03-2004, 10:35 PM#15
linkmaster23
GT4, I did that in my demo map... =\ 10... months... ago... =]