Recent content by MasterRofl

  1. MasterRofl

    Life Drain, Hardcoded Enemy Only?

    Life Drain is a screwy skill. If you have ally settings set to 0 and targets set to enemy only, you won't be able to use it (and vice-versa).
  2. MasterRofl

    Zombie baricades

    Is it because the barricade's owner is set to Neutral Passive?
  3. MasterRofl

    Strings

    Test out test map.
  4. MasterRofl

    Strings

    No.. no you don't. There's an animation actually called "attack slam" for the dire wolf. Slam is its casting animation (for some strange reason).
  5. MasterRofl

    Fade Filter Help?

    A pain? More like several clicks. (And I don't even know how to use PS...)
  6. MasterRofl

    Unit is walking through my building

    Pathing - Pathing Map
  7. MasterRofl

    Strings

    How to delete message
  8. MasterRofl

    First Spawns. (Hard to explain what I mean in a title.)

    "udg_TempInt" is just an integer variable you create with the variable editor (ctrl+b in trigger editor).
  9. MasterRofl

    First Spawns. (Hard to explain what I mean in a title.)

    Set Spawn_PointArray[1] = (Center of <Region>)
  10. MasterRofl

    Units without buttons

    Classification: ward However, you can still use the right-click command Edit: nvm...
  11. MasterRofl

    First Spawns. (Hard to explain what I mean in a title.)

    Like this? Untitled Trigger 001 Events Conditions Actions Unit Group - Pick every unit in Heroes_UnitGroup and do (Actions) Loop - Actions Custom script: loop Custom script: set udg_TempInt = GetRandomInt(1, 10)...
  12. MasterRofl

    Diable/Enable attack

    Do a check, if it's true, cast drunken haze on the marine (change the "attacks prevented" property of drunken haze). When it picks up ammo, purge/remove the buff.
  13. MasterRofl

    Hero Picking

    Untitled Trigger 004 Events Unit - A unit Sells a unit Conditions Actions Player Group - Pick every player in Users and do (Actions) Loop - Actions Player - Make (Unit-type of (Sold unit)) Unavailable for training/construction by (Picked...
  14. MasterRofl

    First Spawns. (Hard to explain what I mean in a title.)

    This just might work... haven't tested it. Set the spawn points into each Spawn_PointArray[i]. Untitled Trigger 001 Events Conditions Actions Player Group - Pick every player in Users and do (Actions) Loop - Actions Custom script: loop...
Top