Because of Swiss doesnt wish to get any sound for RGB but 5-6 sockets (holy shit plays when they r dropped

)..
If u wish to hear RGB sound then change the related part as below:
if rarity == 0:
print Style.BRIGHT + Fore.RED + "R" + Style.BRIGHT + Fore.GREEN + "G" + Style.BRIGHT + Fore.BLUE + "B" + Style.BRIGHT + Fore.WHITE + str.format(': {0}, rarity: {1}, itemlevel: {2}',itemName,rarity,itemlevel)
sertel = PlaySoundRGB()
sertel.start()
if rarity == 1:
print Style.BRIGHT + Fore.RED + "R" + Style.BRIGHT + Fore.GREEN + "G" + Style.BRIGHT + Fore.BLUE + "B" + Style.BRIGHT + Fore.BLUE + str.format(': {0}, rarity: {1}, itemlevel: {2}',itemName,rarity,itemlevel)
sertel = PlaySoundRGB()
sertel.start()
if rarity == 2:
print Style.BRIGHT + Fore.RED + "R" + Style.BRIGHT + Fore.GREEN + "G" + Style.BRIGHT + Fore.BLUE + "B" + Style.BRIGHT + Fore.YELLOW + str.format(': {0}, rarity: {1}, itemlevel: {2}',itemName,rarity,itemlevel)
sertel = PlaySoundRGB()
sertel.start()
rare_alerted = True
and add :
class PlaySoundRGB(threading.Thread):
def run(self):
winsound.PlaySound(r'sounds\RGB.wav', winsound.SND_FILENAME)
at the beginning of the program among the other sound lines..
Note: U should have an RGB.wav or u can use holyshit.wav but then change all PlaySoundRGBs with PlaySoundholy..
enjoy..