Skip to content
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

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

Conversation

A-Zalt
Copy link

@A-Zalt A-Zalt commented Oct 3, 2024

The page for deleteGJAccComment20.php was inaccurate and missed the targetAccountID as a required parameter.

@A-Zalt
Copy link
Author

A-Zalt commented Oct 3, 2024

I also changed a couple other small things

@A-Zalt
Copy link
Author

A-Zalt commented Nov 9, 2024

now adding 2.207 stuff

@Geming400 Geming400 mentioned this pull request Nov 9, 2024
@Geming400
Copy link

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

@Geming400
Copy link

Also, the binary version is 44, not 43

@npxl32
Copy link

npxl32 commented Nov 11, 2024

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

@npxl32
Copy link

npxl32 commented Nov 11, 2024

About getting icons as rewards:

This is server response for "thickofit": dbycz:696969:18:1:7,1
This is server response for "bussin": IXfrK:696969:17:1:7,69
This is server response for "touchgrass": HKjcW:690626:19:1:10,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.)

            | thickofit    | bussin    | touchgrass
            | ------------ | --------- | ----------
Unknown     | 1            | 1         | 1
Reward Type | Orb          | Orb       | Earth Shard
Amount      | 1            | 69        | 1

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.

@Geming400
Copy link

I did some research, the golden key key is 43 in GS_value. However gd overwrite my changes to this key but i'm SURE that key 43 is for golden keys, so gd seems to overwrite it
Strange

@Geming400
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants