
Enhanced Vision Spells
Moderators: ALFA Administrators, Staff - Technical
- hollyfant
- Staff Head on a Pike - Standards
- Posts: 3481
- Joined: Mon Oct 24, 2005 3:33 pm
- Location: the Netherworl... lands! I meant the Netherlands.
Re: Enhanced Vision Spells
Would adding the UI button make the spells work? 

Re: Enhanced Vision Spells
I have often wondered if it was an oversite by the designers not including the button. Can the 2da for the spell be copied from the 2da of the feat with a normal spell duration?
This is where i admit to having no real understanding of how they work, only that they can change some aspects within them. (2da's i mean)
This is where i admit to having no real understanding of how they work, only that they can change some aspects within them. (2da's i mean)
"thats dob85y, sound it out! - d o b b s y"
"Hey man, this aint no game, this is serious"
Shiver
Previous Toon
Ward Halliams - Priest of Kelemvor
Tirus Blazingeye
Ryu Yahchamazina Shield of Helm - Everwatch Knights
"Hey man, this aint no game, this is serious"
Shiver
Previous Toon
Ward Halliams - Priest of Kelemvor
Tirus Blazingeye
Ryu Yahchamazina Shield of Helm - Everwatch Knights
- hollyfant
- Staff Head on a Pike - Standards
- Posts: 3481
- Joined: Mon Oct 24, 2005 3:33 pm
- Location: the Netherworl... lands! I meant the Netherlands.
Re: Enhanced Vision Spells
That might get problematic with the Low Light Vision spell, as its effect is supposed to extend to the entire party and not just the caster.dob85y wrote:Can the 2da for the spell be copied from the 2da of the feat with a normal spell duration?
Re: Enhanced Vision Spells
Sorry for the thread necromancy, but what happened with this? Spells that grant Darkvision still don't seem to be working. It's not a real problem, except with places like the Silverymoon sewers that are in absolute darkness.
- hollyfant
- Staff Head on a Pike - Standards
- Posts: 3481
- Joined: Mon Oct 24, 2005 3:33 pm
- Location: the Netherworl... lands! I meant the Netherlands.
Re: Enhanced Vision Spells
It's a scripting thing, so unless people like AcadiusLost have it on the radar nothing happens.
Re: Enhanced Vision Spells
Or a NWN2 bug, really. Sad it's been there since release with nothing done.hollyfant wrote:It's a scripting thing, so unless people like AcadiusLost have it on the radar nothing happens.
People talk of bestial cruelty, but that's a great injustice and insult to the beasts; a beast can never be so cruel as man, so artistically cruel.
-
- Rust Monster
- Posts: 1228
- Joined: Sun Jul 18, 2004 3:01 pm
- Location: Richmond, North Yorkshire
Re: Enhanced Vision Spells
I'll take a quick look amongst my other fixes.
The spell currently uses the Low/Dark vision effect on the PC with a limited duration.
It should be possible to simply alter the spell script to grant the Feat, then after an amount of time to remove the feat, rather than apply the effect directly to the PC.
as an FYI, as far as I can see the effect of low light vision in game is to ampilfy the Ambient area lighting, so if there is no ambient light it will do nothing (this sees correct to me as per PnP - Low Light vision does not allow a character to see in total darkness), Where as darkvision either adds a new ambient light source to the PC that only tha player client renders, or changes the area ambient light to blue for the PC client and keeps the same intensity. Will have to test this more.
The spell currently uses the Low/Dark vision effect on the PC with a limited duration.
It should be possible to simply alter the spell script to grant the Feat, then after an amount of time to remove the feat, rather than apply the effect directly to the PC.
as an FYI, as far as I can see the effect of low light vision in game is to ampilfy the Ambient area lighting, so if there is no ambient light it will do nothing (this sees correct to me as per PnP - Low Light vision does not allow a character to see in total darkness), Where as darkvision either adds a new ambient light source to the PC that only tha player client renders, or changes the area ambient light to blue for the PC client and keeps the same intensity. Will have to test this more.
PC: Liasola Dark Arrow
Ex PC: Arzit'el Tlabbar
Blindhamsterman : "I think Sand may have just won the internet"
Ex PC: Arzit'el Tlabbar
Blindhamsterman : "I think Sand may have just won the internet"
- hollyfant
- Staff Head on a Pike - Standards
- Posts: 3481
- Joined: Mon Oct 24, 2005 3:33 pm
- Location: the Netherworl... lands! I meant the Netherlands.
Re: Enhanced Vision Spells
But would that immediately refresh the GUI and thus allow the PCs access to the button to actually switch their new vision on (and off)?Sandermann wrote:It should be possible to simply alter the spell script to grant the Feat, then after an amount of time to remove the feat, rather than apply the effect directly to the PC.