Search results

  1. W

    Refering to the Constructing Unit

    HI! As the yiyle says, I want to make a trigger where the event is: A unit begins constructing a structure, and the condicion would be: Unit type of Constructing Unit (the unit who began the construction) equal to xyz... I couldn't find the Constructing Unit event response.... is it possible...
  2. W

    Mining Stone

    Hi! With some triggers, I made a Stone mine that works like this: If a unit enters, an item called Stone appears in the inventory of the mine. I gave the The load, unload, cargo hold and inventory ability to the mine, so the units can "enter" to it. I used 3 triggers, here they are...
  3. W

    building fences

    Hi! I want to make a fence to my map, it seems easy, but I can only make the horizontal one, the vertical no... I think it's impossible to rotate units like destructibles in the object editor, so I made this trigger to do it: Perpendicular Fence Events Unit - A unit Finishes...
  4. W

    training a unit with condition

    Hi! I'd like to do the following: If a building has X item (I added the inventory ability to the building, so it can have items) than train Y unit... I wanted to do it like this: pig make Red Events Unit - A unit Begins training a unit Conditions (Unit-type of (Trained...
  5. W

    interrupt training...

    Hi! I'm new with the world editor and I need some help... How can I stop a unit's training with a trigger? I mean if a condition is true, than stop training the unit... I tried Order (triggering unit) to stop, but it didn't work thx
  6. W

    variable question...

    Hi! I'd like to do something like this with if/than/else: If variable has a value, than do nothing, else set variable xy.... is it possible to do this? thx
  7. W

    growing a plant....

    Hi! I have the following trigger to plant, and to grow wheat, and it works very well, if I plant only I... The point is that I´d like to plant more than one, but with this trigger, it´s not possible : plant grain Events Unit - A unit Starts the effect of an ability...
  8. W

    casting an ability with an item

    Hi! I´m new here... I´d like to do a thing, but I don´t know how should I do it: A unit should cast a spell only, if it has an item, htan the Item should disappear... Please help me if u can :)
  9. W

    more rescourses

    Hi all! Is it possible to add more rescources to a normal game? I mean not only wood and gold, but other things like coal ect....
  10. W

    it works only as it is...

    Hi everybody! I don't know how to use Jass.... but I've found a map, wich contains an element what I need in my RPG map.... it's a kind of raid interface, it shows the friendly heroes as well, as the your own heroes on the left part of the monitor... it's really good but.... it works only as it...
  11. W

    if a player presses a button....

    Hi everybody! I have an rpg map, and I want the following: If you want to cast a healing spell (holy light for example), first you click on the spell, and then you have to select a target.... now, aside from selecting a friendly target by clicking on it with the mouse, I'd like to do it by...
  12. W

    If all units of an enemy player die...

    Hi everybody: I want the following: If all units of an enemy player die in a region, then do actions.... I've made this: Unit - Create 5 Grunt for Player 12 (Brown) at (Center of spawn point <gen>) facing Default building facing degrees Unit Group - Pick every unit in (Units in spawn point...
  13. W

    camera apply help...

    hi everyone.. I have a problem... I use this trigger in my map: Movement Events Time - Every 0.03 seconds of game time Conditions Actions For each (Integer A) from 1 to 3, do (Actions) Loop - Actions Set Pan_Position[(Player...
  14. W

    restart trigger

    hi.. if a unit dies, how can I restart a trigger? thanks
  15. W

    if a unit dies, revive and teleport it

    I want the following... in my map, I want to put a mini-game, (a closed place, which is shot by catapults every second)... I have mede this... the character will be there for 1 min... what I want to do is the follownig: when he dies before, than 1 minute, I want to revive him, and teleport him...
  16. W

    a unit enters a region and has an item....

    Hi! I'm new in editing maps, so I need some help. I don't now how to do the following: When a unit enters in an area, and has an object, the object has to be removed from it's inventory, and the same object has to be created in a region. The thing is that the unit has a bomb, what I made with...
  17. W

    Multi board question

    Hi! I am making an RPG map, and I'm trying to do a multi board, what shows the health and mana points of the players, but I can't figure out, how should I make it.... somebody can help?
  18. W

    Making 1 item of 3

    Hi! I want to make one invertory item of three, like on the campagin of the undead, where we had to go to the land of the high elves. I need the triggers... Thanks
  19. W

    AI problem

    Hi! I have a small proglame with the AI. I am making an RPG map and I want the monsters cast a spell. Every kind, one spell. There are some spells (the mayority), what they don't cast. I don't know why and I want to fix the problem.. PLZ help
  20. W

    interface question

    Hi! I am making an RPG with a 3D cam, an my question is that is it possible to make like a raid interface like in the world of warcraft? I mean I want an interface what shows every players an their mana and life. any idea? thanks
Top