Recent content by lh2705

  1. lh2705

    Condition "|="

    Hello, was wondering if anyone knew what this condition means? "|=" edit: also what about " &="
  2. lh2705

    haha... just browsing around.. yea.. am a bit excited about it..

    haha... just browsing around.. yea.. am a bit excited about it..
  3. lh2705

    Chain Lightning Autocast?

    Orb of Slow Chain Lightning set the orb of slow % chance to trigger to 100% CD - 0 seconds add chain lightning as the spell being casted.
  4. lh2705

    Damage

    http://www.thehelper.net/forums/attachment.php?attachmentid=9277&d=1179492217 if you need help setting your base damage. use this program.
  5. lh2705

    [Help] AoE spell trigger.

    Firstly, make the ability based off "Berserk" or "Unholy Fever"(I forgot what it was called) Set everything to 0 so that you gain no bonus damage or attack speed from the ability. Set the duration to 15 as you wanted. Now go make a new buff based off whichever ability you chose. Just change the...
  6. lh2705

    [Spellpack] Priestess of the Moon

    Get a trigger. Make it run like 0.5 seconds of gametime. Create a dummy unit Add the spell you want to preload to it. Remove the dummy unit Destroy the trigger That is basically it. You can actually use the "Map Initialization" event as the event instead of 0.5 seconds of gametime. However...
  7. lh2705

    How to cast paladin's Divine Shield on other allied units?

    Event A unit starts the effect of an ability Condition Ability being cast equal to Something Actions Set Target = Target Unit of ability being cast Make Target Invulnerable <<Add the divine shield special effect to the origin of the target>>(Sorry forgot the command) Set Effect =...
  8. lh2705

    [Spellpack] Priestess of the Moon

    preload the ability to prevent it from lagging the first time you cast it.
  9. lh2705

    Ability Brainstorm

    Havent seen one ability thats stampede based.. would look nice if you change the models and missile speeds. Its even easy to make :D A Stampeding tower is cool. Next could be a % chance to make the damage dealt by some tower become composite type damage.. could be a buff, could be an aura or...
  10. lh2705

    Meat hook help

    set it to Set Temp_Group = (Units within 115.00 of (Position of MH_Link[MH_Links]) matching (((Matching unit) is alive) Equal to True) and (((Matching Unit) is a structure) equal to false) btw, that code looks like emjlr3's meat hook o.o
  11. lh2705

    Gold and Lumber HUD changes

    Advanced>Gameplay Interface alot of things you can change.
  12. lh2705

    Spellpack Sho Minamimoto, The Math addict

    I have to say.. This is one of the most creative heroes I have ever seen.. Great work
  13. lh2705

    A spell without stun?

    Try Acid Bomb
  14. lh2705

    Problem with Intervals

    Use a trigger that loops or uses a timer instead of using For each Integer A from x to x. Make a new trigger Looping Trigger Events Every 0.01 game-time seconds Conditions Actions //Add actions here Set N = (N+1) If N is greater than 50 Then Turn off...
  15. lh2705

    Spellpack Lightning Blast, Earth Shock, Energize, Enchant Lightning

    Okay.. I've added constant functions to all the triggers and I removed the BJs in the Enchant Lightning trigger(forgot to do it).. :D
Top