OpenKore / openkore

A free/open source client and automation tool for Ragnarok Online
http://openkore.com
Other
1.28k stars 1.04k forks source link

bug of not showing player dead or sitting #3771

Open hubertyang88 opened 1 year ago

hubertyang88 commented 1 year ago

------------------ Openkore Issues Template ------------------

hubertyang88 commented 1 year ago

bug is , in Receive.pm

sub actor_display {
.....
        if ($args->{act} == 1) {
            $actor->{dead} = 1;
        } elsif ($args->{act} == 2) {
            $actor->{sitting} = 1;
        }
.....
}

change state in 09ff to act , when double click player in Wx , dead or sitting showed