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

Auto gossip permamently enabled on gryphons. #7

Open
Matthias1410 opened this issue Aug 23, 2024 · 2 comments
Open

Auto gossip permamently enabled on gryphons. #7

Matthias1410 opened this issue Aug 23, 2024 · 2 comments

Comments

@Matthias1410
Copy link

Auto gossips seems impossible to be fully disabled, and it always activates on the Twow custom Gryphons (the ones in guildbases for example).

@Matthias1410 Matthias1410 changed the title Auto gossip perme enabled on gryphons. Auto gossip permamently enabled on gryphons. Aug 23, 2024
@Matthias1410
Copy link
Author

Solved the issue. It also automatically passed stuff like Silithus stones, and probably multiple others which can be dangerous (especially for HC players, if you pop wind stone too early, when you dont want it).

In line 666 there is "or GossipOptions[i] == "gossip" or", that doesnt check "processgossip" value, it means even when "processgossip" is nil, it still gets passed.

image

The solution is to just change it to "or GossipOptions[i] == "gossip" and processgossip or"

Its stops gossips to be skipped when we dont want them to. (when the option is disabled, and we use dont shift click)

@Matthias1410
Copy link
Author

Matthias1410 commented Aug 24, 2024

Same "and" needs also be added after first "or" in the same line, otherwise it will auto skip trainer dialogue, regardless of setting while under lvl 10.
image

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

1 participant