Jump to content


Photo

ToB Solar Problem


  • Please log in to reply
3 replies to this topic

#1 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 16 July 2015 - 02:08 PM

I found this problem at the very end of ToB

 

// Advice on Godhood
INTERJECT_COPY_TRANS FINSOL01 27 LK#Nephele_FinSol
  == LK#NE25J @151
  = @152
END

 

This interject has no conditions (InParty, InArea, !Dead etc) so it is true always Global("LK#Nephele_FinSol","GLOBAL",0) and of course it interupts Solar transition 27 if she is not there.


The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#2 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 17 July 2015 - 07:14 AM

Change line 496 in nephele\dialogue\lk#ne25j.d from::

== LK#NE25J @151

to

== LK#NE25J IF ~InParty("Nephele") !StateCheck("Nephele",CD_STATE_NOTVALID)~ THEN @151

 

BWPFixpack'd


Edited by Lollorian, 17 July 2015 - 07:17 AM.

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#3 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 18 July 2015 - 12:45 PM

Change line 496 in nephele\dialogue\lk#ne25j.d from::
== LK#NE25J @151

to

== LK#NE25J IF ~InParty("Nephele") !StateCheck("Nephele",CD_STATE_NOTVALID)~ THEN @151

 

BWPFixpack'd

Here is another finding this time with Tyris Flare

All the interjections for Finsol01 (In file FinalSolarChoice.d of the mod)

// Romantic consequences of ascension

are missing InParty("...") so they trigger always when Global("G#TF.TyrisRomanceActive","GLOBAL",2) even if Tyris is not there,


The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#4 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 18 July 2015 - 08:38 PM

Done :cheers:


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod