1.8 SQL Schema

Script_monkey

New Member
Anyone got a schema handy that I can check against our server schema?

The new deployables don't seem to save to the "instance_deployable" so I'm wondering in perhaps there's missing data on the "deployables" control table
 
zFj.png
 
Thanks,

That shows the instance of a wire fence.
I suppose the question I should have asked is has anyone successfully saved a camo_net to the instance_deployable table. The control table "deployable" on our hive still only shows 7 entries- none of which are for the new items (wire fence, traps etc.)
At the moment the camo nets and traps are only saved in the server memory and not written to the hive. Is this working as intended?
If so we may have to modify the script ourselves to save to the hive

Cheers
 
Code:
id;class_name
1;TentStorage
2;TrapBear
3;Wire_cat1
4;Hedgehog_DZ
5;Sandbag1_DZ
6;StashSmall
7;StashMedium
8;DomeTentStorage
9;CamoNet_DZ
10;Trap_Cans
11;TrapTripwireFlare
12;TrapBearTrapSmoke
13;TrapTripwireGrenade
14;TrapTripwireSmoke
15;TrapBearTrapFlare
From my deployable table, fresh install from the latest Reality. Haven't actually tested a trap or camo tent yet.
 
Thanks Saiboogu.
That's exactly what I was looking for. It turns out our database wasn't updated properly. All sorted now
 
Back
Top