View Single Post
Stonejager
Junior Member
 
Join Date: Aug 2017
Posts: 12

Old August 16th, 2017, 08:24 PM
I'm trying to duplicate the High Elf race from the Warcraft RPG but am having issues.

1. Arcane ability - if Int > 10, then can cast 4 0-level spells / day as a 1st level sorcerer

This one is a doozy. I've tried using the Spellcasting Class and Caster Level options from the software, but no luck. It thinks the race is a 1st level Sorcerer complete with level 1 spells.

2. Increased Caster Level - +1 caster level to each arcane caster class.

I've tried using the below script:

~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

~ Loop through all Arcane classes
foreach pick in hero from Class where "CasterSrc.Arcane"
~ increase caster level
eachpick.field[cCasterLev].value += 1
nexteach

I have the timing set to Post-Levels (user).

I get a 'non-existent component 'Class' referenced by script' error
Stonejager is offline   #1 Reply With Quote