Posted by Hideki on October 30, 1998 at 20:54:40:
In Reply to: is it possible... posted by Slapshot on October 30, 1998 at 19:15:10:
: is it possble to:
: 2: Is it possible to change the tint color and intensity of force sight, and get rid of that annoying sound, and then make it everlasting and cost no mana?
It's possible. In the cog change
FarsightEffectHandle = newColorEffect(0, 0, 0, 0, 0, 0, 64, 64, 0, 1.0);
and delete all the lines that play sounds.
Delete the 2nd timer not to deactivate and turn cost and usecost to 0 to cost none.
3: is it possible to make it so that when the crosshair passes over an enemy, it says in the upper corner of the screen how much health he has left?
Not when crosshair passes over an enemy but FirstThingInView or targetting would work.
: thx a lot