• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

How do u make an alliance system with ROC

Status
Not open for further replies.
Level 2
Joined
May 9, 2008
Messages
14
i would like to make an Alliance System to where it is like in Vamp Beast, Island Defence. ect. But i do know how to do it, however it is FT triggers only. Is there a way to keep it in ROC triggers only. Would help a bunch if I knew how to do this.
For Example:
If there are two forces a human force and a vampire force.
A human dies, and becomes a mini vampire. It becomes allies with the vampire force but enemies to the human force. But also the human force becomes enemies to that player that just died. and so on and so forth
 
Last edited:
event-a unit dies
condition-unit equal to (your human)
action-create (mini vampire) for (triggering player) at (position of triggering unit)
-set (owner of triggering unit) as (enemy) to (human group)
-set (human group) as (enemy) to (owner of triggering unit)
 
when u said
-set (owner of triggering unit) as (enemy) to (human group)
-set (human group) as (enemy) to (owner of triggering unit)
is that the same thing as the player Group- make(all players) treat human group. ect. ect. sry kind of a nooby question.
 
then that would change the trigger to a TFT file, which i dotn want.
So i guess ill have them spawn but the mini's will attack eachother haha. w/e
thanks for ur help.
 
Status
Not open for further replies.
Back
Top