Neverwinter Nights 2 Message Board  STATUS: ACTIVE - Trainers are still being considered and updated for this title as patches are released. There is no guarantee that a trainer can be made or updated but it will be reviewed by our staff.

Our Neverwinter Nights 2 Trainer is now available and supports RETAIL. Our Neverwinter Nights 2 message board is available to provide feedback on our trainers or cheats.
Neverwinter Nights 2 Trainer
REQUEST MORE OPTIONS
0 option(s) for voting
FILE UPDATE REQUEST
0 report(s) filed
BOOST UPDATE PRIORITY
Boost currently not available
Message Board for PC version
Page 14 of 16   •  First Page  •  Previous Page  •   Next Page  •   Last Page
Signup or Login to Post
Cheats?
  • Send a message to mrdefender_old
    INACTIVE
    mrdefender_old posted on Nov 21, 2006 3:01:04 PM - Report post
     
    I think u need to find 2 ore deposits for one weapon or armor upgrade... ?? or is it 3? All i know is that I deal with katriona (atleast i think thats her name). I tried dealing with pentin once or twice but nothing seemed worth it. Besides, he's left for some reason after saying he'd come back....
     
  • Current rank: 1.5 Stars. Next Rank at 500 Posts.
    Send a message to Troodon80
    AUTHOR
    Troodon80 posted on Nov 22, 2006 10:50:01 AM - Report post
     
    yes well "two or three" is the problem, thats two or three too many. you see there's only a couple of places left on my map and i never really thought about exploring for ore until Kana told me she got a weaponsmith from fort locke.
    now heres what i tried:
    this is the ktr_ore_en script(i've also tried entering gtr_ore_en but all it says is somthing like: unsuccessful runscript on INVALID_OBJECT_ID)
    the following is what this script does

    // gtr_ore_en
    //
    // Player found some ore!
    // EPF 5/1/06
    // TDE 6/5/06 - Added strings for Calindra and Pentin, if they are recruited
    // TDE 6/9/06 - Added XP award for finding an ore deposit
    // TDE 8/9/06 - Changed SendMessageToPC to SendMessageToPCByStrRef, replaced GiveXPToCreature() with AwardXP()
    #include "ginc_misc"
    object oPC = GetEnteringObject();
    void main()
    {
    int nMineral = GetGlobalInt("01_Mineral_New"

    if (GetIsPC(oPC))
    {
    if (!IsMarkedAsDone())
    {
    MarkAsDone();
    nMineral++;
    AwardXP(oPC, 13);
    int nPentin = GetGlobalInt("01_Join_Pentin"
    int nCalindra = GetGlobalInt("01_Join_Calindra"
    int nStringRef = 180519; // Default value if neither Pentin nor Calindra are recruited
    if ( nPentin && nCalindra ) nStringRef = 176422; // Both Pentin and Calindra recruited
    else if ( nCalindra ) nStringRef = 176421; // Calindra recruited
    else if ( nPentin ) nStringRef = 176420; // Pentin recruited
    SendMessageToPCByStrRef(oPC, nStringRef);
    // AUDIO: Play a sound to notify the player that they have discovered Ore.
    SetGlobalInt("01_Mineral_New", nMineral);
    }
    }
    }

    Can anyone help me please, please, pleasepleaseplease
  • Current rank: 1.5 Stars. Next Rank at 500 Posts.
    Send a message to DarthParametric
    ELITE
    DarthParametric posted on Nov 23, 2006 5:40:34 AM - Report post
     
    Make sure you click on the ore deposit when you find it. Then talk to one of the two miners you can recruit to your keep and they'll go mine it. After that your weaponsmith and armoursmith will be able to do the upgrades.

    To be honest though, save your money. My last play through I didn't do any keep upgrades or Greycloak upgrades and I didn't see any difference in the siege fights.
  • Current rank: 1.5 Stars. Next Rank at 500 Posts.
    Send a message to Troodon80
    AUTHOR
    Troodon80 posted on Nov 23, 2006 10:40:40 AM - Report post
     
    yes i know how worthless it is, i have already played it 7 times but this time i said to myself that i would not miss anything that i would do all side quests but now i'm stuck i can't upgrade my weapons or armour, now i'v tried several different RunScript cheats but all say unsuccessful execusion. is there anything like my above post that will say to the game that i have some more ore to report to pentin or calindera?

    [Edited by Troodon80, 11/23/2006 10:41:41 AM]
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to More_GOLD
    ELITE
    More_GOLD posted on Dec 02, 2006 11:38:06 PM - Report post
     
    To all those who keep getting told dm_givegold works but does not well I know it DOES NOT.

    It used to work before I patched the game. Before I had to type into the console DebugMode =1 then the dm_givegold cheat.

    After patching this would not work. When you enter DebugMode =1 you will notice that it states in the textbox on the bottom left side that "server debugmode DEACTIVATED". DebugMode is no longer being activated by this command.

    If I now type DebugMode 1 (without the = sign) it will read as ACTIVATED. The dm_givegold cheat now works.

    So - Select a character,
    hit ` to bring down the console,
    Type DebugMode 1 then hit enter,
    type dm_givegold 100000 and you will have 100000 gold. Change that figure to however much you want.

    I got sick of people insisting that it does work when it obviously did not. I had it working fine beforehand so I did know what I was doing.

    It's probably a good idea to turn DebugMode 0 (off) after cheating as I had World Transition icons appearing everywhere whilst in DebugMode.

    Just signed up to say that!
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to eva0093
    ELITE
    eva0093 posted on Dec 09, 2006 3:05:18 PM - Report post
     
    Has anyone tried the dm_allspells 1 cheat I cannot for the life of me get that thing to work. I've tried multipele ways of spelling an caps and also arcane and/or divine caster lvls on 2 different charicters and still wont work
  • Send a message to Chaossama
    INACTIVE
    Chaossama posted on Dec 10, 2006 3:05:04 AM - Report post
     
    quote:
    originally posted by eva0093

    Has anyone tried the dm_allspells 1 cheat I cannot for the life of me get that thing to work. I've tried multipele ways of spelling an caps and also arcane and/or divine caster lvls on 2 different charicters and still wont work

    If you had read some of the previous posts, I am to believe that the proper code for giving all (well, as much as a race and class allows) spells is "givespell all"

     
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to gish007
    ELITE
    gish007 posted on Dec 11, 2006 6:04:35 AM - Report post
     
    hello i am new here can you tell me a way to bring down the console because ¸ and ¨ dosenent work
Page 14 of 16   •  First Page  •  Previous Page  •   Next Page  •   Last Page
Signup or Login to Post
All times are (GMT -06:00) Central Time (US & Canada). Current time is 1:21:01 AM