![]() |
Junior Member
Join Date: Nov 2017
Posts: 2
|
Quote:
|
|
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
Quote:
Note that it appears core is missing the list of additional domains available in SRD. Some of those get replaced by the ones from the Spell Compendium, but there's a better way to handle that. I will put in some changes to the community set to address this issue. Last edited by Sendric; November 10th, 2017 at 05:43 AM. |
|
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
The SRD domain Repose grants the spell Deathwatch which has the evil subtype. Clerics who take this domain are typically good, which would normally prevent them from casting this spell, but as it's a granted spell from their good-aligned deity, it seems as though they should be allowed to cast it.
|
![]() |
![]() |
Senior Member
Volunteer Data File Contributor
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,730
|
Quote:
From the official 3.5 FAQ 6/30/2008: "For example, clerics and druids can’t cast spells of an alignment opposed to his or his deity’s (if he has one). A neutral good cleric of Moradin couldn’t cast spells with the Evil descriptor (because that’s opposed to both his and his deity’s alignment). Even though the cleric himself isn’t lawful, he also couldn’t cast spells with the Chaotic descriptor, because that’s opposed to Moradin’s alignment of lawful good." Hero Lab Resources: Pathfinder - d20pfsrd and Pathfinder Pack Setup 3.5 D&D (d20) - Community Server Setup 5E D&D - Community Server Setup Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources. Created by the community for the community - Realm Works kickstarter backer (Alpha Wolf) and Beta tester.- d20 HL package volunteer editor. |
|
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
Quote:
http://www.d20srd.org/srd/divine/dom...m#reposeDomain |
|
![]() |
![]() |
Senior Member
Volunteer Data File Contributor
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,730
|
Quote:
![]() ![]() Will add it to the to-do list. Hero Lab Resources: Pathfinder - d20pfsrd and Pathfinder Pack Setup 3.5 D&D (d20) - Community Server Setup 5E D&D - Community Server Setup Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources. Created by the community for the community - Realm Works kickstarter backer (Alpha Wolf) and Beta tester.- d20 HL package volunteer editor. |
|
![]() |
![]() |
Spy
Join Date: Jan 2011
Location: Van Nuys, California
Posts: 1,220
|
Found another mistake in the spells... that I more than likely made.
Hypnotism doesn't have sorcerer/wizard, it's only got bard. So that needs to be fixed. My bad. :P |
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
The procedure fTargetId only works if one Target tag is applied.
Code:
var id as string var name as string ~ if we have a single Target tag, use it as the id. If we have more, ~ something is wrong - we need to return a single id. if (tagcount[Target.?] = 1) then id = tagids[Target.?, "???"] id = replace(id, "Target.", "", 0) name = tagnames[Target.?] else id = field[fChosen].chosen.idstring name = field[fChosen].chosen.field[name].text endif Note: This is likely intentional, but it's causing a bug with Favored Deity Weapon. Is there a way to do this with multiple Target tags? To clarify, what Favored Deity Weapon really needs is a way to take multiple "Target.?" tags and apply them to the hero as "WepProf.?" tags. Is this possible? Last edited by Sendric; December 15th, 2017 at 07:07 AM. |
![]() |
![]() |
Spy
Join Date: Jan 2011
Location: Van Nuys, California
Posts: 1,220
|
Arcane Sight (3rd Level) does not have a Target text of 'You'. Again, probably something I overlooked.
|
![]() |
![]() |
Senior Member
Volunteer Data File Contributor
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,730
|
Quote:
![]() I need more info cause I can't find a "Favored Deity Weapon" ability and not sure I am following how/why the feat would be getting multiple tags? Hero Lab Resources: Pathfinder - d20pfsrd and Pathfinder Pack Setup 3.5 D&D (d20) - Community Server Setup 5E D&D - Community Server Setup Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources. Created by the community for the community - Realm Works kickstarter backer (Alpha Wolf) and Beta tester.- d20 HL package volunteer editor. |
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|