HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Few questions

03-19-2005, 12:28 AM#1
Guest
Sup my fellow map making people!

I'm making a single player RPG for my first map and its almost done, I just cant figure out a few things.

1) In my opening cinema 2 skeletons pop out of the ground. Is there any way that they can come out of the ground like when a necromancer summons them instead of just showing up if I use a create unit trigger.

2) How do you have mobs give gold when they die?
(I turned the bounty on...but when it kills one of my custom unit skellies they don't give any gold)

3rd and final) How can I make it so if you buy a bow (from one of my shops on map) that it will give you the ability to shoot arrows.

Thanks in advance for the help!!!
03-19-2005, 07:06 AM#2
th15
1: Use the animation triggers to play the skeleton's "birth" animation
2: There are two parts to making stuff drop gold. First, turn on give bounty for that player, next make sure the unit has a bounty value.
3: Creating a ranged attack has always been tough. There are several methods floating around. One way is to use the orb abilities to disable the unit's attack 1 (which is melee) and enable the unit's attack 2 (which is ranged).
03-19-2005, 12:55 PM#3
Guest
Thanks! ^_^