| 02-17-2003, 02:38 PM | #1 |
I've created some custom spells and when I play my map I get tool tips missing on SOME of my custom spells. Here are some of the things I have done. 1. Created a unique alias and uberalias (I verified this, by searching the the entire AbilityData.slk for my alias to see if duplicates were found for each respective spell, none were found) 2. The spells were created by copying the spell that was similiar in the AbilityData.slk and pasting it to the end of the spells. 3. For each spell I opened up the spell in the respective .txt file, ie (humanabilityfunc.txt and string file) and copying the code it was based off of, and changing the uberalias to the one in the AbilityData.slk file for my custom spell 4. I went into my warcraft directory and created a Units directory, and placed all of the modified .txt files and my AbilityData.slk file, and my spells appear in the warcraft editor perfectly. 5. After I have finished editing the files, I import all of the .txt files that I have modified and the AbilityData.slk into my map and the spells work as they should, only SOME of the custom spells have tooltips missing, some do not. How can I get my tooltips to showup correctly ? The puzzling thing is that it is only some of my spells, not all of them. Sorren |
| 02-18-2003, 02:20 PM | #2 |
By the way, I forgot to add that I am using the default loading screen for my map. Sorren |
| 02-18-2003, 02:36 PM | #3 |
I've had this problem before. It has something to do with Autocast spells. Try messing with the tooltips until something shows up. =/ |
| 02-18-2003, 02:54 PM | #4 |
Guest | Did you just edit normal hero spells to have different effects or did you make abilities that aren't normally hero spells into ones? If you did the latter then you probably have to add lines for various icons. Just compare a standard hero spell to your modified ones and see what's missing. If that wasn't the case then I suggest just searching for spelling errors or something of the sort. Remember alot of stuff is case sensitive. |
