Results: 2Comments by: yulemath
File: Ravenous Mounts10-20-21
Hi ! If you are interrested by fren...
Posted By: yulemath
Hi ! If you are interrested by french translation, i can maybe help you. Let me know !
File: WowLua09-21-17
PlaySound Problem
Posted By: yulemath
Need to update for PlaySound Hi ! You have to replace the line 251 in wowlua.lua PlaySound("igMainMenuOpen") by PlaySound(SOUNDKIT.IG_MAINMENU_OPEN) For the Hide Sound, replace line 681 in wowlua.xml PlaySound(igMainMenuQuit); by PlaySound(SOUNDKIT.IG_MAINMENU_QUIT); ;)