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

Bounty not turning on?

Status
Not open for further replies.
Level 2
Joined
Mar 23, 2008
Messages
10
Ok well, i've looked at like 4 tutorials for this

but im not getting gold from any unit i kill,

I added the trigger:

Code:
Starting stuff
    Events
        Map initialization
    Conditions
    Actions
        Player Group - Pick every player in (All players) and do (Actions)
            Loop - Actions
                Player - Turn Gives bounty On for (Picked player)
                Player - Disable sleeping for all creeps
                Hero - Make (Picked player) Heroes gain 0.00% experience from future kills
                Visibility - Create an initially Enabled visibility modifier for (Picked player) emitting Visibility across Region 001 <gen>
                Visibility - Create an initially Enabled visibility modifier for (Picked player) emitting Visibility across Region 002 <gen>
                Visibility - Create an initially Enabled visibility modifier for (Picked player) emitting Visibility across Region 003 <gen>

Thats what i have, as you can see i am turning bounty on.
This is how they do it in all tutorials BUT its not working for me.

i tried various unit (Ghouls & Footmans) but noone give gold.
i also tried disableing the EXP to 0.00% & disableing Creep sleeping, also didnt work.

So how i fix this?

Thanks.
 
Status
Not open for further replies.
Top