Search results

  1. Admit

    Starcraft 2 UPDATE!

    You have to login to use the Mapeditor now and since battle.net is down you can't login. The god news is however that this means that the beta part 2 will be up soon! (hopefully)
  2. Admit

    [Simple] Real = to x then else Real = x then

    If he just changes "Equals to" too: "Greater than or equal to" and "Less than or equal to" It will always run step 1 in hes trigger (as 3000 is less than 5000). ;) Also im pretty sure he has another trigger that runs this trigger.
  3. Admit

    [Simple] Real = to x then else Real = x then

    Make two triggers and turn them on/off when they get the same real that you want. I could make it into one trigger too if you want. Tim1 Events Conditions Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions...
  4. Admit

    Upon game launch day, how many hours are you going to wait outside the store?

    Yeah. Im going to stand in front of the store untill my mother calls me, saying that my SC2 have come, then i will head back home.... Just so i can watch every one fighting for the last SC2 copys in the shop. Ah, it will be so worth it.
  5. Admit

    Upon game launch day, how many hours are you going to wait outside the store?

    Depends on how long it will take them to ship it to my mailbox..
  6. Admit

    Detecting Custom Value

    When i added them to a group only the first unit (dummy) was added to the group for some reason. Offtopic: I have added you now.
  7. Admit

    Detecting Custom Value

    I already have a system that works like that (mine is a bit longer as it needs to check some other things too.) But it has a flaw. It dosen't send the unit back to the middle if you order your unit to move ex up a hill. The unit will try to walk to the top of the hill even if it has to go around...
  8. Admit

    Detecting Custom Value

    Im not ordering my Dummys to move. My dummy unit's is in a circle around the Ordered unit and if ordered unit comes witin range of the dummy unit it is sent to the middle. Also a problem with the pick every unit around, i can only pick a random unit and check it's Custom value, what if it's two...
  9. Admit

    Detecting Custom Value

    If i don't have dummy unit's what should i use to check with then? :S
  10. Admit

    Detecting Custom Value

    Won't that lagg if it has to check like 20 unit's at the same time? More than one unit can issue the order (and create rings for them too)
  11. Admit

    Detecting Custom Value

    When a unit is issuing a order (ex walk) the trigger creates a ring of Dummy units around the ordered unit. If the ordered unit comes within a range of 200 of the dummy unit, it is sent back to the middle of the circle and the dummy unit's are removed. However to prevent other unit's to be...
  12. Admit

    Detecting Custom Value

    No, what i ment is that i want to check if the Dummy (the unit that is the center point of the within Range) has the same Custom Value as Triggering unit (the unit that comes within range). The ordered unit is the one that creates the Dummys (and gives the dummy it's Custom Value)
  13. Admit

    Detecting Custom Value

    No im saying that if a unit other than the unit that issued the order the unit that walks close to the dummy won't fire the trigger. Example: A unit issues an order => Swapn X Dummy's, Set Custom value of dummy = Unit issued order. Unit comes witin range of Dummy => If triggering...
  14. Admit

    Detecting Custom Value

    Becuse i need the dummy's (there is more then one, around 10 of them) to check if triggering unit go past them. But at the same time other unit's can run past them without fireing the trigger. So if the triggering unit and a random unit run's past the dummy att the same time the dummy will...
  15. Admit

    Detecting Custom Value

    I have had that idea to. But what if a group of unit's passes the Dummy at the same time? It won't be able to attack every one. Here is the trigger btw. GenerateStopUP Events Unit - A unit Is issued an order targeting a point Conditions PlayerInbattle[(Player...
  16. Admit

    Detecting Custom Value

    Sorry i don't really understand what you mean with that. I wan't to get the custom value from the UNIT_B (UNIT_B is a dummy unit that im creating from another trigger) and then check if it matches with the triggering unit. I have already thought about that but it wouldn't work with the trigger...
  17. Admit

    Detecting Custom Value

    Any way in Jass then?
  18. Admit

    Detecting Custom Value

    Is there any way to detect custom value of the UNIT-B in this line of code? Unit - A unit comes within 256.00 of UNIT_B <gen>
  19. Admit

    Battle.net monthly fee ... in Russia

    They also said that the russian could buy the European version, if they do they get acces to European servers and dosen't need to pay a monthly fee. *Edit Blue post: From: http://forums.battle.net/thread.html?topicId=24262386737&sid=5010&pageNo=2
  20. Admit

    Is it possible to have multiple Skill Trees?

    You could have 2 diffrent heroes (one flying and one ground) with different "tree's" and when you morph from Air to ground, hide/pause the air unit and unhide/unpause the ground hero. Also when one hero levels up change the level for the other hero to the same level.
Top