Player Resource Consortium
Neverwinter Nights => Help => Topic started 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
-
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.
-
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
-
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.
-
Ok thanks^^