Player Resource Consortium

 

Author Topic: Putting feats on items  (Read 11083 times)

0 Members and 1 Guest are viewing this topic.

February 13, 2012, 02:18:41 AM
  • Associate
  • ***
  • Posts: 112
  • Karma: +2/-0
    • View Profile

Is there a way to feats like Corpsecrafter on an item?  It does not show-up in editor.


February 13, 2012, 03:32:15 AM
Reply #1
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

Is there a way to feats like Corpsecrafter on an item?  It does not show-up in editor.
It has to be added to iprp_feats.2da file.


February 13, 2012, 12:04:12 PM
Reply #2
  • Associate
  • ***
  • Posts: 112
  • Karma: +2/-0
    • View Profile

Thanks.

What is this 2DA used for?  Is there a way to affect the in-game arbitrary crafting menu of bonus feats?


February 13, 2012, 12:07:46 PM
Reply #3
  • Associate
  • ***
  • Posts: 112
  • Karma: +2/-0
    • View Profile

Also, can I delete some of the feats in there?


February 13, 2012, 12:09:25 PM
Reply #4
  • Jr. Associate
  • **
  • Posts: 88
  • Karma: +0/-0
    • View Profile

That 2da is the list of all available item properties, you can add lines making reference to feats.2da, take Dodge item property as an example to copy and learn how to use it, youll see that there is a number at the end of the Dodge item property, which is the same number you can find in feats.2da for dodge feat.

if your crafting menu scripts pull all item properties from 2da, you should be able to see the recently added item properties!
and yes, you should be able to delete item property feat lines, tho, its not recommended!

hope this helps


February 13, 2012, 01:01:15 PM
Reply #5
  • Associate
  • ***
  • Posts: 112
  • Karma: +2/-0
    • View Profile



February 13, 2012, 01:14:41 PM
Reply #6
  • Associate
  • ***
  • Posts: 112
  • Karma: +2/-0
    • View Profile

What would I need to do to get the True Necro's major Zone of Desecration to work off of an item?


February 13, 2012, 01:27:03 PM
Reply #7
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

What would I need to do to get the True Necro's major Zone of Desecration to work off of an item?
Lol
Add an entry with major desecration to iprp_spells.2da?


February 13, 2012, 04:06:13 PM
Reply #8

Add an entry with major desecration to iprp_spells.2da?

And so on & so forth. :D
HEATSTROKE


February 13, 2012, 05:04:42 PM
Reply #9
  • Associate
  • ***
  • Posts: 112
  • Karma: +2/-0
    • View Profile

Ha Ha, yes, laugh it up  :)

Now, I did that (me is smartish), but I can't assign it a quickslot.  It doesn't appear on radial menu for PC or the item.  Ideas?


February 13, 2012, 09:13:27 PM
Reply #10

Ha Ha, yes, laugh it up  :)

Now, I did that (me is smartish), but I can't assign it a quickslot.  It doesn't appear on radial menu for PC or the item.  Ideas?

I think it also has to be in the classlist 2da (CLS_FEAT_*.2DA) for one of the classes your PC has.

I think you could test that out by equipping your item on a Dread Necro PC without Corpsecrafter.
« Last Edit: February 13, 2012, 09:15:59 PM by DM Heatstroke »
HEATSTROKE


February 13, 2012, 10:45:04 PM
Reply #11
  • Associate
  • ***
  • Posts: 112
  • Karma: +2/-0
    • View Profile

Corpsecrafter works fine, it is Zone of Desecration that isn't working. 

I tried changing it to "all classes can use", but that still doesn't work.


February 13, 2012, 11:35:32 PM
Reply #12

Corpsecrafter works fine, it is Zone of Desecration that isn't working. 

I tried changing it to "all classes can use", but that still doesn't work.

In that case try a TN that doesn't have ZoD yet.
HEATSTROKE


February 14, 2012, 01:59:49 AM
Reply #13
  • Associate
  • ***
  • Posts: 112
  • Karma: +2/-0
    • View Profile



February 14, 2012, 03:01:24 AM
Reply #14
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

Ha Ha, yes, laugh it up  :)

Now, I did that (me is smartish), but I can't assign it a quickslot.  It doesn't appear on radial menu for PC or the item.  Ideas?
If you add it to iprp_spells.2da (not iprp_feats!) in toolset it will appear as one of 'Cast Spell' properties and you should be able to use it like any other item (ie. scroll).

If you add it to iprp_feats.2da you will also need to edit cls_feat_*.2da files for all base classes (as suggested by DM Heatstroke) - otherwise it won't appear on radial menu.