• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Reload heros

Status
Not open for further replies.
Level 6
Joined
Nov 24, 2012
Messages
218
The most viable option is using Game Cache.
You can make it run on -save or at certain points, or when campaign is completed, whatever.
It's really simple to do, but it's several triggers.
Examples: http://world-editor-tutorials.thehelper.net/cat_usersubmit.php?view=98782 (scroll down)
You could do save/load systems with the code as well, but that's inconvenient and I don't see why you would do that.

Items are saved with your Hero in game cache, really simple really.
Just make sure each individual campaign map has the same object ID for the main hero saved and the items.
 
Last edited:
Status
Not open for further replies.
Top