I have an effect that I want to add to a unit when I pic k up an item. This ability is merely an effect. It's similar to regeneration but it just looks different.
Unfortunatly the sound still resides when the ability is bestowed upon a hero.
How to remove!? There is no sound file attached to the ability or anything in object editor.
You'll have to edit the model then. Convert it in mdl and open it with notepad. Then search for "eventobjects" and search for one that contain the code "SND". That is a command that tell the game engine to play x sound on x moment. Select and delete the entire eventobject; now, the model probably have more eventobjects and other things that require an "OBJECT ID" to run. By now you have a gap in their order. Renumber manually all the object ids after the deleted eventobject and convert back to mdx. Done.