Blink23 76 Posted April 3 Share Posted April 3 I think it would be fun to have some daily challenges in the game. For Example: Get 20 Kills In 1 Match Reward: 200 XP Get 50 Kills With KSG-12 Reward: 250 XP Get 5 Turret Kills Reward: 100 XP Weapons and Kills can be changed each day, so 20 kills in 1 match can be changed to 15-25-30 kills etc. same with weapons, get 50 kills with KSG-12 can be changed to get 50 kills with AK-47, M4, L9 etc. 8 1 Quote Link to post Share on other sites
impossybull 487 Posted April 3 Share Posted April 3 (edited) Overview I like this idea and I think one reason that it was not implemented before was concerns about boosting. I have two ideas to remedy that: Each daily challenge can be done only once per day. Similar to how the bonus flag only spawns in a room of at least 4 people, you must be in a room of at least 4 people for kills to count towards daily challenges. Edit: Daily challenges are also disabled in password protected rooms. In general I think the implementation could go as such: Randomly select 3 challenges each day each with a random configuration (examples below). Edit: Challenges are the same for everyone each day. Challenges are displayed in the main menu. Play some jingle noise whenever you complete a challenge in-game. XP is added as a match bonus (like usual). Suggestions on challenges (this number is probability of appearance with each permutation having the the same sub-probability): Pretty common challenges: "Get [x] kills in one match with the [weapon]. Reward: [2*ceil(x^2, 50)] XP." x ∈ {10,15,20,25,30,35,40}; weapon ∈ selectable weapons (regardless of unlock rank) 20% e.g. "Get 25 kills in one match with the KSG. Reward: 1300 XP." "Get [x] headshot kills in one match. Reward: [20*ceil(x^2, 10)] XP." x ∈ {3,5,7,9,12} 15% e.g. "Get 12 headshot kills in one match. Reward: 3000 XP." "Get [x] kills today while using a gun with the [attachment] equipped. Reward: [40*x] XP." x ∈ {20,40,60,80,100,120}; attachment ∈ the attachments in game (either for primary or secondary guns) 15% e.g. "Get 120 kills today while using a gun with the RW RDS equipped. Reward: 5000 XP." Less common challenges: "Play [x] complete rounds of [gamemode]. Reward: [200*x] XP." x ∈ {2,4,6,8,10,12}; gamemode ∈ the gamemodes "Play 10 complete rounds of Gun Game. Reward: 2000 XP." 10% "Win a team-based game and be the highest scoring player on your team. Reward: 2500 XP." 10% "Get [x] kills in one match with [explosive]s. Reward: [20*ceil(x^2, 10)] XP." x ∈ {2,4,6,8,10}; explosive ∈ the grenades in game e.g. "Get 6 kills in one match with impact grenades. Reward: 600 XP." 8% Rare challenges: "Get [x] kills in one match with the [item]. Reward: [ceil(80*x^2, 100)] XP." x ∈ {1,2,3,4,5}; item ∈ UCAV, Sentry Gun e.g. "Get 2 kills in one match with the UCAV. Reward: 400 XP." 6% "Achieve a [x] kill streak by only hipfiring. Reward: [30*ceil(x^2, 10)] XP." x ∈ {2,4,6,8,10} 6% "Achieve a 6 kill streak by only hipfiring. Reward: 1200 XP." "Achieve a [x] kill streak while having less than 30 HP. Reward: [100*ceil(x^2, 5)] XP." x ∈ {2,3,4,5} 6% e.g. "Achieve a 4 kill streak while having less than 30 HP. Reward: 2000 XP." "Finish as one of the 2 highest scoring players in a lobby of at least 6 people. Reward: 2000 XP." 5% "Win 3 rounds of Elimination in a row in one game. Reward: 2000 XP." 5% "Destroy 5 claymores in one game. Reward: 500 XP." 4% Benefits More ways to get bonus XP which is always good. Stuff to play towards each day makes the game more addictive overall and likely would increase overall play time and activity. The various challenges for weapons, attachments, grenades, etc. will mean there will be more people using the various unlocks vs. now where 90% of people use the same 5 guns and attachments. 😅 Another idea: if there is a challenge with a certain gun or attachment, everyone gets that gun/attachment unlocked for that day. I think this would be an exciting addition. People can already experience the various guns and attachments with 17-gun gun game so I don't think it would be too crazy. If the challenge categories are mutually exclusive, then there will only be a "kills with gun" challenge once per 5 days on average and a "kills with attachment" challenge about every week. If the challenge categories are NOT mutually exclusive (which would be my assumption) then there will be 3/5 "kills with gun" challenges per day and about 3/7 "kills with attachment" challenges per day which are still pretty low, so it's not like people wouldn't still need to level up. If there's 3/5 "kills with gun" challenges per day and about 3/7 "kills with attachment" challenges per day then it would take an average of 55 days to play once with each gun not unlocked at Rank 0 and 83 days to play once with each attachment not unlocked at Rank 0, assuming you check the daily challenges every day. Edited April 4 by impossybull 10 2 1 Quote Link to post Share on other sites
Adul200 10 Posted April 4 Share Posted April 4 I really like this idea. Hopefully this can be in a future update Quote Link to post Share on other sites
Adul200 10 Posted April 4 Share Posted April 4 I think there should be a time limit for each challenge that depends on how long you were in the game and the difficulty of the challenge. And if you close the game the time limit should pause and continues when you reopen the game. Quote Link to post Share on other sites
impossybull 487 Posted April 4 Share Posted April 4 1 hour ago, Adul200 said: And if you close the game the time limit should pause and continues when you reopen the game. Well it's either "per day" or "per match" so... Quote Link to post Share on other sites
Adul200 10 Posted April 5 Share Posted April 5 6 hours ago, impossybull said: Well it's either "per day" or "per match" so... Lets just hope that it can make it in he next update Quote Link to post Share on other sites
impossybull 487 Posted April 5 Share Posted April 5 It will probably take a while to add because the first thing you have to do is add trackers of: Kills with a specific gun Headshot kills Kills while a specific attachment is on your gun etc. Then have server-side code to set the challenges, or have a pseudorandom algorithm to set them client-side using the date as a seed. Then do all the frontend stuff to display challenges, and reward XP on completion, etc. It shouldn't be too hard as basic statistics are already tracked, but it would be a small project by itself. Quote Link to post Share on other sites
OneManArmy 533 Posted April 5 Share Posted April 5 1 hour ago, Adul200 said: Lets just hope that it can make it in he next update one day... definitely not in the next update. Or if you want it sooner, then community can create small team and make 80% of daily challenges system. Most of the work is not complicated, but time consuming (especially if only one person will work on it). 2 1 Quote Link to post Share on other sites
ShardulWasHere 32 Posted April 5 Share Posted April 5 4 hours ago, OneManArmy said: one day... definitely not in the next update. Or if you want it sooner, then community can create small team and make 80% of daily challenges system. Most of the work is not complicated, but time consuming (especially if only one person will work on it). when do we start lol Quote Link to post Share on other sites
GGWP 41 Posted April 5 Share Posted April 5 8 hours ago, OneManArmy said: one day... definitely not in the next update. Or if you want it sooner, then community can create small team and make 80% of daily challenges system. Most of the work is not complicated, but time consuming (especially if only one person will work on it). working on a list. Im gonna try to see if i can do a list of challenges based off of rank. Quote Link to post Share on other sites
GGWP 41 Posted April 5 Share Posted April 5 [Easy] ranks 0 -10 Get 15 kills in one game Play 10 games in one day Get 5 Headshots in one game Survive a gunfight with less than 10 health Get 5 headshots with the L96 (Throughout multiple games) Win 5 games in one day Login and play Skillwarz 5 day in a row Place Top 3 in gun game Kill an enemy with a single shot to the head (Throughout multiple games) Deal 1000 Damage in one game Get 20 kills with the AK-47 in one day Use the equipment box once in a single game Get 5 Kills while Aiming from the hip with a Deagle or L96 (Crosshair Disabled) Get 5 kills from 50+ meters Get shot by 3 different enemies and survive Get a 5 kill Streak Get the round winning kill kill an enemy with a grenade get a knife kill (TDM/DM/GG/EL) [Medium] ranks 11-25 Get 25 kills in one game Play 15 games in one day Get 10 headshots in one game Survive 2 gunfights with less than 10 health Get 15 headshots with the L96 (Throughout multiple games) Win 10 games in one day Login and play Skillwarz 10 days in a row Win A game of gun game Kill 5 enemies with a single Shot to the head Deal 2000 Damage in one game Get 50 Kills with the AK-47 Use the equipment box 5 times in a single game Get 10 Kills while aiming from the hip with a deagle or L96 (Crosshair Disabled) Get 10 kills from 50+ meters Get 5 kills while from the hip at 25+ meters with an L96 Get shot by 3 different enemies and survive With less than 25HP Get a 10 kill streak Fire a full pistol magazine into an enemy without missing Get a round winning kill with a single 25+ meter shot Kill two enemies with a single grenade get 5 knife kills (TDM/DM/GG/EL) [Hard] ranks 26-50+ Get 35 kills in one game Play 20 games Get 15 headshots in one game kill 3 enemies whilst having less than 10 health in one game Get 20 headshots with the L96 (Throughout multiple games) Win 15 games in one day Login and play Skillwarz 15 days in a row Win 5 games of gun game Kill 10 enemies with a single Shot to the head (Throughout multiple games) Deal 2000 Damage in one game Get 100 Kills with the AK-47 in one day Use the equipment box 5 times in a single game Get 10 Kills while aiming from the hip with a deagle or L96 (Crosshair Disabled) Get 15 kills from 50+ meters Get 10 kills while from the hip at 25+ meters with an L96 in one day Get shot by 3 different enemies and survive With less than 10HP Get a 15 kill streak Fire a full MG4 Mag into enemies without missing a single shot or dying Get a round winning kill with a single 50+ meter shot kill 3 enemies with a single grenade get 10 knife kills (TDM/DM/GG/EL) "One shot, one kill" an entire mag with a L96 with headshots only. Kill the entire enemy (4+ players) team under 30 seconds Win a game while holding more than half of your team's score 2 Quote Link to post Share on other sites
Adul200 10 Posted April 5 Share Posted April 5 31 minutes ago, GGWP said: [Easy] ranks 0 -10 Get 15 kills in one game Play 10 games in one day Get 5 Headshots in one game Survive a gunfight with less than 10 health Get 5 headshots with the L96 (Throughout multiple games) Win 5 games in one day Login and play Skillwarz 5 day in a row Place Top 3 in gun game Kill an enemy with a single shot to the head (Throughout multiple games) Deal 1000 Damage in one game Get 20 kills with the AK-47 in one day Use the equipment box once in a single game Get 5 Kills while Aiming from the hip with a Deagle or L96 (Crosshair Disabled) Get 5 kills from 50+ meters Get shot by 3 different enemies and survive Get a 5 kill Streak Get the round winning kill kill an enemy with a grenade get a knife kill (TDM/DM/GG/EL) [Medium] ranks 11-25 Get 25 kills in one game Play 15 games in one day Get 10 headshots in one game Survive 2 gunfights with less than 10 health Get 15 headshots with the L96 (Throughout multiple games) Win 10 games in one day Login and play Skillwarz 10 days in a row Win A game of gun game Kill 5 enemies with a single Shot to the head Deal 2000 Damage in one game Get 50 Kills with the AK-47 Use the equipment box 5 times in a single game Get 10 Kills while aiming from the hip with a deagle or L96 (Crosshair Disabled) Get 10 kills from 50+ meters Get 5 kills while from the hip at 25+ meters with an L96 Get shot by 3 different enemies and survive With less than 25HP Get a 10 kill streak Fire a full pistol magazine into an enemy without missing Get a round winning kill with a single 25+ meter shot Kill two enemies with a single grenade get 5 knife kills (TDM/DM/GG/EL) [Hard] ranks 26-50+ Get 35 kills in one game Play 20 games Get 15 headshots in one game kill 3 enemies whilst having less than 10 health in one game Get 20 headshots with the L96 (Throughout multiple games) Win 15 games in one day Login and play Skillwarz 15 days in a row Win 5 games of gun game Kill 10 enemies with a single Shot to the head (Throughout multiple games) Deal 2000 Damage in one game Get 100 Kills with the AK-47 in one day Use the equipment box 5 times in a single game Get 10 Kills while aiming from the hip with a deagle or L96 (Crosshair Disabled) Get 15 kills from 50+ meters Get 10 kills while from the hip at 25+ meters with an L96 in one day Get shot by 3 different enemies and survive With less than 10HP Get a 15 kill streak Fire a full MG4 Mag into enemies without missing a single shot or dying Get a round winning kill with a single 50+ meter shot kill 3 enemies with a single grenade get 10 knife kills (TDM/DM/GG/EL) "One shot, one kill" an entire mag with a L96 with headshots only. Kill the entire enemy (4+ players) team under 30 seconds Win a game while holding more than half of your team's score Damn man you really went for it Quote Link to post Share on other sites
impossybull 487 Posted April 5 Share Posted April 5 (edited) I don't really see a reason to separate challenges by rank. Also, are some of these even possible? "One shot, one kill" an entire mag with a L96 with headshots only. <- never done this Fire a full MG4 Mag into enemies without missing a single shot or dying <- yeah no kill 3 enemies with a single grenade <- happened maybe twice, with claymores Login and play Skillwarz 15 days in a row <- this isn't daily A lot of these are good ideas but I think most of them are better suited to be implemented as general challenges (total gun kills, total long range kills, etc.) than as daily challenges. For reference, most of my daily challenge ideas are based off of the Contracts in Black Ops 1. I'm also concerned with people just boosting when the challenges are very hard. Edited April 5 by impossybull 1 Quote Link to post Share on other sites
GGWP 41 Posted April 6 Share Posted April 6 8 hours ago, impossybull said: I don't really see a reason to separate challenges by rank. Also, are some of these even possible? "One shot, one kill" an entire mag with a L96 with headshots only. <- never done this Fire a full MG4 Mag into enemies without missing a single shot or dying <- yeah no kill 3 enemies with a single grenade <- happened maybe twice, with claymores Login and play Skillwarz 15 days in a row <- this isn't daily A lot of these are good ideas but I think most of them are better suited to be implemented as general challenges (total gun kills, total long range kills, etc.) than as daily challenges. For reference, most of my daily challenge ideas are based off of the Contracts in Black Ops 1. I'm also concerned with people just boosting when the challenges are very hard. oh yeah, some of them are definitely general challenges, ig i just forgot to catagorize them. theyre sorted by level though because for some people having challenges that stay the same and never change can get boring and for some if theyre too hard considering theyre level. OFC though some of them are damn near impossible and thats why theyre called challenges. some of these are literally ripped straight from cod though so theyre definitely no impossible, you just have to be insanely good which is why i had the near impossible ones on ranks 26-50. The near impossible ones would be a general challege unlocked one youve reached the hard ranks (which im now starting to think should be a bit higher than 26-50). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.