Problem with trader's dialogs

Discussion in 'The Temple of Elemental Evil' started by Ludget, Oct 23, 2015.

Remove all ads!
  1. Ludget

    Ludget Member

    Joined:
    Oct 17, 2015
    Messages:
    24
    Likes Received:
    4
    Hello,
    I had some problems with the Traders Gremag and Rannos Davl. First I couldn't get Gremag to talk at all, and then they wouldn't recognize anything after getting the shortsword for exposing the courier.
    I have tracked this down to the python scripts.

    In Gremag's script line 31 must be if instead of elif because the elif in line 21 contains a condition. If that is false, the script ends and you can't initiate the dialog.

    And in both scripts the condition for the "traders courier" quest is too global. After you done that, they will always start with this dialog line no matter what else happens.
    So there must be a condition added and game.global_flags[31] == 0
    to get the next line. I haven't checked which other conditions are necesary so that you can go on if you didn't confront the spy at the building site yet.
    That's line 38 for Gremag and 22 for Rannos.

    P.S. Sorry if I posted this in the wrong place or if it has been reportd already.
     
Our Host!