Anyone have a list of item codes for weapons available in NWN?
Thanks
Requesting Item Code
- EbonSlippery
- Posts: 22
- Joined: Sat Feb 19, 2005 5:09 pm
- Contact:
- EbonSlippery
- Posts: 22
- Joined: Sat Feb 19, 2005 5:09 pm
- Contact:
- Ningengirai
- Posts: 303
- Joined: Wed Dec 15, 2004 4:43 pm
- Location: Germany
- Contact:
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].
{ De Die Nocteque }
Yeah, it is pretty easy to open up the toolset and sould not bring many troubles.EbonSlippery wrote:Thank you Xandax!
uhh .... is it fairly easy to access in the Toolset?
forgive my ignorance
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.
Insert signature here.
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 itbtyo462 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.
__________________
GameBanshee Moderator
GameBanshee - Make Your Gaming Scream
Forum rules
Insert signature here.
- EbonSlippery
- Posts: 22
- Joined: Sat Feb 19, 2005 5:09 pm
- Contact:
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