Database"instance" table help (custom loadout)

I 've compiled the bliss core --with-invcust but when try to change the default loadout with custom one I keep getting this error over and over:

"The server is running an incorrect version of the server side application"

Probably I'm entering invalid data into "inventory" and "backpack" columns (instance table).
When I roll back the default loadout the message disappears.


These are the items in my custom loadout:

INVENTORY
Code:
[[ItemKnife,ItemWatch,ItemHatchet,ItemMatchbox,ItemMap,Binocular,Crossbow],[ItemBandage,ItemBandage,ItemBandage,BoltSteel,BoltSteel,BoltSteel,BoltSteel,BoltSteel,BoltSteel,BoltSteel,BoltSteel,BoltSteel,ItemTent]]

BACKPACK
Code:
[DZ_Patrol_Pack_EP1,[[],[]],[[ItemAntibiotic,ItemPainkiller,ItemWaterbottle,FoodCanBakedBeans],[1,2,2,2]]]

I tried to leave the backpack empty without any result.


Would anyone help me on how to include these items into the "instance" table?
 
I'm already using "", but the layout with "DZ_Patrol_Pack_EP1" works only when it's empty and doesn't work for me when including custom items (with or without "") for some strange reason.

Whatever i got it work as i said. Thanks for the replay.
 
Back
Top