HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Spell Effects

07-17-2006, 12:24 PM#1
StockBreak
Hi all, do you know if there is a Warcraft III file (such as Misc.txt) where I can find the vertex colors of some spell effects/buffs (for example banish [slightly green and transparent], animate dead [the unit is quite red], chill [a unit becomes blue]) and so on? Thank you very much.

P.S: I always have a unanswered question: is there a way to get a unit's vertex colors to save them in a variable to restore them later? Thanks.
07-17-2006, 02:12 PM#2
Rising_Dusk
Well to the first question, use wc3viewer or some other MPQ browser and just extract whatever special effect .mdx you want to screw with. Use the objecct editor for the path if need be.
Some also use skins, those requires skins can be viewed using Mago's editor or by converting to .mdl and reading the upper portion of the code.

And my initial belief for the second question is no.
I've never played with it, but I've also never encountered it in my travels.
07-17-2006, 02:37 PM#3
StockBreak
Quote:
Originally Posted by Rising_Dusk
use wc3viewer or some other MPQ browser and just extract whatever special effect .mdx you want to screw with. Use the objecct editor for the path if need be.
Some also use skins, those requires skins can be viewed using Mago's editor or by converting to .mdl and reading the upper portion of the code.
Maybe I was not very clear, but I just want to know if there is a file that contains the Vertex Colors (RGB Values) for the units affected by Chill, Banish or Animate Dead; they should be integer from 0 to 255.

Quote:
Originally Posted by Rising_Dusk
And my initial belief for the second question is no.
As I foreseen :)