-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deleteGJAccComment20.php #58
base: master
Are you sure you want to change the base?
Conversation
I also changed a couple other small things |
the long string wasn't properly fully visible on the website
now adding 2.207 stuff |
If you wanna know, the event level response is not the same as the weekly and daily one: >>> req = req.post(...) # get event level
>>> req.text
200001|10|VSIAccw1AW2EPDgAKBwINCwoCDwoLAB4BCR0OHgQVAAseBA==|956d9d1de892597b92a988570c20002dc0e8831e |
Also, the binary version is |
For whatever reason on getGJSecretRewards.php if I omit the udid parameter then valid codes always return -1 (I only tested with wellmet and thickofit but it's probably true for the rest of the known codes) On the topic of getGJSecretRewards.php, backondash is now a valid code and will grant an icon, and icon rewards are also completely undocumented |
About getting icons as rewards: This is server response for "thickofit": dbycz:696969:18:1:7,1 As we can see, on thickofit, which grants 1 orb, bussin, which grants 69 orbs, and touchgrass, which grants one Earth shard, there are five colon-separated values (7 if you include the commas, which I do.)
However, this is server response for "backondash": L4DRv:696969:6:2:1001,409 Here we can see, that Unknown is now 2 instead of 1. And the Reward ID is 6. Now for the reward field, there is "1001,409". Too lazy to check what this means for now, but it's probably the icon reward. |
I did some research, the |
For some reason I also needed to change the amount of golden keys the wraith reward gave me for gd to actually register a change in the amount of golden keys I had |
The page for deleteGJAccComment20.php was inaccurate and missed the targetAccountID as a required parameter.