I have a PR here which trains hallowiener encounters.
So you can tell if you've already gotten the volcoino this ascension, or the beachbucks, or the NC in the bat cave. Etc.
Now, because I'm "very smart". I made this PR even though I do not have a Haunted Doghouse.
Because I can't generate the html required, I can't actually make the tests needed.
So this is how you can help!
The PR needs html for certain hallowiener encounters, you can see what is still remaining (As checkboxes) here.
To grab the html, you'll want to turn on debug logging before you hit the NC. This means in the debug log, it'll save web requests.

Don't forget to turn it off when you're done, it can create large files if left unattended.
Inside the file generated (Called DEBUG_<timestamp>.txt) you will see a bunch of html stuff and other odds and ends.
You can either extract the needed html yourself, or perhaps shoot the file over to me and I'll pull it out. (Don't forget to tell me what NC(s) it was)
Extracting yourself is simpleish in regards to html, raw html is generally saved as a single line. You're looking for the line that contains the encounter (Such as looking for the hallowiener encounter name) and copying the entire (long) line. Some of the NCs (Notably friars) do share the same encounter name. So make sure you didn't copy duplicates. In that specific case I'm more looking at the "Adventure again". Editing your html to fit into what I expect is not what I'm looking for.
As for providing that text, you should upload it as separate text files as a reply, or in private message, or in the PR itself if you like. Or use a paste service such as gist or pastebin or any other paste site. Posting it unformatted here will likely have the forums apply bb code formatting to it, which could 'corrupt' said text.
So you can tell if you've already gotten the volcoino this ascension, or the beachbucks, or the NC in the bat cave. Etc.
Now, because I'm "very smart". I made this PR even though I do not have a Haunted Doghouse.
Because I can't generate the html required, I can't actually make the tests needed.
So this is how you can help!
The PR needs html for certain hallowiener encounters, you can see what is still remaining (As checkboxes) here.
To grab the html, you'll want to turn on debug logging before you hit the NC. This means in the debug log, it'll save web requests.

Don't forget to turn it off when you're done, it can create large files if left unattended.
Inside the file generated (Called DEBUG_<timestamp>.txt) you will see a bunch of html stuff and other odds and ends.
You can either extract the needed html yourself, or perhaps shoot the file over to me and I'll pull it out. (Don't forget to tell me what NC(s) it was)
Extracting yourself is simpleish in regards to html, raw html is generally saved as a single line. You're looking for the line that contains the encounter (Such as looking for the hallowiener encounter name) and copying the entire (long) line. Some of the NCs (Notably friars) do share the same encounter name. So make sure you didn't copy duplicates. In that specific case I'm more looking at the "Adventure again". Editing your html to fit into what I expect is not what I'm looking for.
As for providing that text, you should upload it as separate text files as a reply, or in private message, or in the PR itself if you like. Or use a paste service such as gist or pastebin or any other paste site. Posting it unformatted here will likely have the forums apply bb code formatting to it, which could 'corrupt' said text.
Last edited by a moderator: