-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add ToB Death Sound Plugin #7887
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
base: master
Are you sure you want to change the base?
Conversation
Casual plugin that makes a custom sound whenever the player or a teammate dies within Theatre of Blood. Currently the plugin only has 3 custom sounds, one being an inside joke amongst friends. I'm very new to coding so if there's a lot of mistakes, I apologize!!!!
Adds a plugin that plays a custom sound when a nearby player dies during the Theatre of Blood raid. - Works only inside ToB (region ID check) - Includes volume slider, enable/disable toggle, and sound selector - Sounds included: sitstella.wav, zerk.wav, sports.wav Author: Nic
Changed file names to be read by CI, apologies for the redundancy
Updated again to previous file extensions with decapitalization
New commit in my own Repo
CI and syntax fixes
Hopefully I did this right, got a really bad case of covid right now so feeling a little foggy so apologies in advance for any bulk of mistakes
Please avoid closing/recreating PRs; simply keep pushing to a single PR. Also your submission does not adhere to the described format in https://github.com/runelite/plugin-hub?tab=readme-ov-file#submitting-a-plugin as was pointed out in #7877 (comment) |
Format fix
New plugin |
Format fix AGAIN
Your repo structure is also invalid; I'd recommend emulating https://github.com/runelite/example-plugin/ |
Updated hash
Display Name Fix
Removed Override
Added LICENSE
Internal use only: Reviewer details Maintainer details |
Fixed System.err
Use AudioPlayer instead of managing clips yourself |
Using AudioPlayer rather than Clip
Added 'runelite-client' in dependencies
reversed dependencies change
Adds the ToB Death Sound plugin: plays a sound when a player dies in Theatre of Blood.
I'm very new to this process and open to any feedback.
Plugin repo: https://github.com/nicellenburg/tobdeathsound