Solved How do any sounds on event??

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

HyunGil

Member
Oct 31, 2019
11
0
0
26
I need any sounds on event, can i do it??
ex) on open chest, player can hear Level Up sound.
 
try
Code:
play sound "LEVEL_UP" to loop-player with volume 100 and pitch 1
or
Code:
play "WOOD_CLICK" to player
u need
skRayFall
or
Skellett


Thank u for ur answer :emoji_slight_smile:
I added skRayFall and Skellett, but skript reported error "Can't understand this condition/effect: play "LEVEL_UP" to player with volume 100 and pitch 1"
and, i goes do "play sound ... " also, but cant work, can you help this??
 
Thank u for ur answer :emoji_slight_smile:
I added skRayFall and Skellett, but skript reported error "Can't understand this condition/effect: play "LEVEL_UP" to player with volume 100 and pitch 1"
and, i goes do "play sound ... " also, but cant work, can you help this??
hmm try with Addon SkQuery or WildSkript
 
Code:
on right-click on chest:
    play raw sound "ENTITY_PLAYER_LEVELUP" at player with pitch 1 volume 10
 
Last edited:
You literally gave ZERO information on EVERYTHING. Skript for 1.8 and 1.9+ is like comparing the US and Germany
 
Code:
on right-click on chest:
    play raw sound "ENTITY_PLAYER_LEVELUP" at player with pitch 1 volume 10
thank you for your answer, i will try this
[doublepost=1572886685,1572886646][/doublepost]
You literally gave ZERO information on EVERYTHING. Skript for 1.8 and 1.9+ is like comparing the US and Germany
thank you for you answer, Sorry. my server run by paper 1.12.2 / Skript 2.4 :emoji_frowning:
[doublepost=1572888057][/doublepost]
Code:
on right-click on chest:
    play raw sound "ENTITY_PLAYER_LEVELUP" at player with pitch 1 volume 10


Thanks!! Its perfectly work!
 
Status
Not open for further replies.