Recent content by NoradIII

  1. NoradIII

    How to use triggers to cast skill?

    So when I have this trigger, Events: Unit - A unit Begins casting an ability Conditions: (Ability being cast) Equal to Wind Walk Actions: Player - Add (Point-value of (Casting unit)) to (Owner of (Casting unit)) Current gold Unit - Remove (Casting unit) from the game and Events...
  2. NoradIII

    How to use triggers to cast skill?

    Oh, so it is issue order with no target. Thanks.
  3. NoradIII

    How to use triggers to cast skill?

    I wanted to make a trigger where Events: Player types a chat message containing skill as An exact match. Actions: Order unit to use ability I can't seem to find the trigger for using abilities, only train/upgrade.
  4. NoradIII

    How to disable move function?

    Somehow this solved the lag problem Events Unit - A unit owned by player 1 (red) is issued an order targeting a point Actions Trigger - Turn off (this trigger) Unit group - Order (Units currently selected by player 1 (red)) to move to (center of region 1 <gen>) Trigger - Turn on (this trigger)
  5. NoradIII

    How to disable move function?

    Anyone can help solve the problem?
  6. NoradIII

    How to disable move function?

    When your units move through other people's lane it steals a life from the that player. When can I change the owner back if I change it to neutral? The points will be taken away by the neutral owner.
  7. NoradIII

    How to disable move function?

    Because my map is a line tower, max players and only your unit can determine the win condition.
  8. NoradIII

    How to disable move function?

    This will stop the unit. I want the unit to be able to move but cannot be controlled by the player.
  9. NoradIII

    How to disable move function?

    Error with this line "call DestroyGroup(udg_TempGroup)" It says invalid argument type.
  10. NoradIII

    Triggers - Memory Leaks

    I think I have a leak in my triggers here. Events Unit - A unit owned by player 1 (red) is issued an order targeting a point Actions Unit group - Order (Units currently selected by player 1 (red)) to move to (center of region 1 <gen>) It lags hard when I move more than two units. Can...
  11. NoradIII

    How to disable move function?

    What's the array size suppose to be? The trigger is removed due to errors.
  12. NoradIII

    How to disable move function?

    So I just create a variable "TempGroup" typr "player group" initial value "player group - player 1 (red)" and in my trigger above add a custom script with "call DestroyGroup(udg_TempGroup)" as the value?
  13. NoradIII

    How to disable move function?

    Leaks? What's that? How can I create a tempgroup? Details please, I'm noob. Thanks.
  14. NoradIII

    How to disable move function?

    After making it a ward the buttons disappear but I can still move them with right click. If I pause them they will stop halfway, will it?
  15. NoradIII

    How to disable move function?

    I am moving some units with triggers and I don't want the owner of the units to move them. I've seen some maps (forgotten which) where the unit don't have anything in the lower right bar (move,attack,stop,hold etc) but is able to do it when the trigger is activated. I've created a trigger...
Top