Player Resource Consortium

Neverwinter Nights => Help => Topic started by: Juggalo-Family on June 25, 2012, 08:21:29 PM

Title: Set Server Code Switch?
Post by: Juggalo-Family on June 25, 2012, 08:21:29 PM
Hey guy's I tryed using the search to find something similar to this but it didn't although I am sure it's been asked before.

I need to know if I want to host my own server how to actually permanetly set the code switches? Can I just login and use the ingame feature? OR do I have to make a .2da or is there already a .2da or what? Any help will be greatly appreciated!! :)
Title: Re: Set Server Code Switch?
Post by: DM Heatstroke on June 25, 2012, 09:23:14 PM
Hey guy's I tryed using the search to find something similar to this but it didn't although I am sure it's been asked before.

I need to know if I want to host my own server how to actually permanetly set the code switches? Can I just login and use the ingame feature? OR do I have to make a .2da or is there already a .2da or what? Any help will be greatly appreciated!! :)

You set them as variables on the module itself.  Edit -> Module Properties -> Advanced -> Variables
Title: Re: Set Server Code Switch?
Post by: Juggalo-Family on June 26, 2012, 06:21:12 PM
Thank you very much! I am really new to all this lol but that helped a lot thank you!
Title: Re: Set Server Code Switch?
Post by: Juggalo-Family on July 01, 2012, 10:28:22 AM
Alright. Another question :)! PRC_XP_MAX_LEVEL_DIFF I am setting this as INT With a value of 5 but it doesn't seem to be doing anything. Maybe I am doing this wrong but What i would like is to have a max level diff of 5.. Any help would be fantastic!
Title: Re: Set Server Code Switch?
Post by: xwarren on July 01, 2012, 12:43:24 PM
Hmm... This switch works a bit differently than what is stated in the descripton - it's the max level difference between current PC level and avarage party level. Ie. if there are 2 characters in the party one lvl 10 other level 16: avarage party level = 13, so if the switch is set to 5 both characters will gain xp.

I'll fix this in next PRC release.