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

Trying to make use of Minecart system at Grand Exchange without it being unlocked. #218

Open
scriptoboy opened this issue Oct 10, 2023 · 3 comments

Comments

@scriptoboy
Copy link

I have had two different instances where Daxwalker would attempt to use the Minecart system at the Grand Exchange without having unlocked the system. It will loop, constantly trying to use the Minecart entrance, while the chat interface prompts an error. See the images below.

minecart1
minecart2

@FALSkills
Copy link
Collaborator

Do you have script logs including the api request so that I can review it? The requirements are properly configured on the server, as far as I can tell.

@FALSkills
Copy link
Collaborator

I suppose there is a chance that the user could have started The Giant Dwarf without actually taking the boat, but I'm not positive. Regardless, there's a varbit that can be used to determine if Keldagrim is unlocked. The varbit will need to get added client-side, and this will break the path for all other users until that varbit gets added. This is a common route for Blast Furnace, so I don't want to break it for all users. For that reason, I will add the varbit to the client-side but hold off on patching it server-side for the time being. I would suggest to the user that they finish the first step of Giant Dwarf if they don't want to encounter this issue in the meantime.

@scriptoboy
Copy link
Author

Unfortunately, I do not have script logs at this time. I believe this issue to be an edge case indeed, like you mentioned. Finishing the first step of Giant Dwarf indeed fixed the issue for now. Thanks for responding!

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