Hoping for suggestion of what to change
Some time back there was a change to RMC (forget when this started) and my custom module for Creatures of Middle-earth started throwing errors for every NPC.
Just looking for what I need to fix.
This module was hand-coded back before RMC was based on Core-RPG, and it was working ok for a while, but then started getting these errors when I open any of the NPCs.
Code:
[1/11/2026 9:22:13 AM] [ERROR] windowcontrol: Database type mismatch on path (size) in control (size) in class (npc_main)
[1/11/2026 9:22:13 AM] [ERROR] windowcontrol: Database type mismatch on path (maxpace) in control (maxpace) in class (npc_main)
[1/11/2026 9:22:13 AM] [ERROR] windowcontrol: Database type mismatch on path (ms) in control (ms) in class (npc_main)
[1/11/2026 9:22:13 AM] [ERROR] windowcontrol: Database type mismatch on path (aq) in control (aq) in class (npc_main)
[1/11/2026 9:22:13 AM] [ERROR] windowcontrol: Database type mismatch on path (critmod) in control (critmod) in class (npc_main)
[1/11/2026 9:22:13 AM] [ERROR] windowcontrol: Database type mismatch on path (immunity) in control (immunity) in class (npc_main)
[1/11/2026 9:22:13 AM] [ERROR] Script execution error: [string "RolemasterClassic:..gn/scripts/npc_main.lua"]:29: attempt to index global 'size' (a nil value)
Is there something I can do to quickly get things working again?