HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Need Help. Possibly Beneficial

09-08-2003, 12:55 AM#1
Xzarol
Ok, I have 14 heros with 5 abilites each, all custom, a few trigger based. I dont have time to create all of the trigger based spells, and if you have some spare time you can get your name in my map. I would like these spells to be public, so when I give you specifics just post the trigger in this thread. Ok, here are some-

I want a unit to fly backwards and into the air at the same time, and then stop. Possibly even put a shadow infront of him while hes doing it to make it look fast. I know how to create the dummy spells etc so all you need to do is the core look of the flying back.

Second one is where the caster would jump into the air, and then slam down on a target patch of ground, dealing damage. Dont know how to work that out so it would do damage in that area WHEN he slams.

Thank you for your time.
(P.S.- I also would like to know how to make a random hero select, like the floating question mark. And also how it would work so that the same hero cannot be random selected if its already taken.)
09-08-2003, 07:12 AM#2
Ak47_Type_R
Add all the possible hero to a unit group and set to variable.

Random hero selections thing can be done so when you enter that region (or however you want your event to be)

Make it choose integer - random #

Set each hero to a number

When random lands a number that hasnt been chosen yet it will be chosen.

--or--

Make it choose a random unit from group. (easier)


To make it so that it doesn't create a copy unit of one that has already been chosen... Just make it so that when that unit has been picked it is removed from the unit group.

Sorry if it isn't cleared but it probably will if you understand trigger or looked into a bit. I'm not sure if you are familiar or not. Havn't seen you around before. If you have problem understanding, I can create trigger for you over post. >.<

<Sleep sleep time>
09-08-2003, 12:24 PM#3
Xzarol
Thanks Ak47. I would put you in my map, but your already in the credits! Lol. Thanks a whole bunch =)