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

Looking someone who could make...

Status
Not open for further replies.
Level 9
Joined
Jul 31, 2007
Messages
124
Hi i am looking for someone who could make hero transmission with all quests already and golds exp , hp, mana etc to another map. I had the maps ready for it but lately my comp got crashed and everything is lost, so i need to make it all again, but informately, could someone help me with that someday?
 
Level 7
Joined
Mar 12, 2008
Messages
203
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.
 
Level 6
Joined
Mar 27, 2009
Messages
195
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.
Top