Error load_spell_data

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
MarsovV
New User
Posts: 3
Joined: Wed Dec 01, 2010 5:45 pm

Error load_spell_data

Post by MarsovV »

Hello all!

Need a help. (POL95)

Code: Select all

Server Shutdown: load_spell_data
Execution aborted due to: Can't convert vialofblood to an objtype
In itemdests.kfg, vialofblood registered

Code: Select all

Item 0x122d
{
    Name                blood
    desc                vial%s% of blood
    weight              1/10
    SaveOnExit          0
    movable             0
}
What could be the problem?
MarsovV
New User
Posts: 3
Joined: Wed Dec 01, 2010 5:45 pm

Re: Error load_spell_data

Post by MarsovV »

All figured out.

Was all just:
Spells.cfg

Reagents:
Reagent vialofblood

Decision:
Remove this line.
Post Reply