Jump to content


Photo

Frennedan 1.0.3 bugfix at Tree of Life

bug fix

  • Please log in to reply
No replies to this topic

#1 rbx4

rbx4
  • Member
  • 40 posts

Posted 29 December 2012 - 07:52 PM

With Frennedan v1.0.3, it might have been noticed that just before the Tree of Life fight, in the Irenicus pre-fight dialogue, Frennedan will finish his interjection and then turn hostile, while Irenicus does not turn hostile. This happens on my installations, at any rate. This is a problem with an I_C_T occurring in a dialogue that contains an action. The action is then improperly carried out by Frennedan instead of Irenicus.

 

In order to fix this, I changed the following entry in the frenj.d file, before installation:

 

current version:

 

 

INTERJECT_COPY_TRANS SUJON 14 einmi17
== frenJ IF ~InParty("frendan") !Dead("frendan")~ THEN
  @160
END
 
edited version: 
INTERJECT_COPY_TRANS2 SUJON 14 einmi17
== frenJ IF ~InParty("frendan") !Dead("frendan")~ THEN
  @160
END

Edited by rbx4, 29 December 2012 - 07:53 PM.






Also tagged with one or more of these keywords: bug, fix