WWE Champions General - Despite his claims, DSP is still spending thousands of dollars on the WWE Champions mobile game

  • 🏰 The Fediverse is up. If you know, you know.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
This is why you should not use the phone if you don't know how to use it; there's a section dedicated to tell you when it was last updated:
updated.png


So you cannot know from the website if he lost his log-in streak or not, until it updates.
 
Apparently he hasn't logged into his account recently?
I looked at other accounts on the game site, and they all said last played ~one week ago:
SomeWhale.png

So this is just Scopely incompetence, not Phil trying to get clean or cover his tracks.
This is why you should not use the phone if you don't know how to use it; there's a section dedicated to tell you when it was last updated:
View attachment 6278209

So you cannot know from the website if he lost his log-in streak or not, until it updates.

On top of that, the # of consecutive logins is in the 2000s:
DownFromTheRafters.png
That makes no sense unless the system just stopped updating, if he really went offline for a week this would be 0 by definition.

Before anyone asks why the first photo says eight days ago while the photo of Phil's account says seven, I took the photo of Phil's account yesterday.
 
Last edited:
That makes no sense unless the system just stopped updating, if he really went offline for a week this would be 0 by definition.
I believe what the portal does is feed JSON data to those sections, and the JSON itself is accessible to everyone, so one can look into what is taken from where:

The "last_activity_date" would be for when he was last active (obviously), and the "snapshot_date" for when the website updated his stats, (some posters/images in there are constantly updating their expiration date, but they're not relevant).

dates_web.png



However for the consecutive logins, the key is actually called "most_consecutive_login_days"; if we take this name for what it suggests itself to be, we could assume that even if he misses his log-in streak, this value would not change (because it says "most", but that's just how Scopely's people decided to name the key), and would just simply not update until it's surpassed.

I'm unsure of this right now, but it's just worth noting since you mentioned that.

most_cons.png
 
I know I can't be the only one that honestly thinks that people in the WWE know about Phil. Hell, even Scopley will block detractors if you shitpost too much about their whale on Twitter. Hell, them and the WWE Champions official Reddit has a rule of "No DSP Shitposting." Everyone that's into that gacha game knows about Phil and the amount of money he's dropped. Well, least Phil is number 2 on something and not 4th place on a list.
 

Attachments

  • Alwaysthebridesmaid.JPG
    Alwaysthebridesmaid.JPG
    32.5 KB · Views: 34
I know I can't be the only one that honestly thinks that people in the WWE know about Phil. Hell, even Scopley will block detractors if you shitpost too much about their whale on Twitter. Hell, them and the WWE Champions official Reddit has a rule of "No DSP Shitposting." Everyone that's into that gacha game knows about Phil and the amount of money he's dropped. Well, least Phil is number 2 on something and not 4th place on a list.
Yeah, nobody wants to deal with idiots flooding their Twitter or subreddit with dumb memes about some Z list streamer who's only known for jerking off on stream in front of a camera or being insulted because some retard plays the same game as them. Those rules aren't set up because of Phil, but because of the people who hate him.
 
I know I can't be the only one that honestly thinks that people in the WWE know about Phil. Hell, even Scopley will block detractors if you shitpost too much about their whale on Twitter. Hell, them and the WWE Champions official Reddit has a rule of "No DSP Shitposting." Everyone that's into that gacha game knows about Phil and the amount of money he's dropped. Well, least Phil is number 2 on something and not 4th place on a list.
Wrestling is a business entirely based on scamming people. Phil is just another mark.
 
The site is getting new data again. Our boy DownFromTheRafters keep playing,

1723822959922.png

 
Inspired by @We Are The Witches post that the site WWE Champions have data from a public API, I created a routine that collects new data daily based on the "SnapshotDate" field since yesterday. Between 2024-08-15 and 2024-08-16, our boy DownFromTheRafters played 44 games and won them all. He also upgraded some new "SuperStars," and the strongest ones have changed as well.

There is a field with the total of his rooster (That do not change since yesterday). I think we will be able to track successful pulls too.

There's also an "events" API that I'm collecting data from. I checked Archive.org and found archived data from 5 days between 2020 and 2022, which I'll be collecting too. If anyone has any advice or knows ways to collect older data, I’d appreciate it. I plan to create a website to display this data and generate graphs as well.

Field2024-08-152024-08-16Difference
DaysSinceInstall27442745+1
MostConsecutiveLoginDays23892390+1
LastActivityDate2024-08-15T00:00:00.000+00:002024-08-16T00:00:00.000+00:00Updated
AllTimeBattles1894218986+44
AllTimeWins1872618770+44
AllTimeWinRate0.98859679698944090.9886232018470764Increased
AllTimeFactionMissions1422814232+4
SecondStrongestSsBret Hart "Best There Ever Will Be"Jade Cargill "The Storm is Coming"Changed
ThirdStrongestSsNaomi "Return of the Glow"Cody Rhodes "The Story Continues"Changed
FourthStrongestSsMuhammad Ali "The Greatest"Steve Austin "Bionic Redneck"Changed
FifthStrongestSsThe Rock "Final Boss"Sami Zayn "The Underdog from the Underworld"Changed
TotalRosterTalent1338407613398856+14780
DaysInFaction5556+1
 
If anyone has any advice or knows ways to collect older data, I’d appreciate it. I plan to create a website to display this data and generate graphs as well.
If you've decided to make a website for it, I can give you all the data I obtained.


Just so you know (I think that's how it works), they still have not added the 6 star counter, so if you want to know the true total roster size, you need to add by superstar class, or gender.

rostersize.png
6star.png


There are 2 batches of data, one was acquired by @Kosher Dill a long time ago, 85 files, and they seem to go from (2020-12-26 to 2021-03-20).

The other one is what I got, 595 files, they go from (2022-11-15 to 2024-08-17) semi consistently, maybe some days are missing.

However you know that the website does not update every day, so the JSON filenames only mean when was the file downloaded, not when DownFromTheRafters' stats were updated.

(Extract the files in a new folder you create)
 

Attachments

Back
Top Bottom