Warcraft III resources & community, 2003–2006 · archived

world editor trigger

12 posts
#1

world editor trigger

i like your spells.. really nice.. but why is it that some other triggers are not in the "tree style"?

it's like a comment displayed, but it works in the map.
but when i transfer it to mine, it does nothing?.. why is it?.. do i nee a program to make it into a "tree form" or my world editor is a little older thann the editor of the spells i was copying?.. help help.. =)
#2
1) What version of WE do you have?
2) Did you check the Import Tutorial into this section?

~Daelin
#3
I think he's comparing JASS to GUI. ^_^
#4

--->

my version was v.1.17

i dont think its the version becuse some were in tree style,butthe mainspellwas in jassi think..well..how do i convert it?...
#5

-->

i gotit...okok.. my dault not resing the tutorils..ill try itr tonight agin..



um...is there an ability that can counter stun?...
#6
What do you mean by counter stun?
#7

-->

wen u get hit by a stun thing... could there be an ability that could cancell it or erly recovery time.. =)

um.. about jass.. if the spell is made by jass,so i can't trnsfer it to my map?.. or is there a wy to move it.. or convert it.. =)
#8
Ok, about countering stun, I don't think there exists an ability but you can create it. Just have the trigger remove the Stun Buff from the "Target Unit of Ability Being Cast".

And as for JASS import, you really MUST check my import tutorial. here is a link.

~Daelin
#9

-->

ok.. ill try later.. thnx for the info.... be bak tomorow... =)
#10
Remove Buff? If you remove the buff, the unit will be stunned anyways. (I'm not sure about it)
#11
Actually, I'm not 100% sure either but practically dispel magic removes the buffs. Evne though the effect itself of the spell is not based on buffs, normally it is removed when the buff disappears. Atleast that's my logic.

~Daelin
#12
It's considered physical but it's till a buff and that's why no regular spells get rid of it. However, if you remove the buff via triggers, you won't be stunned. At all. It still interrupts though. But the unit will stop being stunned.