HIVE Calls

taikonaut

Member
Hey guys,

what are the appropiate HiveExt calls for writing into "object_data"?

Code:
_data = "HiveEXT" callExtension format["CHILD:306:Insert into object_data
(ObjectUID, Instance, Classname, Datestamp, CharacterID, Worldspace, Inventory, Hitpoints, Fuel, Damage)
values
('%1', 1, '%2', '%3', 0, '%4', '[[[],[]],[[],[]],[[],[]]]','[]', 1, 0):[""%1"", ""%2"", ""%3"", ""%4""]:", _objectUID, _typeObj, '2014-06-10 23:12:30', [_dirObj, _posObj]];

306 seems not to be correct...

Any ideas? Or maybe a list with the call methods used in the original private HiveExt.dll?
 
Back
Top