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
 
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)
 
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?
 
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.
Back
Top