| AMIA ARCHIVE https://www.amiaworld.net/phpBB3/ |
|
| Tool set https://www.amiaworld.net/phpBB3/viewtopic.php?f=2&t=54479 |
Page 1 of 1 |
| Author: | alamut [ Sun, Jan 09 2011, 3:03 AM ] |
| Post subject: | Tool set |
Please, someone could point me where could I test the glowing eyes on tool set ? I can't find it there. Thank you ! |
|
| Author: | PaladinOfSune [ Sun, Jan 09 2011, 3:08 AM ] |
| Post subject: | Re: Tool set |
There isn't an easy way to toggle them on like with monk eyes, it has to be done via scripts. You can probably find something to do it for you easily enough on the nwvault, though. |
|
| Author: | Gravemaskin [ Sun, Jan 09 2011, 4:00 AM ] |
| Post subject: | Re: Tool set |
Open up your module, go to Edit-> Module Properties. then events tab. Make sure x2_mod_def_act script is set for OnActivateItem Make some random item for your char to use, give it the "Activate Item" property and set it's tag to "MagicEyes" Then make a new script and add this into it: void main() { ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectVisualEffect( VFX_EYES_GREEN_HUMAN_MALE , FALSE), GetItemActivatedTarget(), 0.0); } Then replace VFX_EYES_GREEN_HUMAN_MALE with whatever VFX suits the race and eyecolor you want to use. In the script editor move to the constants subtab, then write in VFX_EYES_ and you will get a list over all the glowing eyes for all the different races.. Replace as stated above, and save the script with the name "MagicEyes" Now when you use the item on yourself, your eyes will glow in the color desired. Note that if the race is off, the glow will either be higher or lower than it should originally be, sort of like the glowing monk eyes can end up on customized heads. |
|
| Author: | alamut [ Sun, Jan 09 2011, 13:13 PM ] |
| Post subject: | Re: Tool set |
I thank you all ! |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|