• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Map Development Mini-Contest #2 [Hero Defense]

Status
Not open for further replies.
How can he mark someone out of 5 for coding if you didn't actually code anything... you just imported it all... Will importing all your systems and spells effect your coding mark?
 
My idea: 4 player map. It will be a little like X hero siege. number of waves will be small but every every wave will have many different units.
Here is some screen shots of my work so far.
1) object that must be protected. I suck at making terrain so that thing is best I could make.
2) first hero I made. Still needs to improve spell triggers though.
 

Attachments

  • Evil.jpg
    Evil.jpg
    168.2 KB · Views: 193
  • Mage.jpg
    Mage.jpg
    168 KB · Views: 213
Last edited:
Waaaait.

Does it have to be done directly on the template map or can it be done on a map with the same size and camera bounds but different base tileist?
 
im to dam lazy to do triggers... i wish you could just think the triggers into the map instead of having to put them in by the click of a mouse
 
Well my bro managed to delete an important windows file on my comp, then my dad proceded to reset the comp without backing the files up, so now I have no map and with only 2 weeks left I think I'll be dropin out.

Kinda sucks too cause my map looked pretty good

I'm doing this on an Itouch...
 
As soon as I'm able to get caster system working, triggers should be easy enough. I love vexorian's systems. ^^

Once again I'm brought to the question: will using somone elses systems as a vital part of your map decrease or increase your coding mark, or lower your mark in any other categories, since it isn't you doing any real coding, just using premade coding available at the site.
 
Once again I'm brought to the question: will using somone elses systems as a vital part of your map decrease or increase your coding mark, or lower your mark in any other categories, since it isn't you doing any real coding, just using premade coding available at the site.

Using. Systems. Is. Good. Anyone who says otherwise should not be judging coding.
 
y dont we just take coding out of the whole picture so everyone will shut up and so that every one is happy because im sure most people suck at coding
 
I wont understand why this gets buggied:

  • Second
    • Events
      • Unit - A unit enters WayPoint Left <gen>
      • Unit - A unit enters Way Point Rigth <gen>
      • Unit - A unit enters Waypoint Middle <gen>
      • Unit - A unit enters WayPoint Left Copy <gen>
      • Unit - A unit enters WayPoint Left Copy 2 <gen>
      • Unit - A unit enters Way Point Rigth Copy <gen>
      • Unit - A unit enters Way Point Rigth Copy 2 <gen>
    • Conditions
      • (Owner of (Triggering unit)) Equal to Player 3 (Teal)
    • Actions
      • Unit Group - Pick every unit in (Units in Way Point Rigth <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Way Point Rigth Copy <gen>)
      • Unit Group - Pick every unit in (Units in Way Point Rigth Copy <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Way Point Rigth Copy 2 <gen>)
      • Unit Group - Pick every unit in (Units in Way Point Rigth Copy 2 <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Open Gate East <gen>)
      • Unit Group - Pick every unit in (Units in Open Gate East <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Region 013 <gen>)
      • Unit Group - Pick every unit in (Units in WayPoint Left <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of WayPoint Left Copy <gen>)
      • Unit Group - Pick every unit in (Units in Waypoint Middle <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Open Gate Sout <gen>)
      • Unit Group - Pick every unit in (Units in Open Gate Sout <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Region 013 <gen>)
      • Unit Group - Pick every unit in (Units in Region 013 <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack Castle 0007 <gen>
      • Unit Group - Pick every unit in (Units in WayPoint Left Copy <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of WayPoint Left Copy 2 <gen>)
      • Unit Group - Pick every unit in (Units in WayPoint Left Copy 2 <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Open Gate Left <gen>)
      • Unit Group - Pick every unit in (Units in Open Gate Left <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Open Gate Left <gen>)
      • Unit Group - Pick every unit in (Units in Open Gate Left <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Region 013 <gen>)
The Problem is that when he gets to hes second waypoint, he will go back to Create spot
 
I wont understand why this gets buggied:

  • Second
    • Events
      • Unit - A unit enters WayPoint Left <gen>
      • Unit - A unit enters Way Point Rigth <gen>
      • Unit - A unit enters Waypoint Middle <gen>
      • Unit - A unit enters WayPoint Left Copy <gen>
      • Unit - A unit enters WayPoint Left Copy 2 <gen>
      • Unit - A unit enters Way Point Rigth Copy <gen>
      • Unit - A unit enters Way Point Rigth Copy 2 <gen>
    • Conditions
      • (Owner of (Triggering unit)) Equal to Player 3 (Teal)
    • Actions
      • Unit Group - Pick every unit in (Units in Way Point Rigth <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Way Point Rigth Copy <gen>)
      • Unit Group - Pick every unit in (Units in Way Point Rigth Copy <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Way Point Rigth Copy 2 <gen>)
      • Unit Group - Pick every unit in (Units in Way Point Rigth Copy 2 <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Open Gate East <gen>)
      • Unit Group - Pick every unit in (Units in Open Gate East <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Region 013 <gen>)
      • Unit Group - Pick every unit in (Units in WayPoint Left <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of WayPoint Left Copy <gen>)
      • Unit Group - Pick every unit in (Units in Waypoint Middle <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Open Gate Sout <gen>)
      • Unit Group - Pick every unit in (Units in Open Gate Sout <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Region 013 <gen>)
      • Unit Group - Pick every unit in (Units in Region 013 <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack Castle 0007 <gen>
      • Unit Group - Pick every unit in (Units in WayPoint Left Copy <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of WayPoint Left Copy 2 <gen>)
      • Unit Group - Pick every unit in (Units in WayPoint Left Copy 2 <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Open Gate Left <gen>)
      • Unit Group - Pick every unit in (Units in Open Gate Left <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Open Gate Left <gen>)
      • Unit Group - Pick every unit in (Units in Open Gate Left <gen>) and do (Actions)
        • Loop - Actions
          • Unit - Order (Picked unit) to Attack-Move To (Center of Region 013 <gen>)
The Problem is that when he gets to hes second waypoint, he will go back to Create spot

First of all, you should ask this on triggers forum.
There is a bug about entering regions: when unit enters region from left side and bottom (if I remember right) it is still outside of region. I had this problem once I wanted to do something similar.
I can suggest you use 'order (entering unit) attack move to next region'.

Also: do you know that this trigger creates all those unit groups every time a single unit enters any region from events?
 
http://www.wc3c.net/showthread.php?t=80534

Vexorian's Caster System. It provides many functions that make spellmaking a lot easier and a lot less painful. Things like functions that can be called and create a unit for a player and orders that user to cast a spell, or creating a unit for a player that lasts a certain duration and adds a passive to that unit. Very very very useful.
 
Status
Not open for further replies.
Back
Top