Recent content by ykblaze

  1. Y

    Tired and Hungry

    Can you do me a spell of hell? this is what it does: -a small explosion in the casters area which stuns all enemy arround it and then a pentagram should appear arroung the casting unit and after 5 seconds the caster needs to summon a dragon which lasts only for 1 minute
  2. Y

    How do I add Jass code?

    no I meant where do I add this code: library MULTIBOARD initializer init globals private multiboard board private force players = CreateForce() private integer PlayerCount = 0 private string array colors private group G = CreateGroup() endglobals private...
  3. Y

    How do I add Jass code?

    I already downloaded NewGen, but how do I add someones JASS script into the game?
  4. Y

    Victory error

    show us the entire trigger...
  5. Y

    Item only can be picked up by a specific unit-type?

    Thanks guys, +1 rep for both of you... but is there a possibility that the unit cannot even equip the item from the beginning?
  6. Y

    Item only can be picked up by a specific unit-type?

    Can I make an item that can be picked up only by a specific hero type?
  7. Y

    Condition help...

    I already made it a huge region ... and every hero is in the region but it still won't work
  8. Y

    Condition help...

    I just created an integer- NumPlayer = 0 + array... then there are 4 different triggers: Player1Group Events Map initialization Conditions (Player 1 (Red) slot status) Equal to Is playing Actions Player Group - Add Player 1 (Red) to LegendaryGroup...
  9. Y

    Condition help...

    nope its not working....
  10. Y

    Condition help...

    Nope that didn't work... here's my trigger: CloseGate1 Events Unit - A unit enters Gate2 <gen> Conditions And - All (Conditions) are true Conditions (Number of units in (Units in Gate2 <gen> matching (((Triggering unit) is A Hero) Equal to...
  11. Y

    Condition help...

    thanks but once again, this is not what I want. I want that the number of HEROES in a certain region will be EQUEL to my integer...
  12. Y

    Condition help...

    Trigger: * Conditions o And + Number of Units in Region 001 <gen> equal to NumHeroes + Unit-type of (Entering Unit) equal to Hero o Actions o ... I can't find this: Unit-type of (Entering Unit) equal to Hero
  13. Y

    Condition help...

    "hero" is meant to be to any type of hero not a specific one. what I meant is like this: EVENT: unit enters region Condition: number of heroes in region = myintreger action: close gate help?
  14. Y

    Condition help...

    Is there a condition that basicly sais: if number of heroes in a region equals to NumHeroes(intreger I made)... do action:
Top