DapperMickie / odablock-sounds

Have Odablock personally announce your achievements!
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Phoenix neck trigger = GIMmE OnE MORE SHANCE #68

Open Skeezolive opened 2 months ago

DapperMickie commented 2 months ago

@Skeezolive Can you give me soundbites (either kick clip or (preferably) a sound file) of this and the other suggestions you've made?

DapperMickie commented 2 months ago

(for myself)

if (event.getType() == ChatMessageType.GAMEMESSAGE && event.getType() != ChatMessageType.SPAM) {
            String message = Text.standardize(event.getMessageNode().getValue());
            if (message.contains("your phoenix necklace heals you, but is destroyed in the process.")) {
                client.playSoundEffect(3924, this.config.volume());
            }
        }
Skeezolive commented 2 months ago

https://kick.com/odablock?clip=clip_01J6CTXT5CZ9SAMZK65WKFRJKS

On Wed, Aug 28, 2024 at 11:33 AM DapperMickie @.***> wrote:

(for myself)

if (event.getType() == ChatMessageType.GAMEMESSAGE && event.getType() != ChatMessageType.SPAM) { String message = Text.standardize(event.getMessageNode().getValue()); if (message.contains("your phoenix necklace heals you, but is destroyed in the process.")) { client.playSoundEffect(3924, this.config.volume()); } }

— Reply to this email directly, view it on GitHub https://github.com/DapperMickie/odablock-sounds/issues/68#issuecomment-2315686030, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKVMFMWLOINB3HEFLXJW5CLZTXUULAVCNFSM6AAAAABM3AAB56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVGY4DMMBTGA . You are receiving this because you were mentioned.Message ID: @.***>