• 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.

Diablo 2 type follower system

Status
Not open for further replies.
Level 3
Joined
Jan 10, 2012
Messages
31
Ok, so about 3 years ago I found a trigger that made summoned units or specifically set units to follow other units like they did in Diablo 2 ( the summoned creatures and mercs), and I was wondering if anyone had that said trigger? or have a better version that would cause follows to cast magic and such.
 
Level 3
Joined
Jan 10, 2012
Messages
31
What are you guys talking about? the WE editor opens it NO PROBLEM, but the game will not load the map, when I click start, the chains go up like its launching, and then they return.
 
Level 18
Joined
Jan 21, 2006
Messages
2,552
Yea we're talking about the problem where if you've got too long of a file-path from the C: it will not appear in Warcraft III when you're browsing your custom map folder (or wherever you put your maps). This is an entirely different issue than the one you're describing.

If you have tried what Frotty suggested then I suggest you post the map to allow a member (perhaps myself) to scan through the code and see if there is anything irregular. It could be that your map is somehow corrupted. Hard to say from just the description of the problem.
 
jsut make a looping trigger & 1 group when a unit is summoned, save the summoner to
a hashtable, add the summoned unit to the group, then in the looping trigger...
  • Event
    • Time - Every 3 seconds of game time
  • Actions
    • Unit - Pick every unit in GROUP
      • //Load your hashtable value here then order picked unit to follow the
      • //loaded value, in this case the caster, if summoned unit dies
      • //remove it from GROUP
 
Status
Not open for further replies.
Top