| 06-19-2003, 11:46 AM | #1 |
I create a custom spell with excel(edit .slk) and notepad(edit .txt) I put the "Func" and "Strings" into HumanAbilityFunc.txt and HumanAbilityStrings.txt I can also see the spell in World Editor and I implent the files into the map file after I save it. But in warcraft3, when I click the unit which I give the spell to him, I just cant see the spell on the board.But I can see it in the "Learn Hero Ability". Waht should I do?? here is the files: |
| 06-19-2003, 02:32 PM | #2 |
Guest | Well, your first problem is that you're using a code that doesn't exist. I think it was Adwf for wolf form. When making custom spells, you can use a new Alias and UberAlias, but it has to reference the Code from a spell that already exists. You probably want AEme from metamorphosis. Then you can mod the appropriate columns for that specific code. You might want your Excel entry to look something like: ADwf AEme Adwf Wolf Form 1 1 0 hero 1 1 6 _ 0 0 60 180 150 - - OC64 0 0 500 OC74 You of course have to reference the correct unit codes of the unit that has the spell, and the unit that the spell will transform that unit into. The tags in the slk even tell you where to put em. You did the txt side of it right, so that should work. |
| 06-19-2003, 02:35 PM | #3 |
I had this problem once.. I used MPQ2k, and I was very frustrated when I figured out that while I had implemented the txt files, I forgot the slkfiles. That is the only thing I know of that could cause that problem. |
| 06-19-2003, 10:01 PM | #4 |
Thanks very much! ^_^ |
