Player Resource Consortium
Neverwinter Nights => Builders => Topic started by: Silvercloud on December 29, 2011, 04:02:58 PM
-
Is there some resource of PRC scroll resrefs with information about what they are? (im making custom loot scripts and would like to include these).
-
Is there some resource of PRC scroll resrefs with information about what they are? (im making custom loot scripts and would like to include these).
The resource file des_crft_scroll.2da would be your best bet.
-
I think all PRC scrolls resrefs have this format (tested this on some random scrolls):
"prc_scr_"+<row number in spells.2da>
so a scroll of acid fog has a resref = "prc_scr_0", cone of cold = "prc_scr_25" etc.