Player Resource Consortium

Neverwinter Nights => Help => Topic started by: Hillyan84 on December 27, 2010, 02:28:17 PM

Title: Luminous Armor
Post by: Hillyan84 on December 27, 2010, 02:28:17 PM
PRC 3.2
Other haks but we don't care about it.

The spell Greater Luminous Armor has the problem that it change the alignment of the entire group of 2 towards good.

How can i solve it?
The spell script is into the hak, so i can't solve it by myself. I've thought to spellhooking but i can't do the script for this (i'm a biologist not a scripter).
I just want to turn off the fact that when you use the spell the entire group has the alignment shifted of 2 points
Title: Luminous Armor
Post by: xwarren on December 28, 2010, 04:01:57 AM
Quote from: Hillyan84

PRC 3.2
Other haks but we don't care about it.

The spell Greater Luminous Armor has the problem that it change the alignment of the entire group of 2 towards good.

How can i solve it?
The spell script is into the hak, so i can't solve it by myself. I've thought to spellhooking but i can't do the script for this (i'm a biologist not a scripter).
I just want to turn off the fact that when you use the spell the entire group has the alignment shifted of 2 points


This has been fixed in more recent PRC versions. The easiest method of fixing this would be extracting compiled spell script for Luminous Armor (sp_lumins_armr.nsc) from PRC 3.4 beta and add it to your servers top hak.
Title: Luminous Armor
Post by: Hillyan84 on December 28, 2010, 05:08:12 AM
Thanks, but if i edit an hak, my players have to download the edited hak right? I think i will put the option of adjust alignment to solve this
Title: Luminous Armor
Post by: xwarren on December 28, 2010, 06:02:27 AM
Quote from: Hillyan84

Thanks, but if i edit an hak, my players have to download the edited hak right? I think i will put the option of adjust alignment to solve this


No, scripts are executed server-side. Your players don't need to download modified hak.
Title: Luminous Armor
Post by: Hillyan84 on December 28, 2010, 08:11:07 AM
Ok thanks^^