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

Status
Not open for further replies.
Level 7
Joined
Jul 9, 2007
Messages
306
how do i make bounty work, i went to the bounty in the object editor and edited some stuff, but in-game bounty doesn't work? how can i fix this?

also, the creatures are spawned from a region, is that why the bounty doent work in game, how can i fix this if that is the problem?

thanks
 
Level 17
Joined
Jun 12, 2007
Messages
1,261
Bounty can be activated for players with this simple trigger:
  • Bounty
    • 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)
If you don't want bounty to be activated for all players but only for Player1Red then do this:

  • Bounty
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player - Turn Gives bounty On for Player 1 (Red)
 
Level 7
Joined
Jul 9, 2007
Messages
306
i did the trigger, actualy i tried both and the bounty is still not working. the creatures spawn from a reigon and you have to kill them. i have the bounty set right now at 0 base, 1 die and 1 side on the die. any more help?
 
Level 5
Joined
Aug 24, 2008
Messages
199
hmm if you set the base bounty to 0 its 0 change it to at least 1. At least i thing this will help.
 
Status
Not open for further replies.
Top