• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[General] I'm tired of this (Workers doing action that they shouldn't do)

Status
Not open for further replies.
Level 24
Joined
Jun 26, 2020
Messages
1,852
I don't wanna ask for help for this because I think it will be much, but I tried everything to solve this and nothing, so I wanna ask you for help, the problem is:
  • My map is for "stages".
  • I have them save in a group called "Trabajadores".
  • When a "stage" is completed, the workers have to build defense towers.
  • But or when they finish they go to attack when the triggers espicifically say the unit is must not stay in the group "Trabajadores" or don't build the tower.
  • My map its progremmed to restart if the "stages" are completed or the time is over, in the first case its more probable that the workers don't build the towers again.
I wanna show you the problem but its very random and I don't know where is the problem, so I wanna you see it for yourself:

Global Variables used:
  • Trabajadores (Unit Group)
  • Constructores (Unit Group)
  • Constructor1 (Unit)
  • Temp_Order (Order)
  • Torre_draenei_posicion (Array Location)
  • Punto_de_ataque (Hashtable)
  • Atem_Unit (Unit)
  • Temp_Loc (Location)
  • Temp_Group (Unit Group)
Involved triggers:
  • Seleccion de modo de Juego/Datos de Inicio
  • Relojes/Mision3
  • Relojes/Mision5
  • Muro/Tecer Barril
  • Generadores/Segundo Generador
  • Misiones/Reinicio
  • Misiones/Cinematica ganan dreaneanos (Create workers again)
  • Misiones/Cinematica ganan demonios (Create workers again)
  • Creeps/Torres defensivas 1
  • Creeps/Torres defensivas 2
  • Creeps/Torres defensivas 3
  • Creeps/Por si logran destruir la torre
  • Creeps/Por si llegan al punto de ataque 1
  • Creeps/Por si llegan al punto de ataque 2
  • Creeps/Por si llegan al punto de ataque 3
  • Creeps/Por si llegan al punto de ataque 4
 

Attachments

  • The escape of draenei vBeta21.w3x
    3.8 MB · Views: 34
Status
Not open for further replies.
Top