HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Custom W3 tool tips

07-28-2008, 07:17 PM#1
Nantuko Husk
Hello everyone, I'd like to know where w3x/w3m maps store the custom tool tips of units/items/buffs etc.


Thanks in advance.
07-28-2008, 07:37 PM#2
Spec
They're stored generally in *.wts file. References to strings in this file are stored in jass and object files (example: "TRIGSTR_123" is a reference to 123rd string in *.wts). So if you need to make pairs like "object field - tooltip", you also should take in look these files (*.w3i, *.w3u, etc.)
07-28-2008, 07:41 PM#3
Nantuko Husk
oh, indeed there they are. :) Thank you very much.