• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Help with spell combat

Darius Darksoul

Active member
I am trying to add spell combat to a pair of magic gloves to give the magus spell combat back if it was taken away by an archtype.

I am getting this error
Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'bootstrap #1 condition' tag expression for Thing 'ioMagusglovesGR'
-> Invalid tag template specified: 'AbReplacecMagSplCom'
Syntax error in 'bootstrap #1 condition' tag expression for Thing 'ioMagusglovesGR'
-> Invalid tag template specified: 'AbReplacecMagSplCoI'
One or more timing errors were identified. Please review the timing report and correct the errors. You can access the report under the 'Develop' menu or by clicking this link.

This is what I have for condition tag 1
first 500
AbReplacecMagSplCom

this is what I have for condition 2
First 600
AbReplacecMagSplCom

This is what I have for condition 3
First 550
AbReplace.cMagSplCom

can someone tell me what I am doing wrong.
 
This is what I have for condition tag 1
first 500
AbReplacecMagSplCom

this is what I have for condition 2
First 600
AbReplacecMagSplCom

This is what I have for condition 3
First 550
AbReplace.cMagSplCom

Look closer and find why one of those strings is different. Remember that "invalid tag template" is HL's way of saying "I can't read this as a tag because it isn't formatted like one".
 
Now I am getting this error. I figured out what was causing the last error.

Attempt to access field 'xIndex' that does not exist for thing 'ioMagusglovesGR'
Location: 'eval' script for Thing 'ioMagusglovesGR' (Eval Script '#2') near line 4
- - -
Attempt to access field 'xIndex' that does not exist for thing 'ioMagusglovesGR'
Location: 'eval' script for Thing 'ioMagusglovesGR' (Eval Script '#2') near line 11
- - -
Attempt to access field 'xIndex' that does not exist for thing 'ioMagusglovesGR'
Location: 'eval' script for Thing 'ioMagusglovesGR' (Eval Script '#2') near line 17
- - -
Attempt to access field 'xIndex' that does not exist for thing 'ioMagusglovesGR'
Location: 'eval' script for Thing 'ioMagusglovesGR' (Eval Script '#2') near line 23
- - -
Attempt to access field 'abSumm' that does not exist for thing 'ioMagusglovesGR'
Location: 'eval' script for Thing 'ioMagusglovesGR' (Eval Script '#5') near line 6
 
Back
Top