mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #383] [MERGED] Player Death and Level Up Sounds, Cutscene Support #8101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/383
Author: @Qweqker
Created: 3/5/2020
Status: ✅ Merged
Merged: 3/6/2020
Merged by: @dginovker
Base:
master← Head:local-LevelUpSounds+Cinematics📝 Commits (6)
583c9f8Added Player death Sounde96d7f7Added command to play "quicksongs"da762aaadjusted chat message to properly name the command54a45b5Added Camera functionality for cutscenes72221adAdded some commands to test the cutscene/camera features that were added in PlayerAssistant.javace7e699Merge branch 'master' into local-LevelUpSounds+Cinematics📊 Changes
3 files changed (+117 additions, -1 deletions)
View changed files
📝
2006Redone Server/src/main/java/com/rebotted/game/content/music/sound/SoundList.java(+49 -1)📝
2006Redone Server/src/main/java/com/rebotted/game/players/PlayerAssistant.java(+47 -0)📝
2006Redone Server/src/main/java/com/rebotted/net/packets/impl/Commands.java(+21 -0)📄 Description
I was going to write more, but I'm tired and it probably does not need too much explaining anyway. No idea if these have already been implemented.
Sounds:
::quicksongcommand.Cutscene support:
::camerashake,::cameracutscene, and::cameraresetSpecial thanks to here for pointing me in the right direction for level up music. I took the camera/cutscene stuff from here
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.