Looking someone who could make...

Status
Not open for further replies.
Sending units from one map to another is impossible (From what I know) unless it is like a save/load game. Because in order for your hero to remain the same exact way he/she/it is, it would have to import all of the leveling data, hp data, model data, and all that other good stuff and switch the whole game around.

Unless you mean copying the data from Warcraft 3 world editor and pasting it into another map, then yes it is possible, just time consuming.
 
what about creating a game cache in the editor? there are a few commands to do something. at first create the game cache:

  • SaveGame
  • Events
  • Conditions
  • Actions
    • Game-Cache - Create a game cache from MapName.w3v
    • Game-Cache - Store <Hero> as <Something> of <YourCategory> in (Last created game cache)
    • Game-Cache - Store <Gold/...> as <Something> of <YourCategory> in (Last created game cache)
    • Game-Cache - Store <Boolean> as <Quest/...> of <YourCategory> in (Last created game cache)
    • <some more units/booleans/...>
and after that read it out:

  • LoadGame
  • Events
  • Conditions
  • Actions
    • Game-Cache - Reload all game cache data from disk
i have not tested it yet, but i think it will work
 
Status
Not open for further replies.
Back
Top