Thank you. I have no idea why I didn't just look in 3.5.
umm, was this extension changed to work in something other than just 3.5/pathfinder?
And now I feel like an idiot.
Printable View
Thank you. I have no idea why I didn't just look in 3.5.
umm, was this extension changed to work in something other than just 3.5/pathfinder?
And now I feel like an idiot.
This extension right now puts hooks into the database nodes for each item on each character. Is there a better way of doing this? Like a call back from the inventory manager or some such that gets called when items on the character has it's equipped field changed? Does such a thing exist?
found and used: CharInventoryManager.registerFieldUpdateCallback(" carried", onItemChanged);
I have this extension working with spells, scrolls and wands.
Attachment 68238
The above attached ext is working.
I need to figure out how to get access to the forge for this extension.
I'm working on some additions to it
I'm adding a spells section to the item window.
All items will display it, which I know for some probably doesn't make sense, but many do because of legendary items or intelligent items and that you can add spell casting to them.
There will be a dropdown to select the following for use as caster level, Character Level, Class Caster Level (there will be one for each spell class item on the Actions Tab that has a name equal to a spell casting class), Item Caster Level, or Minimum Caster Level.
The last one is how this extension currently works.
There will also be a list where you can drag and drop spells.
If there are spells in the list it will use the link for each spell in the list for the spells instead of searching for them.
This will allow for multiple spells, for things like staves and any other item that allows for the casting of a spell.
Robert Milmine