Originally posted by Mini Me
i made a booboo and lost the golden panties somewhere...no idea where (or how!) so i need to know how to spawn them in...
does turning debug mode on work or will i have to download SK/CLUA? debug worked on NWN when i missed a quest item
either way, does anyone know the code for the panties, or how to find it out?
You don't have to download anything to use CLUA Console commands but yes, you do need to turn on the Debug Mode. Here's how to do it for BG2 (I don't know if its enabled differently for NWN or not):
1. Open your Baldur.ini file which is in your root directory using a text editor such as Windows notepad. You may want to copy it first to another directory so you will have the original in case something goes wrong.
2. Look for the heading called [Program Options]
3. Insert a line called Debug Mode=1
This will tell the game you want to turn on the cheating system
4. Save the file and restart Baldur's Gate II.
5. When you are back playing the game again. Press CRTL+SPACE. You now should see a dialogue box allowing you to type in words.
CLUAConsole:SetCurrentXP(" **** ")
CLUAConsole:AddGold(" **** ")
CLUAConsole:ExploreArea()
CLUAConsole:MoveToArea(" AREA ")
CLUAConsole:CreateCreature(" CODE ")
CLUAConsole:EnableCheatKeys()
CLUAConsole:CreateItem(" ITEM ")
CLUAConsole:CreateItem(" ITEM ", **** ) More than one (Ex. ("AROW01",100)
The code for the golden pantaloons is MISC47.ITM
Far easier and useful is to download Shadowkeeper. It lets you search and sort through the available inventory items, change character attributes, fix globals for stuck quests, change the looks of the characteravatars (useful if you don't like the default avatars for dualed/or MC chars), etc. There was a very recent post by Coot that gives the link to the SK download site.