- The Call of War Day 2
- The Call of War Day 3
- The Call of War Day 4
- The Howl of Noxus Day 1
- The Origin of the Darkin
- First win of the Day
RIOT, those are the quests you owe me a completion for. After running into toxic and uncooperative players for 2 games I finally got a team that worked together on game 3. To have to go through three games to finally get some completion only to not be given the completion credit is just disrespectful to the players, especially when they are on a time limit. Turn the quest timers off and have the event continue longer until you fix the quest system, otherwise it becomes impossible to complete quests. At that point why even run the event if the main systems for rewards and progression during the event aren't even working.
Yep, i know you are having some problems with your quests giving proper credit towards quests and I am aware your working on it... and I don't care. I don't have time to complete one of these quests now and I don't like my hard work being rewarded with a middle finger.
I am a programmer: the only reason NO QUESTS were given an award for is either you made some changes to the quest system (and broke it) or some other change is getting in the way (like the event code is being run before or after something in the code that is preventing data to get through). It doesn't just change out of the blue, it is a matter of cause and effect.
I would think it had something to do with the new quests, however, that doesn't explain why First Win of the Day isn't keeping track. Perhaps the game isn't sending the proper data to the client (if Player minion kills >= 80k; Quest Complete = true; something like that). Or perhaps the code that acknowledges the quest has been completed is after the code that gives the rewards, thus it would never give rewards because it wouldn't know the quests were completed in time, and than the information gets thrown out because you never keep redundant code on a system.
That's my suggestion, I don't know if it's correct because I don't know your systems. Maybe it helps though, either way, fix your systems.