HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How do i make the save/load code triggers for heroes?

05-14-2004, 01:54 PM#1
Mecha_Hydralisk
I need some help with this and how to work better with triggers, lol cause the last kind of triggers i worked with were from Starcraft so...
05-15-2004, 02:07 AM#2
johnfn
So what exactly are you asking? You can find a save/load code in my sig, or you can use WEU's save/load addon. You really want to first just learn the triggering basics, though.
05-15-2004, 02:12 AM#3
ThyFlame
In a nutshell, you assign all pieces of data into numbers/letters, then put them together scramble the code a few times, then do the reverse for loading it.
05-18-2004, 03:27 PM#4
Voi
Quote:
Originally Posted by ThyFlame
In a nutshell, you assign all pieces of data into numbers/letters, then put them together scramble the code a few times, then do the reverse for loading it.

I guess this message was a little bit to short for u to understand so I make it clearlier... if first letter in name is v then set the first three characters to 153 for example and then mix with it (*, /, +, -). When u done all name u continue with which type of unit it is for example, maybe 724, then which item it has in slot 1: 421...etc. And when u load just take * instead of / and - instead of + (reverse like he said) and u got the character...it must match the name then.
05-18-2004, 04:07 PM#5
ThyFlame
A summarized version will not be clear, period. This is not a short subject. Use a tutorial.