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

Stupid trigger spell... i need help plz :(

Status
Not open for further replies.
Level 1
Joined
Oct 23, 2004
Messages
5
uhhh, can some 1 help me with this triggered spell... :(, ok here it is

Unit - A unit Starts the effect of an ability


(Ability being cast) Equal to Ultimate Blizzard


Unit - Change ownership of (Random unit from (Units within 200.00 of (Position of (Triggering unit)))) to (Triggering player) and Retain color

the problem is tha it also affects buildings, which is ghetto :p, anyway, does any1 know how to fix this? It'll help me alot :lol:
 
Level 1
Joined
Oct 23, 2004
Messages
5
thx tho...

o sry :p, i didnt know i could edit posts here, im kinda new :p Thx tho... :D, uhhh, i dont c pick every units in area... where is that???
 
Level 1
Joined
Oct 23, 2004
Messages
5
DAMNIT, ITS NOT FREAKING WORKING< iv'e BEEN SPENDING 3 DAYS ON THIS STUPID SPELL, JEEEZE, :(, PLZ, IM TRYIN TO MAKE A SPELL THAT AFFECTS ALL UNITS IN AOE, IT MAKES ALL UNITS WITHIN AOE CHANGE OWNERSHIP TO TIRGGERING PLAYER, THE ONLY FREAKING PROBLEM IS WHEN I USE IT IT FREAKIN AFFECTS BUILDINGS, CAN SOMEBODY HELP ME PLZZZZZZZZZZZ, *sigh* :evil:
 
Level 1
Joined
Oct 23, 2004
Messages
5
it didnt work...:(

raven, it didnt work :(, it still affects buildings... :(, this iis never gonna work... :x, plz can some1 help...
 
Level 2
Joined
Oct 23, 2004
Messages
6
Maybe try that :

EVENTS :
Unit - A unit Starts the effect of an ability

CONDITIONS :
(Ability being cast) Equal to Mind Manipulation.
((Random Unit from (Units within 200.00 of(Position of(Triggering Unit)))) is a structure equal to false.

ACTIONS :
Unit - Change ownership of (Random unit from (Units within 200.00 of (Position of (Triggering unit)))) to (Triggering player) and Retain color

If it doesn't work tell me :!:
I hope i could help you.
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
Umm... I didn't look at what you requested but I've already noticed an error. Instead of the second condition use the following action (your action is wrong as well):

-Pick up all the units within 200 of casting unit and add units to an Unit Group.
-Pick up random unit from Unit Group matching condition (Matching unit) is a structure equal to false and do actions:
- Change ownership of picked unit to Triggering Player. Retain Color.

That should do it.
 
Level 10
Joined
Apr 9, 2004
Messages
502
Pick every unit in X area, and do actions

If then else

If (picked unit) is a structure equal to false and picked unit is alive.

Then

Change ownership of (picked unit) keep colours (or whatever it's called)

Else

Do nothing


there ya go. Unless you already figured it out.
 
Status
Not open for further replies.
Top