List of Console Commands

Discussion in 'Tech Guides and Help Threads' started by Cujo, May 5, 2005.

Remove all ads!
  1. widardofodd

    widardofodd Member

    Joined:
    Oct 8, 2017
    Messages:
    14
    Likes Received:
    0
    Another question from the new guy. I've got Ariakas in my party. Well, his portrait, at least. His toon is invisible. I can make him move, and I can access his inventory from the portrait, and that's it. He doesn't take any other action. Can't talk to him, doesn't show up for combat. How do I boot him from the party? I found a post re: NPC with no portrait, and followed that advice. Didn't work.

    game.party[0].follower_remove[game.party([X]) I replaced the X with a 6, no error returned, but he's still there
     
  2. Gaear

    Gaear Bastard Maestro Administrator

    Joined:
    Apr 27, 2004
    Messages:
    11,029
    Likes Received:
    42
    Did you get the right slot counting left to right from 0? (0 is the first, 1 is the second, etc.)
     
  3. widardofodd

    widardofodd Member

    Joined:
    Oct 8, 2017
    Messages:
    14
    Likes Received:
    0

    Yup. I have five PCs and one NPC in my party, plus Ariakas, so I used 6 as the value. I even tried 7, but that just made a summoned spider attack me.
     
  4. Gaear

    Gaear Bastard Maestro Administrator

    Joined:
    Apr 27, 2004
    Messages:
    11,029
    Likes Received:
    42
    Does it work if you try it on one of the other N/PCs?
     
  5. widardofodd

    widardofodd Member

    Joined:
    Oct 8, 2017
    Messages:
    14
    Likes Received:
    0
    I was able to remove the NPC I wanted to keep. Just for kicks, I then tried to remove Ariakas, who was now in the old NPC's slot. Poof. He was gone.
     
  6. Kohleran

    Kohleran Member

    Joined:
    Jun 16, 2015
    Messages:
    3
    Likes Received:
    0
    Absolutely. This is the best place to find the codes in game. I tried the ones linked online, and no DAO. Once I read this, looked in my own file, found the DAO code. Thanks.
     
  7. WickedPrince

    WickedPrince Member

    Joined:
    Aug 3, 2017
    Messages:
    20
    Likes Received:
    4
    I don't know if somebody else noted it; but it seems that in the various game.x[X].x_set (x,Y) commands there should be a space between "set" and "(" - I kept driving myself crazy trying to get these commands to work and couldn't get it to work until I added that space. I've double tested the space and it is needed.
     
  8. Windscion

    Windscion Member

    Joined:
    Oct 13, 2020
    Messages:
    26
    Likes Received:
    4
    Well, this is helpful. I was annoyed that my NG Female Human Fighter was not allowed to worship Pelor, but next time I try to create a party with a uniform diety, I can do it by cheating.
     
  9. Krysania

    Krysania Member

    Joined:
    Nov 13, 2020
    Messages:
    6
    Likes Received:
    1
    Wanting to change my NPCs' hit points to maximum (or a set number that will be what maximum should be). I know of the command to set the whole party to X hit points, but I think there would be a party position version to affect the one character.
     
  10. Endarire

    Endarire Ronald Rynnwrathi

    Joined:
    Jan 7, 2004
    Messages:
    953
    Likes Received:
    112
    Using the console, how do I set the party's alignment (not a single character's alignment) to CG as if I had made a party with that as its opening vignette?

    @Krysania
    Does using game.party[X].stat_base_set(stat_hp_max,Y) work for the appropriate person, like using game.party[0].stat_base_set(stat_hp_max,25) to set the first character's (leftmost character's) max HP pre-CON mod to 25?

    Thankee!
     
  11. Sitra Achara

    Sitra Achara Senior Member

    Joined:
    Sep 1, 2003
    Messages:
    3,613
    Likes Received:
    537
    1. No such thing.
    2. Only one way to find out ;)
     
  12. Krysania

    Krysania Member

    Joined:
    Nov 13, 2020
    Messages:
    6
    Likes Received:
    1
    Yupperz, that worked. Thankyeez!
     
  13. justl

    justl Member

    Joined:
    Feb 25, 2022
    Messages:
    17
    Likes Received:
    0
    Hi
    i wanna toy around a little with feats/skills.
    but i cant find a list of skillnames / feat names anywhere on the net

    i would like to use game.party[x].condition_add_with_args(featname,skillname,y) but without proper knowledge i mostly seem to either get >File "<string>", line 1, in ?"< or a game crash

    another question i have is the about the global flags (i have found the numbers, but not how to influence them)

    anyone could help me with that?

    thx in advance
    justl
     
  14. Shiningted

    Shiningted I want my goat back Administrator

    Joined:
    Oct 23, 2004
    Messages:
    12,651
    Likes Received:
    350
    Try HERE.

    Skills:

    {0}{Appraise}
    {1}{Bluff}
    {2}{Concentration}
    {3}{Diplomacy}
    {4}{Disable Device}
    {5}{Gather Info.}
    {6}{Heal}
    {7}{Hide}
    {8}{Intimidate}
    {9}{Listen}
    {10}{Move Silently}
    {11}{Open Lock}
    {12}{Sleight of Hand}
    {13}{Search}
    {14}{Sense Motive}
    {15}{Spellcraft}
    {16}{Spot}
    {17}{Tumble}
    {18}{Use Magic Device}
    {19}{Survival}
    {20}{Perform}
    {21}{Alchemy}
    {22}{Balance}
    {23}{Climb}
    {24}{Craft}
    {25}{Decipher Script}
    {26}{Disguise}
    {27}{Escape Artist}
    {28}{Forgery}
    {29}{Handle Animal}
    {30}{Innuendo}
    {31}{Intuit Direction}
    {32}{Jump}
    {33}{Knowledge (Arcana)}
    {34}{Knowledge (Religion)}
    {35}{Knowledge (Nature)}
    {36}{Knowledge (All)}
    {37}{Profession}
    {38}{Read Lips}
    {39}{Ride}
    {40}{Swim}
    {41}{Use Rope}
     
  15. justl

    justl Member

    Joined:
    Feb 25, 2022
    Messages:
    17
    Likes Received:
    0
    thx, that answers the first question.
    but i still havent found anything on the net, if you can reset flags and how (which console-command)
    anyone knows something about that too?

    justl
     
Our Host!