Merge pull request #882 from Azaezel/alpha401/playerbotpunt

prototyping:playerbot look fix
This commit is contained in:
Brian Roberts 2022-09-04 16:07:39 -05:00 committed by GitHub
commit f2e0b27eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 205 additions and 211 deletions

File diff suppressed because one or more lines are too long

View file

@ -18,8 +18,7 @@ function Playerbotdae::onLoad(%this)
%this.addSequence("ambient", "Back", "51", "70", "1", "0");
%this.addSequence("ambient", "Side", "71", "90", "1", "0");
%this.addSequence("ambient", "Crouch_Root", "91", "120", "1", "0");
%this.addSequence("ambient", "Look", "121", "122", "1", "0");
%this.addSequence("ambient", "Look", "121", "127", "1", "0");
%this.setSequenceBlend("Look", "1", "ambient", "0");
%this.setSequenceCyclic("Look", "0");
%this.setSequenceBlend("Look", "0", "", "0");
%this.setSequenceBlend("Look", "1", "ambient", "121");
}