Skip to content

Is there intentions parsing the Legendary Dungeon #134

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

Open
alexb231 opened this issue Jan 8, 2025 · 5 comments
Open

Is there intentions parsing the Legendary Dungeon #134

alexb231 opened this issue Jan 8, 2025 · 5 comments

Comments

@alexb231
Copy link
Contributor

alexb231 commented Jan 8, 2025

The Legendary Dungeon is a special event that occurs four times a year and remains active for only 11 days. Participating can be quite challenging, particularly when managing multiple characters, and even playing with a single character often feels demanding. If you're interested, I’d be happy to assist you with it, especially given how heavily time-gated the event is.

@the-marenga
Copy link
Owner

Sure, I would be happy to receive PRs for that! I am currently busy with other stuff for the next few weeks, so I doubt I would be able to add that myself

@alexb231
Copy link
Contributor Author

alexb231 commented Mar 28, 2025

just started difficult to make sense of things ill keep editing it if i find stuff that makes sense
ill make a second comment updating my parsing assumptions

@alexb231
Copy link
Contributor Author

parsing assumptions:

iadungeonsave
0 998386960
1 2
2 1090848900 // current hp
3 1090848900 // total hp ?
4 1090848900 // total hp ?
5 0
6 0
7 0
8 0
9 0
10 0
11 0
12 0
13 0
14 0
15 1 // enemy type or encounter this floor ?
16 0
17 3 // floor
18 100
19 1
20 1001
21 0
22 0 // reward type?
23 0 // silver received this round
24 0
25 0
26 0
27 0
28 0
29 0
30 0
31 0
32 0
33 0
34 0
35 0
36 0
37 0
38 0
39 0
40 0
41 0
42 0
43 0
44 0
45 0
46 0
47 0
48 0
49 0
50

iadungeonstats:
0 0
1 0
2 0 // current keys
3 0 // silver this run
4 1 // entrances ?

iadungeonstatstotal:
0 0
1 0
2 0
3 0
4 0
5 0

iadungeonsoulstones:
0 0
1 0
2 0
3 0
4 0
5 0
6 0
7 0
8 0
9 0
10 0
11 0
12 0
13 0
14 0
15 0
16 0
17 0
18 0
19 0
20 0
21 0
22 0
23 0
24 0
25 0
26 0
27 0
28 0
29 0
30 0
31 0
32 0
33 0
34 0
35 0

iamap:
0 25
1 -5340
2 1
3 -315
4 25
5 -5341
6 1
7 -315
8 25
9 -5342
10 1
11 -315
12 25
13 -5343
14 1
15 -315

iadungeon20cost:
0 10 // shroom cost ?

@the-marenga
Copy link
Owner

I have not looked at the new stuff at all yet and I probably won't have time either, so big thanks for checking this out.

Just as a first intuition, a large string of 0s (12 to be exact) typically means an item should be there, but is not currently, so my guess would be iadungeonsave has two items at the end. No idea if that even makes sense in the context here, but if any values appear there and you don't know any better, you might want to try and parse it as such

@alexb231
Copy link
Contributor Author

I have not looked at the new stuff at all yet and I probably won't have time either, so big thanks for checking this out.

Just as a first intuition, a large string of 0s (12 to be exact) typically means an item should be there, but is not currently, so my guess would be iadungeonsave has two items at the end. No idea if that even makes sense in the context here, but if any values appear there and you don't know any better, you might want to try and parse it as such

It might make sense the last boss gives you an epic, and right afterwards you open the chest for the legendary item i can imagine this being a single response of you defeating the last boss

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

No branches or pull requests

2 participants