Recent content by Gev

  1. Gev

    unite position script help

    ill explain what i want. i need to create box using unites and whas able to rotate this box
  2. Gev

    unite position script help

    did not...
  3. Gev

    unite position script help

    iv got a project that i cant start. I cant get right gui script that will move unit A instantly to unit B+x of unit B facing angle.
  4. Gev

    Game crushes when i add set variable trigger

    strange but when i changed a unit enters entire map to unite learns skill the trigger works fine
  5. Gev

    Game crushes when i add set variable trigger

    Champion Events Unit - A unit enters (Entire map) Conditions Actions If ((Unit-type of (Entering unit)) Equal to Chempion) then do (Set Champion[1] = (Entering unit)) else do (Do nothing) game crushes when i add this trigger, but the strange thing is that i...
  6. Gev

    Problem with bird generator doodads

    thanks for responses...
  7. Gev

    Problem with bird generator doodads

    here is one thing. There in World editor i can see the boxes but in game there is no boxes. Is that ok?
  8. Gev

    Problem with bird generator doodads

    Ok the problem is veary strange. In world editor i have pleaced some of this bird and bat generators and when lanching game there is no problem everything is fine, but in some users that downloaded the map can see some purple boxes at the generators pleace. Ani idea what can be the problem...
  9. Gev

    Having problems with triggers

    Whenever i create trigger with event Unit enters playable map area or entire map game crashes... The strange thin is that i have that kind stiggers in map allready created in past and they work fine, but when i create new ones the game crashes. Map Loads fine but in game i got unpassable...
  10. Gev

    Help me making a skill please

    yes dummy unit bad dont know how to set position that i need for 60o 90o 120o shoots
  11. Gev

    Help me making a skill please

    maybe you can help me a little bit. I think its math trigger but can get right one.
  12. Gev

    Help me making a skill please

    making a spelll Im trying to make a skill that will instantly lanch 3 waves. first one goes to 90o of units facing angel (front of unit) seccond one ggoes 60o and third one 120o. is this possible in GUI?
  13. Gev

    Start location command on costom scripts

    my trigger is costom triger not juss... and i have no knowledg in juss, just some costom string commands.
  14. Gev

    Start location command on costom scripts

    what if i just change call ReviveHeroLoc(OURHERO, GetRectCenter(GetPlayableMapRect()), true ) to call ReviveHeroLoc(OURHERO, GetRectCenter(GetPlayerStartLocation()), true ) ?
  15. Gev

    Start location command on costom scripts

    call ReviveHeroLoc(OURHERO, GetRectCenter(GetPlayableMapRect()), true ) i know that this mean tha center of playable map are. Now i need player start location to be sellected, but dont know how is right to write "getplayerstart" or "getstart". How is that command?
Top