Oh, I reread what you were doing and I saw this line:
QUOTE
I need those to make some magic skills.
I should've seen it before, but I think I have the answer for you now that I know what you're doing.
Most "hit" graphics and scripts, like feedback and maelstrom hit, are compatible with the "decaying corpses" that units leave behind when they die. They're not really corpses, but I don't know what else to call them. This gives you a wide range of units to choose. There's the Marine, Ghost, Medic, Zergling, Hydralisk, Ultralisk and Dragoon off the top of my head.
Without getting into major technical detail (I would like to, but I don't have the time now) you need to change the entries of each of these in sprites.dat to contain the same values as feedback or maelstrom would have. How would you go about this?
Well, like I said in another post, mappers shouldn't spend another five years rediscovering everything modders have already discovered over the past five years, we should share knowledge. And so, I'm going to give you the answer straight out, and if it's not explained well enough I'll keep explaining all the way down to the step-by-step level. I think you should consider yourself lucky, because there are not many people in the world who could tell you how to do this, and in the past I have never been willing to describe advanced modding techniques to a beginner modder to such an extent. So this is unusual for me. Here goes:
1. You need to get the sprites.dat IDs for feedback hit and maelstrom hit. They might have already been discovered and named if you look at those lists they have available in all of the modding programs, MemCalc and uBeR@TiOn. If they're not there, we'll have to try something else, modders cannot directly reverse engineer the sprites.dat IDs for spell "hit" graphics without doing a bit of searching.
2. Now you need to find all of the sprites.dat IDs for the unit corpses. These can be directly reverse engineered by an iscript modder, barely any searching is involved. If no one else wants to get you these IDs I'll find them for you if you give me a list of units you want to use.
3. Finally, you need to create the triggers that will make the unit corpse sprite data be the same as the spell "hit" sprite data. You know all the sprites.dat IDs you need to copy from and all the sprites.dat IDs you need to copy to, and I'm sure creating the triggers to set/add/subtract the data to the right values will be easy for you. Getting the data you want to set to the unit corpse sprites might be new to you. The way this would be done is through Arsenal Zero, which will be able to give you all the data for the sprites.dat IDs you want. It's really easy, once you open it you might see how it's done, but you'll have to learn a bit more about modding to get it going.
I know those steps aren't very well outlined, so I don't expect you to look at those and be able to execute all of them perfectly straight away. Please ask if you need more information.