Search results

  1. Aiden

    Move Region Problem

    I made a trigger to move the region in a random point inside on other region. Thats ... Ok. My problem is this trigger Events Unit - A unit enters Barril<gen> Actions Unit - Add Hideee to (Triggering unit) This trigger dosent work, just works when the unit enter in the old spot of the...
  2. Aiden

    Ally Trigger :/

    Dunno why this dosent work. Spawn Heroes Copy Copy Events Time - Elapsed game time is 5.00 seconds Conditions Actions For each (Integer A) from 1 to 8, do (Actions) Loop - Actions Player - Make Player 9 (Gray) treat (Player((Integer A))) as an Ally For some reason when i Change to Allied...
  3. Aiden

    Hide in

    Hi, im trying to do a map like suriver thing. Hide in the barrel and other furnitures. Im trying now with Orc Burrow, but the creeps can see the barrel .... and im tring to hide from the creeps for a while any ideas?
  4. Aiden

    Keep distance system

    Hi ! im trying to do a system like hit and for archer. something like keep fighting until the enemy moving closer, then run away from that unit. Any help please :D
  5. Aiden

    Add & Remove - set alliance - enemy

    im triying to do this: if someone die and the INTEGER variable is 0, then add the player to a group with other player have the same score. and all have set alliance against the player with a score great than 0. All this happen whith the event: Unit - Die can i do better ? I got this...
  6. Aiden

    Final Score system

    i got this intergers: Kill per players Deah per players and i want to do a final message in the end of game. how was the most value player (most killer of all players) and the noob (who die most) -------------------------- how can i do this with interger comparation triger ?
  7. Aiden

    "Expected array index"

    Events Unit - A unit Finishes casting an ability Conditions Set Temp_Point4[(Player number of (Owner of (Triggering unit)))] = (Position of (Triggering unit)) If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions Diceroll[(Player...
  8. Aiden

    Leaks- create a unit in random region

    Anyone see a leak? Boxrandom Events Time - Every 60.00 seconds of game time Conditions Actions Set Manomaestra = (Random integer number between 1 and 10) Set Set_Point3 = (Random point in Mapa <gen>) Unit - Create (Random integer number...
  9. Aiden

    Active Hex

    well im trying to do a crazy spell... an enemy use a fake hex item to morph someone into a lil creep... but its a fake item, so the enemy will turn into a big mob. ill try with morp, bear form and crowl spell. (like item ability) but dosent works, the unit dosent back to normal form :/...
  10. Aiden

    How give random abilitys

    thats exaclty i want but i dont know how :/ any ideas?
  11. Aiden

    Unit use an item trigger

    Untitled Trigger 001 Events Unit - A unit Uses an item Conditions ((Item-type of (Item being manipulated)) is A powerup) Equal to True Actions Game - Display to (All players) the text: Llaalalala Im trying to use this condition: Item-type of (Item...
  12. Aiden

    MATH AND Stadistic Question

    Im trying to do random event ... you know more random AND IN A Easy easy way. Reading this forum, someone think in this: First Conditions (Random integer number between 1 and 2) Equal to 1 If (All Conditions are True) then do (Then Actions) else do (Else Actions) If -...
  13. Aiden

    trigger crash error some player

    Trigger: Pick every ally player hero and teleport to caster. Some people get crash error, but i never see it. RecallDOWN Events Player - Player 1 (Red) types a chat message containing -recall as An exact match Conditions Actions Custom script: set...
  14. Aiden

    noob Question about Leaks

    reading some tutorials im trying to understand why some trigger couse some lag. but i dont understand at all... Events Time - Every 1.00 seconds of game time Conditions Actions Player Group - Pick every player in (REDTEAM) and do (Actions) Loop -...
  15. Aiden

    set kill unit via trigger

    i create a custom skill, and when enemy units die the Triggers doesent know how killing him. my custom skill does damage with this: Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) - 100.00) i Know the problem ... the caster doesent...
  16. Aiden

    Phase boots collision off

    Just like in dota. im trying to ignore collision when some user click on the boot. PhaseBoots Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Phase (item) Actions Unit - Turn collision for (Triggering...
  17. Aiden

    CountdownTimer on Multiboard

    hi im trying to add time to revive some hero when die. So i guess i need to setup 2 things 1)Setup Time 2)periodic trigger where countdown timer start. ------- 1)Setup Time If a hero die, to come back from death need wait this formula: Set Tseconds = (10 + (10 x (Hero level of (Dying...
  18. Aiden

    -unlock give player current gold to allies

    Events Player - Player 1 (Red) types a chat message containing -unlock as An exact match Player - Player 2 (Blue) types a chat message containing -unlock as An exact match Player - Player 3 (Teal) types a chat message containing -unlock as An exact match Player - Player 4...
  19. Aiden

    Devotion Aura postive and negative bonus at the same time

    im trying to do something like assault cuirass. and im running out of space to do it. 4 abilities per item. Some skill do that at the same time? positive and negative armor bonus ?
  20. Aiden

    Disable item skill

    just like that, when one hero took a flag, then if he has a item with skill disable. If he droop the flag then able to use again.
Top