-
Notifications
You must be signed in to change notification settings - Fork 626
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
[Cleanup] Shift-proof "B" Zones #5736
Conversation
SEWER_SYRUP = GetFirstID('Sewer_Syrup'), | ||
ARIOCH = GetFirstID('Arioch'), | ||
DREXERION_THE_CONDEMNED = GetFirstID('Drexerion_the_Condemned'), | ||
PHANDURON_THE_CONDEMNED = GetFirstID('Phanduron_the_Condemned'), | ||
BLOODSUCKER = 17461478, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would something like GetTableOfIDs('Bloodsucker')[X],
be better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah thank you, I meant to put it as a question completely skipped my mind. I wasn’t sure if we wanted a tableid[] or not because there are 15 bloodsuckers I think (on phone cant look).I was brainstorming to see if I could come up with something else that made more sense but I think thats the best idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to [42]. I wish we had an easier way of doing this, it just looks/feels really odd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice if we had something like GetFirstNMId() but I don't think there's any way to differentiate the records at the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, its just one dumb list (well, two dumb lists that should be one, but that's a story for another day between NPCs and Mobs)
CI is definitely not liking something here with the changes, not sure what's going on from the logs yet, but there's definitely an issue vs other branches |
I can't seem to narrow is down |
Will take a look |
Running locally it's fine. hmm... |
I've asked frank to add a commit to allow the workflow to print the exception I suspect it is throwing in Python: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9e37fdf6fe..f2a39fce2e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -509,6 +509,7 @@ jobs:
hxi_client.logout()
exit(0)
except Exception as e:
+ print(e)
exit(-1)
EOF
hxi_result=$? |
Well of course it worked now, thanks github |
8079ee8
to
2333c0d
Compare
de2027e
to
cf18387
Compare
I affirm:
What does this pull request do?
Shift proof
Bubu Pennisula
Bostaunieux Oubliette
Bhaflau Thickets
Behemoths Dominion
Beaucedine Glacier & [S]
Bearclaw
Beadeaux [S]
Beadeaux
Batallia Downs [S]
Batallia Downs
Bastok mines
Bastok Markets [S]
Steps to test these changes
Lotto NMs/start server see no lookup errors