• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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