Search results

  1. D

    Problem with visibility repicking

    Thx finnaly works now :D
  2. D

    Problem with visibility repicking

    Omg didn't see that i did not use condition there xD Guess it was little to late. Fixed problem with first problem thx. About 2nd problem "do you mean the paladin is not being unhidden when you type '-repick'? " is exactly what i mean and still cant get it fixed D:
  3. D

    Cant find my custom game on Battle.net?

    just put them under for example C:/../Warcraft III/Maps/Download (this is the folder where the maps you downloaded ingame get in) or under a default folder like C:/../Warcraft III/Maps/FrozenThrone still strange making a new map didn't work for you.
  4. D

    Problem with visibility repicking

    Like title says im having some problems that after i wrote the repick command the chooser does pop up but when i write it again a 2nd chooser pops ups while this should not be able. and my 2nd problem is that after using the repick command the hero does not get restored in the hero arena...
  5. D

    Repick trigger for unhiding heros.

    what variables did you make for this trigger?:P
  6. D

    Repick trigger for unhiding heros.

    and hero Events Unit - A unit enters Human Hero 1 <gen> Conditions ((Unit-type of (Triggering unit)) Equal to Spirit) and (Pick_Taken[1] Equal to 0) Actions Set Pick_Taken[1] = 1 Unit - Hide Paladin 0169 <gen> Unit - Create 1 Paladin for...
  7. D

    Repick trigger for unhiding heros.

    I still not solved the problem, is some1 able to post this trigger? what im having now is Events hero repick human Events Player - Player 1 (Red) types a chat message containing -repick as An exact match Player - Player 3 (Teal) types a chat message containing -repick as...
  8. D

    selection trigger

    Its working now >.< thx for helping made mistake cause used it at wrong action D: gonna sleep making such mistakes cause of the time xD
  9. D

    selection trigger

    SpawnHuman Events Time - Every 50.00 seconds of game time Conditions Actions Unit Group - Pick every unit in (Units in Human spawn1 <gen>) and do (Actions) Loop - Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions)...
  10. D

    selection trigger

    Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions ((Random unit from (Units in Human spawn1 <gen>)) is A structure) Equal to False Then - Actions Unit - Create 1 (Unit-type of (Picked unit)) for Player 1...
  11. D

    selection trigger

    Im having a problem with a trigger: SpawnHuman Events Time - Every 50.00 seconds of game time Conditions Actions Unit Group - Pick every unit in (Units in Human spawn1 <gen>) and do (Unit - Create 1 (Unit-type of (Picked unit)) for Player 1 (Red) at (Random...
  12. D

    Repick trigger for unhiding heros.

    used search fucntion and there aint a thread on the forum about this yet. thats why I created this thread :)
  13. D

    Repick trigger for unhiding heros.

    http://world-editor-tutorials.thehelper.net/herochoose.php trigger will create the hero in the center of the map. If you want to create them somewhere else, you could make a new region somewhere in your map. Typically, players and teams have different starting places, and you will either one...
  14. D

    Repick trigger

    found it its in integer comparison.
  15. D

    Repick trigger

    did that and having this in result: ((Unit-type of (Triggering unit)) Equal to Whisp) and (((Triggering unit) is A structure) Equal to True) still dont know how to get: (Pick_Taken[1] Equal to 0) I need to create another variable? Got only 1 atm called Pick_Taken.
  16. D

    Repick trigger

    ok got the action thx. only need this(condition) one now: ((Unit-type of (Triggering unit)) Equal to Wisp) and (Pick_Taken[1] Equal to 0) when taking unit-type comparison I can only get this: (Unit-type of (Triggering unit)) Equal to Whisp. so im still missing the last part and idk how to add.
  17. D

    Repick trigger

    Hey, im having a problem with my repick trigger. I want to make it that way when its choosen some1 else can't choose it anymore. at this http://world-editor-tutorials.thehelper.net/herochoose.php I tryd to copy but cant find the Set Pick_Taken[1] = 1. and the ((Unit-type of (Triggering unit))...
  18. D

    Invisible

    How do I make an building permanent invisible? so at day&night.
  19. D

    How to make a ingame timer

    ah thx those look like where im searching for :)
Top