• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

I need help with spawn trigger (VIDEO-UP)

Status
Not open for further replies.
Level 7
Joined
May 6, 2008
Messages
284
I need help with spawn trigger (VIDEO-UP)
-
well like you can see on video that teh creeps are going back own town not to enemy town so thats a problem
please help i need to fix this thing to move on at mapping

PRIVATE VIDEO TO HIWE
 
Level 8
Joined
Apr 24, 2008
Messages
151
spawn

so make more regions, and create trigger with Pereodic event from 0.5 sec, in actions create, Force unit of Player (X) mains Computer, issue order to attack next region. attack.jpg
 
Level 7
Joined
May 6, 2008
Messages
284
UR TIGGER IS NO ENGLISH MAN


but i use like this

  • Move Down R
    • Events
      • Unit - A unit enters R Spawn 7 <gen>
      • Unit - A unit enters R Spawn 9 range <gen>
      • Unit - A unit enters R Spawn 8 Siege <gen>
    • Conditions
      • (Owner of (Triggering unit)) Equal to Player 1 (Red)
    • Actions
      • Unit - Order (Triggering unit) to Attack-Move To (Position of Attack-Down 1 0036 <gen>)

and

  • Move down Copy
    • Events
      • Unit - A unit comes within 200.00 of Attack-Down 1 0036 <gen>
    • Conditions
      • (Owner of (Triggering unit)) Equal to Player 1 (Red)
    • Actions
      • Unit - Order (Triggering unit) to Attack-Move To (Position of Attack-Down 1 0062 <gen>)


WELL I tried this

  • Move Down R
    • Events
      • Unit - A unit enters R Spawn 7 <gen>
      • Unit - A unit enters R Spawn 9 range <gen>
      • Unit - A unit enters R Spawn 8 Siege <gen>
    • Conditions
      • (Owner of (Triggering unit)) Equal to Player 1 (Red)
    • Actions
      • Unit - Order (Triggering unit) to Attack-Move To (Random point in Region 016 <gen>)
and

  • Move Up Copy
    • Events
      • Unit - A unit enters Region 016 <gen>
    • Conditions
      • (Owner of (Triggering unit)) Equal to Player 1 (Red)
    • Actions
      • Unit - Order (Triggering unit) to Attack-Move To (Random point in Region 017 <gen>)
but it didnt work they still go back on own town
 
Level 7
Joined
May 6, 2008
Messages
284
won't work my units go back fucks
somethings wrong with other triggers

Any volunteers to check my map and make spawn trigger work?
 
Level 7
Joined
May 6, 2008
Messages
284
freely but it aint gonna help like i said there something wrong with other section triggers

but if you can solve this mystery i giv ya rep
 
Level 7
Joined
May 6, 2008
Messages
284
yes that simple but i have unit spawn trigger from dota template and its more extended than that but im having probs with it :D

FIRst of all i say sorry for Double-Post
secondly i solved this shit ^^
 
Last edited by a moderator:
Level 4
Joined
Mar 19, 2008
Messages
89
To stop that, all you have to do is take away the computers AI, they are programmed to move the units back to there start until they have good attack force. TO do this It requires a simple trigger:
  • Untitled Trigger 001
    • Events
      • Map initialization
    • Conditions
    • Actions
      • AI - Start melee AI script for Player 1 (Red): none
This should fix the problem, hope it helped!

Oh, you solved it. Sorry!
 
Last edited by a moderator:
Status
Not open for further replies.
Top