Base Building DayZ 1.2 Released

Yep same here not saving to database so after restarts the items are gone.. I gave up on it.. Its weird though I know one server that has this and a few other scripts in like selfblood and towing but everything works great.. I cant get in touch with him if anyone has Delbert_Grady's email or steam please share it because he has this working on his server.. I actually am modeling mine after his with a few changes.. I don't want to advertise it as Im not sure if he would like that but he has it on Taviana 2.0 and its awesome
 
Code:
"**BaseBuilding_Deployables.sql** can be found in:<br>
>**"BaseBuilding-DayZ\basebuilding\database"**
 
- In MYSQL Workbench (or whatever you use to manage DB):
- Set your default schema (the database you want to execute scripts on)
- Make sure you backup and delete your current deployable list. (also keep track of your current primary key IDs for your deployables as MINE may be different.)
- Go to: <br> File >> Open SQL scripts >> and find/open **BaseBuilding_Deployables.sql**


No Idea Someone Explain this in Tard Language For me
Im on Chern Map DayZ.st
 
I might can help on that part of it.. What program do you use to manage your database? I use navicat premium what I do is right clik on the database that main database folder like mine is user-1802 then I select execute sql file. Then select the file that ends in .sql that came with basebuilding BaseBuilding_Deployables.sql and it will update the tables it needs to
 
this is what is showing up in my Hiveext.log

Code:
2013-07-24 19:03:44 Database: [Error] Error 1452 (Cannot add or update a child row: a foreign key constraint fails (`user-1558`.`instance_deployable`, CONSTRAINT `instance_deployable_ibfk_2` FOREIGN KEY (`owner_id`) REFERENCES `survivor` (`id`))) in MySQLStmtExecute SQL: 'insert into `instance_deployable` (`unique_id`, `deployable_id`, `owner_id`, `instance_id`, `worldspace`, `inventory`, `Damage`,`Hitpoints`, `Fuel`, `created`) select ?, d.id, ?, ?, ?, ?, ?, ?, ?, CURRENT_TIMESTAMP from deployable d where d.class_name = ? VALUES(64860932396219, 5057664, 1, "[219.452,[6486.03,9323.95,0.581]]", "[]", 0, "[]", 7.9569997787475586, "Infostand_2_EP1")'

Im not sure what it means but I think thats why my stuff isnt writting to the DB. I have looked high and low and followed all the fixes in this thread and others. Im using kikyou's feature for my basebuilding. Writting to DB seemed to break after i implemented that.

Any help would be awesome
 
hi guys just my 2cents but those that have buildings dissapperaing have you tried this yet?

open dayz_server\compile\server_publishObject.sqf
find this line

if (!(_object isKindOf "Building")) exitWith {
deleteVehicle _object;
};

and change it to this (comment it out)

//if (!(_object isKindOf "Building")) exitWith {
// deleteVehicle _object;
//};
 
see my how to post http://opendayz.net/threads/how-to-add-more-buildings-to-base-building-1-2.9584/please note it isnt completely bug free yet and iam rewriting it

I didn't add the power generator

Add this to the bottom of Buildlist.sqf

Code:
[[3, 0, 2, 1, 1, 0], "Land_Ind_IlluminantTower",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]], //Land_Ind_IlluminantTower    --35
[[1, 0, 2, 2, 0, 0], "CampEast",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]], //CampEast    --36
[[2, 0, 0, 0, 2, 0], "Barrack2",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]], //Barrack2    --37
[[2, 2, 1, 0, 0, 0], "camp_ins1",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]], //camp_ins1    --38
[[2, 3, 0, 0, 2, 0], "citybase01",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]], //citybase01    --39
[[1, 0, 0, 2, 1, 0], "Fort_Barricade_EP1",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]], //Fort_Barricade_EP1    --20
[[0, 0, 0, 0, 1, 0], "Hedgehog",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]] //Hedgehog    --41
 
ok i added the object Land_Ind_IlluminantTower and can build it fine whats your issue with it??

Code:
[[3, 0, 2, 1, 1, 0], "Land_Ind_IlluminantTower",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]], //Land_Ind_IlluminantTower    --35
 
ok i added the object Land_Ind_IlluminantTower and can build it fine whats your issue with it??

Code:
[[3, 0, 2, 1, 1, 0], "Land_Ind_IlluminantTower",      [[0,4,.7],    [0,2,0],    0,    true, true, true, false, false, false, true, true, false, true, true]], //Land_Ind_IlluminantTower    --35

Nothing
Help you adding the tower light thing.:)
 
I feel really stupid asking this since I've basically every page of this Forum, but can someone pleas help me get Refueling working with this thing.....
 
Please, someone who had success to adapt Base Building in the new version of DayZ (1.7.7.1), can give me the files?

E-mail: [email protected]

I'm trying for 2 days =/

I'm using DayZCC (DayZ Control Center) for server.

I appreciate your atention.
 
Did u tried my files and or fixes .i already posted this on their forum but for 1.7.6.1 ! Im on this since 2 weeks to port it over 1.7.7.1 !

Gesendet von meinem GT-I9100 mit Tapatalk 4 Beta
 
So i did all the necessary things but the tent storage and the another objects are not saving after the server restart and i got this error in hive.ext:

[Error] Error executing |CHILD:308:1:TentStorage:0:1:[128,[10952.3,2981.73,0]]:[]:[]:0:109523298170128:|
HiveExt(0): [Error] Error executing |CHILD:308:1:Fence_corrugated_plate:0:1:[12.9905,[10956.7,2980.03,0.551295]]:[]:[]:0:10956729800613:|
 
So i got a error:

|CHILD:308:1:Fence_corrugated_plate:0:1:[12.9905,[10956.7,2980.03,0.551295]]:[]:[]:0:10956729800613:|




[Error] Error executing |CHILD:308:1:TentStorage:0:1:[128,[10952.3,2981.73,0]]:[]:[]:0:109523298170128:|
-----PLEASE I NEED A HELP TO PUT THIS IN MY SERVER I TRIED A LOT OF THINGS BUT NOTHING...PS: I'M RUNNING IN 1.7.7.1
 
Can we please get a fix for the booby traps? They only trigger on the person who made them, how are we gonna protect our base like that?
 
Back
Top