Search results

  1. A

    How do you make subtitles in Cinematic?

    How do you make words at the bottom of the letterbox?
  2. A

    Timer help

    How do you make a timer at 5 second start, and then when it stops it disables a trigger.
  3. A

    Shroom world revival system triggers

    have you guys ever played shroom world? it has a unique revive system whenever someone dies, a circle of power is left behind, and if an ally touches it, the hero revives in the same position instantly can someone help me make a trigger like that, except if the color Brown touches the...
  4. A

    Is there an easier way to use this trigger?

    I have a load of archers in an area and you're supposed to dodge them. Here is my trigger: Event: Unit - A unit comes within 50.00 of Archer 0001 <gen> Condition: (Owner of (Triggering unit)) Not equal to Player 12 (Brown) Actions: Unit - Kill (Triggering unit) That's for one of the...
  5. A

    Where is the ability Hero (Inventory) in Object Editor?

    Where is the ability Hero (Inventory) in Object Editor? Thanks for the help
  6. A

    Two easy questions!

    Do you know when you enter a custom game, you have to wait for ppl to download? Usually in games, there is a Force 2 that are Computer (Normal). How do you set that when someone creates the game, it automatically becomes Computer (Normal). How do you make an item Cannot be dropped, Drops on...
  7. A

    Opening a gate with a 'Key' item

    How do you make a closed gate invulnerable, and can only be opened if you have a item called 'Key' in your inventory. And how do you make the Key item be destroyed after the gate has been opened. Thanks for the support
  8. A

    How to make a trigger not affect a Force

    How do you make a trigger not affect a force? I made a collision death trigger designed to kill force 1, but instead its killing force 2 (itself) and how do you make a computer for a team a computer at the start of the game, instead of setting it manually each time in the waiting lobby when...
  9. A

    How to make a unit unclickable

    How do you make a unit unclickable in wc3editor?
  10. A

    How to make units walk through each other

    Im making an escape game, but i dont know how to make unist walk through each other so they dont block eath other. can anybody help me?
  11. A

    Basic Patrol Code and Wisp Whirl code doesnt work

    i have 2 problems iwth my map: patrol code and wisp whirl code here is my patrol code: function Trig_Melee_Initialization_Actions takes nothing returns nothing call CreateFogModifierRectBJ( true, Player(0), FOG_OF_WAR_VISIBLE, GetPlayableMapRect() ) call GroupPointOrderLocBJ(...
  12. A

    Help with a custom ability set in Wc3editor

    I want to add a custom ability set with the demon hunter, making it enable to windwalk. How do i do this? also, when i test my map, a necrolyte and 5 acrolytes appear over my Starting Point. how do i stop this?
Top