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.


Messages - EZtark

Pages: [1] 2
1
Help / Re: SVN locked?
« on: July 09, 2012, 02:42:32 PM »
After downgrading, I was able to create a new repository on my desktop, then over-write my old one, after which everything seems to be working fine.  It would seem either the version difference or the user messed something up on my end  :P

2
Help / Re: SVN locked?
« on: July 09, 2012, 11:15:38 AM »
It's possible.  I can try downgrading, if you'll tell me which version you have.

3
Help / SVN locked?
« on: July 08, 2012, 06:24:39 PM »
Had to delete my copy earlier this week, and when I tried to replace it today, I got most of the files, then it stopped, stating the following:

Error: Working copy 'C:\NeverwinterNights\PRCPack\nwnprc' locked. 
Error: 'C:\NeverwinterNights\PRCPack\nwnprc' is already locked. 
Completed!

Now, that's all it will say.  I don't have anything locked, and I tried updating my TortiseSVN, but no luck.  So, is it currently locked, or is it an error on my end?

4
Builders / Re: Guide to the Dynamic Conversation System?
« on: November 18, 2011, 07:47:05 AM »
I was afraid of that.  Thanks for checking.

5
Builders / Guide to the Dynamic Conversation System?
« on: November 14, 2011, 08:52:11 PM »
Does a guide to working with the Dynamic Conversation System exist somewhere?

6
Help / Re: Getting PRC installed. Help please?
« on: September 01, 2011, 01:55:24 AM »
It is impossible to add new classes with 'standard' spellbooks - game limitation.

Wasn't someone working on a work-around for this?

7
Spells, Feats, and Skills / Obtain Familiar?
« on: February 01, 2011, 02:41:24 PM »
I noticed in the SVN that Dread Necromancers now get their familiar.  Does this mean that it might be possible to implement the Obtain Familiar feat from Complete Arcane?

8
Prestige Classes / Bonded Summoner and Duskblade
« on: January 25, 2011, 11:28:58 AM »
Would the Bonded Summoner spells-per-day increase go to Duskblade, as my highest caster class, or would it default to the level of Sorcerer or wizard I had to take to get the familiar?

9
Help / Advancing Manifesting
« on: August 27, 2010, 02:55:15 PM »
That did it.  Thank you very much for all your help!

10
Help / Advancing Manifesting
« on: August 26, 2010, 06:11:48 PM »
Now the compiler is upset about the spell "Wall of Frost A" (?):

sp_wallfrosta.nss
sp_wallfrosta.nss(22): Error: Undeclared identifier "SPELL_WALL_OF_FROST"
sp_wallfrosta.nss(22): Error: Required argument missing in call to "SetAllAoEInts"
sp_wallfrosta.nss(22): Error: Required argument missing in call to "ActionDoCommand"
sp_wallfrosta.nss(38): Error: Undeclared identifier "SPELL_WALL_OF_FROST"
sp_wallfrosta.nss(38): Error: Required argument missing in call to "EventSpellCastAt"
sp_wallfrosta.nss(38): Error: Required argument missing in call to "SignalEvent"
Compilation aborted with errors
NMAKE : fatal error U1077: '"tools\nwnnsscomp"' : return code '0x1'
Stop.
Press any key to continue . . .

11
Help / Advancing Manifesting
« on: August 26, 2010, 03:45:55 AM »
So, I updated my SVN, added "nLevel += GetLevelByClass(CLASS_TYPE_ULTIMATE_RANGER, oCreature);" to psi_inc_core.nss, and tried to compile it; it crashed with the following errors:

prc_inc_death.nss(90): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_DEATH"
prc_inc_death.nss(90): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(90): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(91): Error: Required argument missing in call to "DelayCommand"
prc_inc_death.nss(112): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_DISABLED"
prc_inc_death.nss(112): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(112): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(113): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_DISABLED"
prc_inc_death.nss(113): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(113): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(114): Error: Required argument missing in call to "DelayCommand"
prc_inc_death.nss(146): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_BLEEDING"
prc_inc_death.nss(146): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(146): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(155): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_BLEEDING"
prc_inc_death.nss(155): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(155): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(156): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_BLEEDING"
prc_inc_death.nss(156): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(156): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(157): Error: Required argument missing in call to "DelayCommand"
prc_inc_death.nss(162): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_DISABLED"
prc_inc_death.nss(162): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(162): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(178): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_DISABLED"
prc_inc_death.nss(178): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(178): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(179): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_DISABLED"
prc_inc_death.nss(179): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(179): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(180): Error: Required argument missing in call to "DelayCommand"
prc_inc_death.nss(195): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_STABLE"
prc_inc_death.nss(195): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(195): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(196): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_STABLE"
prc_inc_death.nss(196): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(196): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(197): Error: Required argument missing in call to "DelayCommand"
prc_inc_death.nss(210): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_STABLE"
prc_inc_death.nss(210): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(210): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(219): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_STABLE"
prc_inc_death.nss(219): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(219): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(220): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_STABLE"
prc_inc_death.nss(220): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(220): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(221): Error: Required argument missing in call to "DelayCommand"
prc_inc_death.nss(225): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_BLEEDING"
prc_inc_death.nss(225): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(225): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(234): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_BLEEDING"
prc_inc_death.nss(234): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(234): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(235): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_BLEEDING"
prc_inc_death.nss(235): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(235): Error: Required argument missing in call to "IntToFloat"
prc_inc_death.nss(236): Error: Required argument missing in call to "DelayCommand"
prc_inc_death.nss(276): Error: Undeclared identifier "PRC_DEATH_TIME_BETWEEN_BLEEDING"
prc_inc_death.nss(276): Error: Required argument missing in call to "GetPRCSwitch"
prc_inc_death.nss(276): Error: Required argument missing in call to "IntToFloat"
Compilation aborted with errors
NMAKE : fatal error U1077: '"tools\nwnnsscomp"' : return code '0x1'
Stop.
Press any key to continue . . .

Any ideas?

12
Help / Advancing Manifesting
« on: August 25, 2010, 06:26:36 AM »
How would I make Ultimate Ranger levels increase the powers, power points, and manifester level of a Psion?

13
Help / Character Creator Issues
« on: May 25, 2010, 09:23:23 PM »
It seems to work fine on my Win7 laptop.

14
Help / Can't change Nymph's appearance
« on: May 14, 2010, 05:27:16 AM »
It's in the race_skin script, at the very bottom. (I'm currently playing a male nymph, myself :))

15
Character Builds / Brawler/Initiate of Draconic Mysteries?
« on: April 17, 2010, 03:30:01 AM »
Does the IoDM's Claw of the Dragon and/or Increased Unarmed Damage stack with the Brawler bonuses?

Pages: [1] 2