-
October 14th, 2022, 01:52 #11
- Join Date
- May 2020
- Posts
- 78
I found out your problem.
Line 308 has something to do with Energy Resistance.
meaning it is breaking with Channel Resistance. it is treating it as Energy resistance so it is looking for both an amount and a type.
removing it from the creatures stat block and adding it back later
-
October 14th, 2022, 18:50 #12
- Join Date
- May 2020
- Posts
- 78
So i looked at the extensions code
and on that line mentioned in that error 308 is one of the lines that deals with energy resistance.
it is breaking because of Channel resistance.
it is looking for stuff that is just not there
remove Channel resistance from the text gen the monster then re add the channel resistance
-
November 17th, 2022, 16:35 #13
- Join Date
- Mar 2012
- Posts
- 94
Did you publish it Zar?
-
November 17th, 2022, 18:17 #14GitHub
Ruleset: FFd20
Extensions: Advanced Charsheet - Attack Modifiers - Big Portraits - Enhanced Skills - Legacy Items - Spell Action Info - Spell Record Actions - Tooltips
-
November 17th, 2022, 20:11 #15
- Join Date
- Mar 2012
- Posts
- 94
Cool let me know if you need any help with testing.
-
December 2nd, 2022, 08:35 #16
- Join Date
- May 2020
- Posts
- 78
Any update on the creature lab revival?
-
December 3rd, 2022, 01:45 #17GitHub
Ruleset: FFd20
Extensions: Advanced Charsheet - Attack Modifiers - Big Portraits - Enhanced Skills - Legacy Items - Spell Action Info - Spell Record Actions - Tooltips
-
December 12th, 2022, 19:32 #18
Log looks ok, get this error in chat:
Error when populating character record: [string "CreatureLab-v1.9.0:cgen/lua/creaturegen.lua"]:886: getValue: Invalid parameter 1
[0] (1) ACOLYTES CR 1
[0] (2) XP 400
[0] (3) Human cleric (Da-Jin) 2
[0] (4) LE Medium humanoid (human)
[0] (5) Init +0;
[0] (6) Senses Perception +2
[0] (7) Aura evil
[0] (8) DEFENSE
[0] (9) AC 17, touch 10, flat-footed 17 (+5 armor, +2 shield)
[0] (10) hp 16 (2d8+2 plus 2)
[0] (11) Fort +4; Ref +0; Will +5
[0] (12) OFFENSE
[0] (13) Speed 20 ft.
[0] (14) Melee mwk heavy mace +4 (1d8+2)
[0] (15) Special Attacks channel negative energy 4/day (1d6, DC 12)
[0] (16) Domain Spell-Like Abilities (CL 2nd; melee touch +3; concentration +3):
[0] (17) 5/day--bleeding touch, touch of darkness
[0] (18) Spells Prepared (CL 2nd; melee touch +3; concentration +3):
[0] (19) 1st--cause fear (DC 13)D, cure light wounds, doom (DC 13), shield of faith
[0] (20) 0 (at will)--guidance, read magic, resistance, virtue
[0] (21) D Domain spells Domains Darkness, Death
[0] (22) STATISTICS
[0] (23) Str 14, Dex 11, Con 13, Int 8, Wis 15, Cha 12
[0] (24) Base Atk +1; CMB +3; CMD 13
[0] (25) Feats Blind-Fight, Scribe Scroll, Skill Focus (Bluff)
[0] (26) Skills Bluff +5, Disguise +2, Intimidate +2, Sleight of Hand -5
[0] (27) Combat Gear scroll of command, scroll of cure light wounds;
[0] (28) Other Gear scale mail, heavy wooden shield, masterwork heavy mace
[0] Creature Name Line: ACOLYTES CR 1
[0] GENERAL: Acolytes
[0] GENERAL: ok doing defense
[0] GENERAL: ok doing offense
[0] GENERAL: ok doing attacks
[1] parseAttacks (melee)mwk heavy mace +4 (1d8+2)
[1] parseAttacks (ranged)nil
[0] GENERAL: ok doing special attacks
[0] GENERAL: ok doing tactics
[0] GENERAL: ok doing statistics
[0] GENERAL: ok doing feats/skills
[0] GENERAL: ok doing equipment
[0] GENERAL: ok doing ecology
[0] GENERAL: ok doing special abilities
Not sure what the tick box numbers at the bottom of the Clab window do?
Get same error testing this stat block: https://www.d20pfsrd.com/bestiary/np...man-cleric-3a/
Looks like a spell parsing issue?Last edited by XenusUk; December 12th, 2022 at 20:05. Reason: more info & 2nd example
-
December 12th, 2022, 20:36 #19
-
December 12th, 2022, 21:25 #20
- Join Date
- May 2020
- Posts
- 78
hey XenusUk your right it is related to spellcasters. particularly that error is related to parsing spells.
particularly that line is it creating a local variable for the spells name.
So without going to deep into testing we can deduce it is one of three things.
- The spells name on the statblock is miss spelled or has something in it that is preventing it from parsing.
- The spell is not in your loaded database.
- or That spell is named differently than what the stat block states.
it might be "-cause fear (DC 13)D,"
unless that wa a typo that you made while posting your error.
it could be trying to find a spell called D and it cant find the it.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks