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

Multiple hero load issues

Status
Not open for further replies.
Level 4
Joined
Jul 23, 2019
Messages
102
Hi! I'm new in this realm but I started using world editor since 2017. And I know most of you have been using the world editor maybe since 2007? I'm good at triggers, variables and other stuff in the world editor. The only thing that I'm not good at is the JASS. Well it is not primarily concern. I have created 22 maps for my custom campaign that I named it "cult of the VanDamned". It's a story of a half dwarf half human. Now, the problem is when I'm executing my maps. I can't load the heroes perfectly. I mean they load to the next map but the data, item carried and level were altered. For example the item carried of first hero became the item carried of the 2nd hero and the item of the 2nd hero became the item of first hero. Because of that I removed every map and the only map left in that campaign is chapter 1 and 2. I always visit hive whenever I have problems in my triggers or if I missed anything. I tried many things, change the variables, change sequence of triggers but I'm stuck in an awful loop of problems. I'm aware of game cache and restore hero data and stuff. But still... It's been a week and I can't find solutions to my problem. I even watch many campaign tutorials and tried it. And nope it's still there son. I know those labels and categories but still have an error. And btw I'm using custom units... Please help me. I can't continue my life because of this.
 
Level 4
Joined
Jul 23, 2019
Messages
102
The campaign with 2 map. I'm sorry.. I'm still polishing the maps. So you will find some grammar errors and other stuff.
 

Attachments

  • cultofthevandamned.w3n
    127.9 KB · Views: 15
Level 30
Joined
Feb 18, 2014
Messages
3,623
I think I know why your heroes load with different items than the one you gave them, you are basically storing a hero that is made in the Object Editor and not in the Campaign Editor, I just checked your map and I found the 2 hero you are saving have a double, this is why it becomes confusing, to fix this, you just have to store the hero you made in the campaign editor so that he can be loaded properly to the next map.
Also, you are setting the next level wrong, the path should be : vandamm2.w3x and not Maps/vandamm2.w3x.
 
Level 4
Joined
Jul 23, 2019
Messages
102
I think I know why your heroes load with different items than the one you gave them, you are basically storing a hero that is made in the Object Editor and not in the Campaign Editor, I just checked your map and I found the 2 hero you are saving have a double, this is why it becomes confusing, to fix this, you just have to store the hero you made in the campaign editor so that he can be loaded properly to the next map.
Also, you are setting the next level wrong, the path should be : vandamm2.w3x and not Maps/vandamm2.w3x.

oohh. thank you sir. I'll try what you said. And get back to this post after.
 
Level 4
Joined
Jul 23, 2019
Messages
102
I think I know why your heroes load with different items than the one you gave them, you are basically storing a hero that is made in the Object Editor and not in the Campaign Editor, I just checked your map and I found the 2 hero you are saving have a double, this is why it becomes confusing, to fix this, you just have to store the hero you made in the campaign editor so that he can be loaded properly to the next map.
Also, you are setting the next level wrong, the path should be : vandamm2.w3x and not Maps/vandamm2.w3x.

You are right sir, I have fixed it. Thank you
 
Status
Not open for further replies.
Top