Player Resource Consortium

Neverwinter Nights => Help => Topic started by: Hillyan84 on January 16, 2010, 07:45:04 AM

Title: I would like No scrolls!!
Post by: Hillyan84 on January 16, 2010, 07:45:04 AM
I can't find the variable to remove the buying magic scrolls from the prc options.

Is this?:

/**
 * Disables the sale of scrolls from the epic spell laboratory.
 */
const string PRC_SPELLSLAB_NOSCROLLS                 = "PRC_SPELLSLAB_NOSCROLLS";

I USE PRC 3.2
Title: I would like No scrolls!!
Post by: xwarren on January 16, 2010, 08:57:21 AM
Yes, that's the one. You need to set it to 1 ;)
Title: I would like No scrolls!!
Post by: Hillyan84 on January 16, 2010, 11:27:43 AM
ok, thanks, gentle as always ^_^:)