Page 1 of 1
Requesting Item Code
Posted: Tue Aug 15, 2006 11:47 am
by EbonSlippery
Anyone have a list of item codes for weapons available in NWN?
Thanks

Posted: Tue Aug 15, 2006 12:25 pm
by Xandax
You can find the codes in the toolset. There you can find all the items in the game.
That will be much easier then somebody having to post a maaaaasive list here

Posted: Tue Aug 15, 2006 1:05 pm
by EbonSlippery
Thank you Xandax!
uhh .... is it fairly easy to access in the Toolset?
forgive my ignorance

Posted: Tue Aug 15, 2006 8:48 pm
by Ningengirai
Pretty much. The easiest thing to do is to just create a tiny custom module, place a merchant or chest with an inventory there, and then go through the items you want. There is a pretty good tutorial on how to create custom mods [url="http://nwn.stratics.com/content/toolset/tutorials/toolset/toolset_start.shtml"]here[/url].
Posted: Tue Aug 15, 2006 11:16 pm
by Xandax
EbonSlippery wrote:Thank you Xandax!
uhh .... is it fairly easy to access in the Toolset?
forgive my ignorance
Yeah, it is pretty easy to open up the toolset and sould not bring many troubles.
I did it myself in the past to spawn in items which were bugged or similar and thus didn't appear as they should, or if I somehow lost a quest item.
Posted: Wed Aug 16, 2006 5:25 pm
by btyo462
im on a mac, so i cant access the toolset. can someone please find me the code for Chapter 1's Estate Ward Stone (the one Jemanie gives you to access the Snake Cult area). My game isn't allowing me to get this stone from him, so I'd like to generate it, rather than kill him.
Posted: Wed Aug 16, 2006 10:31 pm
by Xandax
btyo462 wrote:im on a mac, so i cant access the toolset. can someone please find me the code for Chapter 1's Estate Ward Stone (the one Jemanie gives you to access the Snake Cult area). My game isn't allowing me to get this stone from him, so I'd like to generate it, rather than kill him.
Please start new threads to new questions instead of hijacking somebody elses thread. It will make it much more likely that people will see your question then can help answer it
__________________
GameBanshee Moderator
GameBanshee - Make Your Gaming Scream
Forum rules
Posted: Thu Aug 17, 2006 3:01 pm
by EbonSlippery
Thanks for the info, peeps.
Feel free to close the thread

Posted: Sun Jan 01, 2012 3:35 am
by robex45
btyo462 wrote:im on a mac, so i cant access the toolset. can someone please find me the code for Chapter 1's Estate Ward Stone (the one Jemanie gives you to access the Snake Cult area). My game isn't allowing me to get this stone from him, so I'd like to generate it, rather than kill him.
here is the code:1. in a bar above the quick bar write this:##DebugMode 1 (case sensitive), and hit enter
2.then write this:##dm_spawnitem x (replace x with code)
the code is m1q5dpassstone like this
##dm_spawnitem m1q5dpassstone and hit enter