Player Resource Consortium

 

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - -Norbert-

Pages: [1]
1
Prestige Classes / Force Missile Mage and Isaac's Missiles?
« on: March 09, 2020, 12:39:02 PM »
Does the Force Missile Mage only affect Magic Missile itself, or do the changes also apply to Isaac's lesser and greater missile strom spells?

2
Base Classes / Witch removed?
« on: March 07, 2020, 12:38:30 PM »
In the 3.5 manual I found the Witch base class... but now in 3.8.3 I can't find the class anymore. Was it removed?
I didn't find any mention of that in the changelogs for 3.6 or 3.8 and didn't find a log for 3.7 .

3
General Discussion / personal_switch.2da questions
« on: June 03, 2018, 05:12:52 AM »
In prc_inc_switch.nss it says the default values for some of the epic spell switches are true or false. Does that mean that those switches have to look like this:

<nr>   <switch_name>   bool   {true/false}

or do they still use int and {0/1}?


I'm also a bit confused about the switches for power attack.
I think it would go like this:
1 PRC_POWER_ATTACK_DISABLED  int  -1
2 PRC_POWER_ATTACK_FULL_PNP  int   1

But then why is there a line const string PRC_POWER_ATTACK                        = "PRC_POWER_ATTACK"; ? Do I need to set that too?

4
Help / [Resolved] Healing doesn't work
« on: November 30, 2012, 10:16:12 AM »
Hi!
I just recently re-installed Neverwinter Nights (with both addons, version 1.68 german version) with PrC 3.5. I didn't install any other mods than the PrC.

For some reason healing spells (both spontaneous and memorized) don't work.

Whenever I try to cast them I get the following Error:
Code: [Select]
Skript prc_prespell, OID ffffffff, Tag:, FEHLER: STAPELÜBERLAUFin english that would be "Script prc_prespell, OID ffffffff, Tag:, ERROR: STACKOVERFLOW"

When I set the line "PRC_DEBUG" to 1 in the prc options convo, I get the following line three times before the error message above:
Code: [Select]
PRCGetSpellCastItem: no override, returning bioware spell cast item =
Other spells seem to work fine (though I only tried a few). I tried it with Clerics and Bards in the original campaign and SoU, always with the same outcome.
Does anyone know what the problem might be and what I can do about it?

Pages: [1]