Invex Gaming - Gaming Community
[COMBAT SURF] Bounties - Printable Version

+- Invex Gaming - Gaming Community (https://invex.gg)
+-- Forum: General (https://invex.gg/forumdisplay.php?fid=11)
+--- Forum: Suggestions (https://invex.gg/forumdisplay.php?fid=71)
+---- Forum: Implemented (https://invex.gg/forumdisplay.php?fid=104)
+---- Thread: [COMBAT SURF] Bounties (/showthread.php?tid=1238)



Bounties - Tick - 04-03-2016

I was thinking having bounties on combat surf would be pretty cool.
The concept of it was for someone to put some of their own credits on someone as a bounty, and when that person dies whoever killed them get the credits.
Also was thinking an automatic system where if someone gets 10 kills without dieing they get an automatic bounty on their head of a certain amount of credits


RE: Bounties - Luke - 04-03-2016

i think this has come up before recently but i cant seem to find it. But yeah this would be cool add some sort of excitement to surf


RE: Bounties - Grom - 04-03-2016

I would say maybe 5 kills no deaths 50 credits 10 kills 0 deaths 100 and 20 kills 200 and so on


RE: Bounties - Road To Admin - 04-03-2016

FINALLY AN AMAZING IDEA!

YES bounties would be SICK!
would love to see this in jailbreak as well as what ever server it was implied about 0.0

But it has to be made so that it doesn't encourage people to camp around

otherwise sweeeeeeeeeeeeet TICK omg <3 the idea big fan of it atm


RE: Bounties - Grom - 04-03-2016

(04-03-2016/04:35 PM)Road To Admin Wrote: FINALLY AN AMAZING IDEA!

YES bounties would be SICK!
would love to see this in jailbreak as well as what ever server it was implied about 0.0

But it has to be made so that it doesn't encourage people to camp around

otherwise sweeeeeeeeeeeeet TICK omg <3 the idea big fan of it atm

How the heck would it work for jb
Come on

Surf yes but JB
It makes no sense cause a round could be different everytime
one can be hns or warday and it would encourage guards to free kill for credits
Which would be our fault for giving them the opportunity


RE: Bounties - Trident - 04-03-2016

I can see this definitely not happening on JB.

Cool idea for Surf.. would be a lil messy to set up i assume.

Thoughts Byte ?


RE: Bounties - Hello World - 14-03-2016

Would be cool for surf.
Just a matter of if Byte has time to do it really. Will leave it here till he responds.


RE: Bounties - Byte - 24-03-2016

This plugin has now be written and is in testing phase on the dev server.
If a bunch of people want to test it together on dev that would be cool.

Plugin will be going on combat surf only.

How it works:
  • Credit based system
  • Upon getting X amount of kills without dying, an auto bounty is set your head
  • Other players can set bounties on another players using !setbounty <player> <amount> (or !sb <player> <amount>)
  • You can only set 1 bounty per person.
  • Maximum bounty amount (per person) is 1000 credits
  • You cant change or take back a bounty once you set it
  • If player with bounty on their head suicides, dies to map, joins spectator team (while dead) or disconnects from server then the original player who set the bounty gets a credit refund
  • If the player who set the bounty leaves the server they will not get a credit refund no matter what (TODO is to check if another user could potentially get refund instead by mistake)
  • Players can check bounties using !checkbounty <player> (or !cb <player>)
  • Any player who kills a player with a bounty on their head collects the bounty reward (credits)
  • If a player has a bounty on their head and survives until the end of the map (ie does not die and map ends) then they collect the full bounty on their head! (They steal the bounty as a reward for being alive when map ended).
  • At the end of each map, the bounties are all reset (auto bounties and set bounties)
  • TO BE ADDED: If map starts with less than X players, the plugin is disabled. (Probably will be 6 players)
Also I need some ideas for auto bounty amounts, right now I have some test settings in place:
2 killstreak gives you a 50 credit bounty etc but these obviously have to be changed.
Any suggestions?

Code:
   case 2: //todo
   {
     autoBountyAmount = 50;
   }
   case 3: //todo
   {
     autoBountyAmount = 100;
   }
   case 4: //todo
   {
     autoBountyAmount = 200;
   }
   case 5: //todo
   {
     autoBountyAmount = 500;
   }
   case 6:
   {
     autoBountyAmount = 750;
   }
   case 7:
   {
     autoBountyAmount = 1000;
   }



RE: Bounties - Byte - 25-03-2016

Added to server.

Make a new thread for suggestions.