Search results

  1. E

    Unit Spawn Help

    I know what a trigger is.... If I would use 2 separate triggers, then that would mean I would have to make a whole bunch of triggers per unit group. Using your first trigger I would have to spawn all of the units in the map. Then I would have to make alike a ton of new triggers for each unit...
  2. E

    Unit Spawn Help

    Aight so I added another event within that trigger: Events Map initialization Actions Unit - Create 3 Gnoll for Neutral Hostile at (Center of Region 021 <gen>) facing Default building facing degrees Unit - Set Rally-Point for (Last created unit) to (Position of (Last created...
  3. E

    Unit Spawn Help

    Guys I'm planning to add other units to this trigger. Like Events Map initialization Conditions Actions Unit - Create 3 Gnoll for Neutral Hostile at (Center of Region 021 <gen>) facing Default building facing degrees Unit - Set Rally-Point for (Last created unit) to (Position of...
  4. E

    Unit Spawn Help

    Events Map initialization Conditions Actions Unit - Create 3 Gnoll for Neutral Hostile at (Center of Region 021 <gen>) facing Default building facing degrees Unit - Set Rally-Point for (Last created unit) to (Position of (Last created unit)) If (All Conditions are True)...
  5. E

    Bladestorm help

    Unit Group - Pick every unit in (Units in (Region centered at (Position of (Triggering unit)) with size (300.00, 300.00)) owned by Neutral Hostile) and do (Actions) Loop - Actions Unit - Cause (Triggering unit) to damage (Picked unit), dealing 1000000.00 damage of attack type...
  6. E

    Bladestorm help

    Events Unit - A unit Begins channeling an ability Conditions (Ability being cast) Equal to Bladestorm Actions Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at (Position of (Triggering unit)), dealing 100000.00 damage of attack type...
  7. E

    Chain lightning deals percentage of life help

    Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal to Chain Lightning Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (VariableUnit has buff Damaged ) Equal to True...
  8. E

    Help with windwalk?

    When I try to make the condition a buff it just gives me "value equal to value." What do I do with that? I mean I can't set windwalk equal to windwalk.....
  9. E

    Help with windwalk?

    Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Ghost Strike Actions Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing ((Real((Agility of (Triggering unit) (Include bonuses)))) x 2.00) damage...
  10. E

    Help with windwalk?

    Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Ghost Strike Actions Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing ((Real((Agility of (Triggering unit) (Include bonuses)))) x 2.00) damage...
  11. E

    Attack modifier trigger

    Uhhh... whats a hastable.... and how do you make one.....
  12. E

    My map went bad help!!

    Yep did exactly what you did. Took me a dam while but got the job done. Thanks a lot.
  13. E

    My map went bad help!!

    I've also tried this: Made two copies of the map. Had one map delete all the triggers. But when I went to open the map without triggers it still had that same error....
  14. E

    My map went bad help!!

    Yea I tried using JASS... sitll no go
  15. E

    My map went bad help!!

    What do you mean by that? I mean I've exported the triggers just in case....
  16. E

    My map went bad help!!

    Actually I still have a problem...... I open the map and it opens fine. But when I edit the map, close it, and reopen it it still has that error "trigger data missing or invalid". What is going on............
  17. E

    My map went bad help!!

    Actually I just checked the test map. Its literally the same map with a few missing triggers. I'll make due with the missing triggers; I'm just REALLY GLAD I got my map back. I appreciate the help from you guys though
  18. E

    Ravage

    Actions Set Ravage_Caster = (Casting unit) Set Ravage_Point[1] = (Position of Ravage_Caster) Set Ravage_Point[2] = (Ravage_Point[1] offset by 25.00 towards 0.00 degrees) Unit - Create 1 Dummy for (Owner of Ravage_Caster) at Ravage_Point[2] facing 0.00 degrees Unit Group...
  19. E

    My map went bad help!!

    No I didn't even get the chance to import the triggers. Once the triggers were exported I tried to open my map but the error came up.
  20. E

    My map went bad help!!

    How do I open it with jass? Do you have any suggestions on what editor I should get?
Top