Search results

  1. foodflare

    Whoa, Math is cool.

    i think this Set z = (Square root(((Power(x, 2.00)) + (Power(y, 2.00))))) should work, but idk can't test atm
  2. foodflare

    Why is it still Selectable?..

    no, when you're on the forces tab there are two check boxes just underneath the tabs, Use Custom Forces and Fixed Player Settings you need to make sure that Fixed Player Settings is checked
  3. foodflare

    [Spellpack Request] Goblin Shredder

    sorry, more about steamsaw, there doesn't need to be a model added in the demo map does there? and does it get a bonus for every charge it has or does it only get a bonus from the charges used? and it uses up to 5 charges right?
  4. foodflare

    [Spell Request] Cone spell

    if the caster is at full hp then it would do no damage
  5. foodflare

    [Spellpack Request] Goblin Shredder

    on overclock, how much movespeed is gained?
  6. foodflare

    [Spellpack Request] Goblin Shredder

    i have a few questions (for steamsaw) does it use the charges that increase its damage? (for bio-fuel) Is it a "usable" ability? and if so does it use all of the charges as well?
  7. foodflare

    Hashtables

    if you're trying to save a unit's handle into a hashtable save unit handle is between save item handle and save ability handle. if not then idk
  8. foodflare

    Item Auto Use

    in some prior trigger such as map initialization put Trigger - Add to AutoMana <gen> the event (Unit - <your unit>'s mana becomes Equal to 0.00) where <your unit> should be replaced by your specific unit and then you should create a trigger that looks like this AutoMana Events Conditions...
  9. foodflare

    [Spell Request] Cone spell

    actually, mine doesnt have that happen, mine just has it so that if they're already under the effect they won't be able to be affected by it until they're no longer under the previous effect
  10. foodflare

    Ranger hero - Need Ultimate Spell Idea

    dont have a name, but where she shoots 5 arrows into the air and she quickly runs to where they would land (every 72 degrees around the target approximately 600 warcraft units away from the target) catches the arrow before it lands and shoots it at the target then moves to the next spot going...
  11. foodflare

    [Spell Request] Cone spell

    Ignite Cast Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Ignite Actions Set NumoCasters = (NumoCasters + 1) Hashtable - Save Handle Of(Triggering unit) as NumoCasters of 1 in IgniteHT Hashtable...
  12. foodflare

    How do you create a Threat System?

    change Stats-Priority on the units in the object editor, units with smaller numbers for priority will be attacked first and units with larger numbers for priority will be focused on last(if i'm understanding the question)
  13. foodflare

    Creep acting

    try changing the priority on the archers/towers to a higher number than the other units, i believe 20 is the lowest priority of attack so they would be attacked least of all
  14. foodflare

    Question for hero pick

    there is a known way to do this, it was never said there is no way to do it, all you gotta do if you use the invis unit next to a hero tavern issue is when they obtain the hero trigger in "Player - Limit training of Heroes to 0 for (Triggering player)"
  15. foodflare

    Make Unit-Type Unavailable for training.

    did you select the right units in the trigger/building where you get them? they have to be the same unit types because i know the limit training... thing works
  16. foodflare

    Make Unit-Type Unavailable for training.

    try using Player - Limit training of AllUnits[(Integer A)] to 0 for Player 1 (Red) and you can change it higher limit later
  17. foodflare

    Car Buying...

    Edit: sorry missed the trigger part
  18. foodflare

    5 cool questions. Help please :)

    for #3 if you have only one of this unit type per player possibility then you could have the unit have both abilities learnable originally and at map initialization you could disable the new ability. Then, when this trigger fires you could enable the new ability, set it to the same level as the...
  19. foodflare

    Question for hero pick

    there're several ways that can be accomplished but it depends upon how you have your hero selection system set up
  20. foodflare

    A Portal Problem

    you could but it is already somewhat set up with waygate so may as well continue with that setup btw you probably should use a temporary point variable for the destination and remove it at the end of the trigger
Top