10-24-2022, 12:16 PM
Yep! That one is buggy on EET, but I still need to ask someone to help with this one. Others should work fine.
Thanks!
Thanks!
IF
!Global("LaViconiaState","LOCALS",1)
!HasItemEquiped("%symbol_shar%",Myself)
TimeOfDay(DAY)
AreaType(DAYNIGHT)
AreaType(OUTDOOR)
!AreaType(DUNGEON)
THEN
RESPONSE #100
SetInterrupt(FALSE)
SetGlobal("LaViconiaState","LOCALS",1)
ApplySpellRES("LaVSun",Myself)
DisplayString(Myself, @2000) // Day blindness
SetInterrupt(TRUE)
END
IF
!Global("LaViconiaState","LOCALS",0)
OR(4)
!TimeOfDay(DAY)
!AreaType(OUTDOOR)
AreaType(DUNGEON)
HasItemEquiped("%symbol_shar%",Myself)
THEN
RESPONSE #100
SetInterrupt(FALSE)
SetGlobal("LaViconiaState","LOCALS",0)
ApplySpellRES("LaVNig",Myself)
SetInterrupt(TRUE)
END
(04-15-2024, 04:46 PM)Lava Wrote: Maybe Graion Dilach will know, as he helped with that one, but I haven't heard from him for a while...
(04-15-2024, 03:44 PM)silvaste Wrote: Hi, just about to try a run through from BG1,sod BG2. If i use the Viconia revamped in infinity project BG1 run through do i need to use the same mod BG2 mod files for the NPC stats and settings to follow over or once you have set the character progression, in BG1 does it save and follow over like player stats and equipment etc?
(08-08-2024, 08:53 AM)Lava Wrote: Hi! I am sorry to hear that you're having problems. There is some interaction of this component with... something (another mod? or maybe it depends on game version?) but I was never able to find a definitive reason why some people are having problems with this component and I never encountered it myself so I am not even able to reproduce it... I posted an answer to that a couple posts above.
I would suggest doing that and erasing any/all instances of those spell / effect (those that modify her dexterity) using Near Infinity (just by editing your save file) and then erase the day blindness scripts. You may also try to copy LaVSun.spl and LaVNig.spl, paste them somewhere else (just in case) and delete them from your override folder. The script will still try to apply the spells, but they are not there, so nothing will happen.
Users browsing this thread: |
1 Guest(s) |