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 - harkker

Pages: [1]
1
Help / Re: RacialAppear.2DA (PRC 3.3g2)
« on: May 27, 2013, 02:04:28 PM »
Really?
 looks like I can add it to top of the stack then...

Thanks for the reply

2
Help / Re: RacialAppear.2DA (PRC 3.3g2)
« on: May 17, 2013, 06:56:06 PM »
I am glad I found this post it will save me time from updating the 2da, thank you for keeping these forums going

3
Help / Re: where does one find the assemble_spellbooks.bat file?
« on: February 06, 2013, 12:52:20 PM »
in the inc_newspellbook script it says

/* Steps for adding a new spellbook

Prepared:
Make cls_spgn_*.2da
Make cls_spcr_*.2da
Add cls_spgn_*.2da to classes.2da
Add class entry in prc_classes.2da
Add the spellbook feat (#1999) to cls_feat_*.2da at the appropriate level
Add class to GetSpellbookTypeForClass() below
Add class to GetAbilityScoreForClass() below
Add class to bKnowsAllClassSpells() below if necessary
Add class to GetIsArcaneClass() or GetIsDivineClass() in prc_inc_castlvl as appropriate
Add class to GetCasterLevelModifier() in prc_inc_spells if necessary
Add class to SetupLookupStage() in inc_lookups
Run the assemble_spellbooks.bat file
Make the prc_* scripts in newspellbook. The filenames can be found under the spell entries for the class in spells.2da.

Spont:
Make cls_spgn_*.2da
Make cls_spkn_*.2da
Make cls_spcr_*.2da
Add cls_spkn_*.2da and cls_spgn_*.2da to classes.2da
Add class entry in prc_classes.2da
Add class to GetSpellbookTypeForClass() below
Add class to GetAbilityScoreForClass() below
Add class to bKnowsAllClassSpells() below if necessary
Add class to GetIsArcaneClass() or GetIsDivineClass() in prc_inc_castlvl as appropriate
Add class to GetCasterLevelModifier() in prc_inc_spells if necessary
Add class to SetupLookupStage() in inc_lookups
Add class to prc_amagsys_gain if(CheckMissingSpells(oPC, CLASS_TYPE_SORCERER, MinimumSpellLevel, MaximumSpellLevel))
Add class to ExecuteScript("prc_amagsys_gain", oPC) list in EvalPRCFeats in prc_inc_function
Run the assemble_spellbooks.bat file
Make the prc_* scripts in newspellbook

prc_classes.2da entry:
Label       - name for the class
Name        - tlk file strref
SpellCaster - does the class cast spells? 0 = No, 1 = Yes (used for bonus spellslot item properties)
SBType      - S = spontaneous, P = prepared
AL          - does the class use Advanced Learning of any type? 0 = No, 1 = Yes
*/

4
Help / where does one find the assemble_spellbooks.bat file?
« on: February 05, 2013, 09:28:28 AM »
Can someone help me find the assemble_spellbooks.bat file?  I am working on making dragons playable and need to set up their spells.  Thank you

5
Other Features / Re: Vampire Template- Work In Progress
« on: January 10, 2013, 03:05:48 AM »
I was thinking of working on vampires on my server... but there are challenges I see coming.  Some of the thoughts I have had might help you though, or might not.

Gaseous Form would simply be a polymorph spell for a new type of polymorph.  I would give the new form damage reduction +1/10, a str of a 10 a slam attack that would do no damage.  I would also consider giving it the ability to cast a sanctuary type spell unlimited times a day.  I think this could take away the ability to harm others and or be harmed.

for my own server I was considering making a coffin placeable that would allow a vampire to have conversation with it.  one option to take the vampire to a separate area named inside coffin where he could wait out the sun, another option so the vampire could pick up (destroy placeable and put a 150 pound coffin in his inventory.  the coffin would have a unique power that would allow the vampire to put it down.  (create placeable.)

then when the vampire respawns change his respawn option to take gaseous form.  then run the script in that so that he polymorphs into gas but has no option to unpolymorph.  allow the unpolymorph to only when he is inside coffin.

just a thought though....

6
General Discussion / Re: PRC 3.5
« on: July 11, 2012, 07:14:56 PM »
I just want to say thank you to everyone who worked on this.  I am going to be adding this to The World of Karador PW in the next few weeks so wish me luck.

Pages: [1]