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

[bug] Task SitStand infinity looping #3346

Open
alisonrag opened this issue Feb 10, 2021 · 0 comments
Open

[bug] Task SitStand infinity looping #3346

alisonrag opened this issue Feb 10, 2021 · 0 comments
Labels
bug need info We are waiting for additional information from the author

Comments

@alisonrag
Copy link
Contributor

alisonrag commented Feb 10, 2021

  • Openkore version git:
    5e8e300
  • Server:
    All
  • Bug Report:
    Task SitStand lost char reference
  • Summary:
    Sometimes the Task SitStand lost the char reference and don't know if char is sitting/stand and enter in a infinity loop
    screenshot:
    image
    unknown

this was fixed in SitStand.pm changing from:

unless ($self->{mode} eq 'sit' xor $self->{actor}{sitting}) {

to:

unless ($self->{mode} eq 'sit' xor $char->{sitting}) {

my guess is, this task receive a copy of $char var and not a $char reference

@alisonrag alisonrag changed the title Task SitStand infinity looping [bug] Task SitStand infinity looping Feb 7, 2023
@alisonrag alisonrag added bug need info We are waiting for additional information from the author labels Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug need info We are waiting for additional information from the author
Projects
None yet
Development

No branches or pull requests

1 participant