TheNewProgrammer
Well-known member
hi all,
Still working on the new hunter's bonds. As it says in the title, I want to add spells per day with a custom ability.
I found
the problem with this is hero.child[] doesn't work with "ranger" or "cHelpRgr"
Is there a way to do this better?
I also wanted it to grant secondary spells. I have
This, however does not grant access to secondary spells. I think I need a line that allows the secondary spells to appear. also ClsScAllSp tag doesn't work on custom abilities.
Overall, this might work better as a domain, but I can't figure out how to make it only available to rangers. If someone knows how to do that, i'd make it a domain.
thanks!
Still working on the new hunter's bonds. As it says in the title, I want to add spells per day with a custom ability.
I found
perform hero.child[ar......].setfocus focus.field[cvCastTot].matrixvalue[0,0]-=4 ..... continues for all levelsperform state.clearfocusthe problem with this is hero.child[] doesn't work with "ranger" or "cHelpRgr"
Is there a way to do this better?
I also wanted it to grant secondary spells. I have
perform hero.child[cHelpRgr].setfocus focus.field[cSecSpName].text = "domain spells" focus.field[cSecSplReq].value += 1perform state.clearfocusThis, however does not grant access to secondary spells. I think I need a line that allows the secondary spells to appear. also ClsScAllSp tag doesn't work on custom abilities.
Overall, this might work better as a domain, but I can't figure out how to make it only available to rangers. If someone knows how to do that, i'd make it a domain.
thanks!