Wpgn Posted April 9, 2019 Share Posted April 9, 2019 So I been working on porting some mounts from other expansions into my wotlk server I got them all working in game but I have a couple of questions and sorry for any bad spelling I have dyslexia so bare with me lol so the first thing is after adding the golden king I can not seam to work out how to add the saddle to the mount all the data seams correct but yet it still will not show in game as screen shot below shows, 37169,3720,0,0,1.0,255,"ALLIANCELION","","ALLIANCELIONARMOR","AllianceLionBanner",-1,0,0,0,0x0,0, now other part is I am trying to add the correct audio files for the mounts I have already moved the audio into my patched MPQ and I been told to check CreatureSoundData.dbc, but problem is I have no way of knowing what codes are what for the mount is there anyway of finding out this information? cheers Link to comment Share on other sites More sharing options...
wungasaurus Posted April 10, 2019 Share Posted April 10, 2019 You want to look at the M2‘s „events“ block: https://wowdev.wiki/M2#Events Likely there is a $SND that plays on the MountSpecial track which directly has the ID as data. There might also be a different event that triggers the sound, without data set, meaning it is referenced via CreatureSoundData, which is referenced by CreatureDisplayInfo. Link to comment Share on other sites More sharing options...
highlord Posted April 16, 2019 Share Posted April 16, 2019 On 4/10/2019 at 7:32 AM, wungasaurus said: You want to look at the M2‘s „events“ block: https://wowdev.wiki/M2#Events Likely there is a $SND that plays on the MountSpecial track which directly has the ID as data. There might also be a different event that triggers the sound, without data set, meaning it is referenced via CreatureSoundData, which is referenced by CreatureDisplayInfo. $SND event doesn't working for mounts. @Wpgn Use WDBX editor, it helps you in DBC editing. https://github.com/WowDevTools/WDBXEditor Link to comment Share on other sites More sharing options...
Adding mount sounds and other items
By Wpgnin Retro-Porting
Recommended Posts