Selling/Buying bug

Discussion in 'The Temple of Elemental Evil' started by ShadyElf, Oct 8, 2014.

Remove all ads!
  1. ShadyElf

    ShadyElf Member

    Joined:
    Sep 2, 2014
    Messages:
    77
    Likes Received:
    0
    Is there anyway to get around the issue of NPCs not wanting to barter with you when you have a monster party member?
     
  2. Sitra Achara

    Sitra Achara Senior Member

    Joined:
    Sep 1, 2003
    Messages:
    3,613
    Likes Received:
    537
    Apparently there is.

    NPCs don't like it when you have party members who are not mc_type_human. However, having "AI" followers of that type is fine.

    To convert them to AI followers, you can use the console (at your own risk!) and type:
    Code:
    game.party[0].ai_follower_add( game.party[X] )
    Where X is the NPC monster's portrait index (starting from 0 for the leftmost portrait).

    You will then be able to converse with NPCs normally!

    To convert back into a regular party member, select the monster (and ONLY the monster!) while it is in your group, and type
    Code:
    game.party[0].follower_add(game.leader)
     
  3. short

    short Member

    Joined:
    Apr 2, 2012
    Messages:
    70
    Likes Received:
    0
    Cool. So if I change Darley's creature type to mc_type_humanoid instead of outsider I should be able to use her, right? It has always bothered me that everyone can tell she's a demon.

    I'll give it a shot.
     
  4. Sitra Achara

    Sitra Achara Senior Member

    Joined:
    Sep 1, 2003
    Messages:
    3,613
    Likes Received:
    537
    That should also do the trick, yeah.
     
  5. ShadyElf

    ShadyElf Member

    Joined:
    Sep 2, 2014
    Messages:
    77
    Likes Received:
    0
    It caused my game to crash unfortunately...

    Thanks it worked the second time.
     
    Last edited: Oct 8, 2014
Our Host!