- Joined
- Mar 4, 2009
- Messages
- 1,156
Is is possible to do any of this ?
1.)
well i noticed that actually event -player selects a unit is to slow not the action - deselect unit
is it possible to clear selection for player so fast that he cannot see anything of selected unit
(normal deselecting trigger is to slow,you can see items carried by selected unit,damage and his model file and i don´t like it)
on this way the event is bad and it is a bit slow anyway
also add unit to selection is slow (for warcraft to detect it) but you will see selected unit immediately
i tested it like this
i had trigger called "kill selected" unit - kills selected unit when player select a unit xD
so i did this
-event ...
-turn trigger "kill selected unit" off
-select unit for player 1
-turn "kill selected unit" on
and my selected unit died
2.)
Is it possible to make unit able to cast spells while he is training some unit ?
_____BTW most of my threads with "is it possible" are impossible
_____
1.)
well i noticed that actually event -player selects a unit is to slow not the action - deselect unit
is it possible to clear selection for player so fast that he cannot see anything of selected unit
(normal deselecting trigger is to slow,you can see items carried by selected unit,damage and his model file and i don´t like it)
on this way the event is bad and it is a bit slow anyway
-
clear selection for player
-
Events
-
Time - Every 0.01 seconds of game time
-
-
Conditions
-
(Water Elemental (Level 1) 0047 <gen> is selected by Player 1 (Red)) Equal to True
-
-
Actions
-
Selection - Clear selection for Player 1 (Red)
-
-
also add unit to selection is slow (for warcraft to detect it) but you will see selected unit immediately
i tested it like this
i had trigger called "kill selected" unit - kills selected unit when player select a unit xD
so i did this
-event ...
-turn trigger "kill selected unit" off
-select unit for player 1
-turn "kill selected unit" on
and my selected unit died
2.)
Is it possible to make unit able to cast spells while he is training some unit ?
_____BTW most of my threads with "is it possible" are impossible


Last edited: