Search results

  1. Bonuy

    Zoom out makes all black

    Hold Ctrl and scroll down with your mouse
  2. Bonuy

    Set Gold,hp,etc.. to value

    Or use Bonus: http://www.thehelper.net/forums/showthread.php?t=112346&highlight=Max+Life
  3. Bonuy

    Set Gold,hp,etc.. to value

    yeah... but with the one i used you can have a maximum:) they both work so it doesn't really matter.
  4. Bonuy

    Set Gold,hp,etc.. to value

    This should work: sumthing Events Player - Player 1 (Red) types a chat message containing -hp as A substring Conditions Actions Set HP = (Integer((Substring((Entered chat string), 4, 7)))) Game - Display to (All players) the text: (String(HP))...
  5. Bonuy

    Miss Ability

    Evasion 1 Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal to Drunken Rage Actions Unit Group - Pick every unit in (Units owned by Neutral Hostile) and do (Actions) Loop - Actions If ((Level of...
  6. Bonuy

    Movement spell?

    you can change minimum move speed in: Advanced --> Gameplay Constants --> Movement - Unit Speed - Minimum Change it from 150 to 0. And then give the unit 0.00 movespeed with triggers
  7. Bonuy

    [Request]: DotA Kill System / Link to one

    You can make the first 3 triggers into 1 trigger... I think when you do that you have 4 triggers.:thup:
  8. Bonuy

    Allowing a Hero to Build

    I didn't know there was Build ability, and a peasant doesn't has it.
  9. Bonuy

    Allowing a Hero to Build

    Maybe it needs a worker classification. Stats - Unit Classification Worker
  10. Bonuy

    Very Sorry to Ask But What is WIP

    WIP From Wikipedia, the free encyclopedia WIP or Wip may refer to: Wip, a famous engineering company in Valladolid, Spain WIP (AM), a radio station (610 AM) licensed to Philadelphia, Pennsylvania, United States Wip, a small talking sentient dragon who is a character in the CGI series Xcalibur...
  11. Bonuy

    Why aren't my triggers MUI?

    Like this? Natures Heal Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal to (==) Nature's Heal Actions Custom script: local integer locExecCount = GetTriggerExecCount(GetTriggeringTrigger()) Custom script...
  12. Bonuy

    Why aren't my triggers MUI?

    I already read that but i don't want to use custom values because, the revival system already uses custom values. I tried it again but Natures Heal is still not MUI: Natures Heal Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal...
  13. Bonuy

    Why aren't my triggers MUI?

    But without wait the effects last forever.
  14. Bonuy

    Why aren't my triggers MUI?

    I got 2 abilities called: Nature Heal and Tree Shield, But when i cast them with 2 herooes they aren't MUI, and they must be MUI: Natures Heal Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal to (==) Nature Heal Actions...
  15. Bonuy

    Selling without "Select Hero"

    Or just add select unit to the shop. It has no Icon.
  16. Bonuy

    Channel Lightning Effects.

    You can trigger the lightning effect: lol Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal to something Actions Lightning - Create a Chain Lightning - Primary lightning effect from source (Position of (Casting unit)) to...
  17. Bonuy

    Base spells

    -single enemy target: Storm Bolt -ground target: Impale?, Shockwave/Carrion Swarm? -ground target or enemy unit: Breath of Fire, make it has no special effect and deal no damage -ground: AoE: War Stomp, Silence or Cloud Or Channel ofcourse :)
  18. Bonuy

    I need a all random trigger that doesn't give the same hero to 2 players

    I don't know how to create a trigger that gives everyone a random hero but doesn't give the same hero for 2 players. Can someone please give me all random trigger that doesn't give the same hero to 2 players?
  19. Bonuy

    Arena Creep System

    In Angel Arena they have created more creeps in Object editor.. You can use these triggers: Creeps Level 1 Events Time - Elapsed game time is 1.00 seconds Conditions Actions Game - Display to (All players) the text: Creeps Level 1 For each (Integer A)...
Top