Origins Server?

Ran into a error where some people could upgrade their plot to house but others couldn't get a plot down at all. Reinstalled the database hopefully that fixes it.
 
Restart your server but give it a few seconds before you start it up. I've had issues where if I didn't give it a 15 second pause between service stop and start it would not spawn vehicles in.

Thanks dude ^_^ I'll give it a go and report back, I've just turned my machine on so I'll see if they spawn in

EDIT: Success! I spawned myself at the Ural's, usually you spawn "inside" the vehicle as i do on my Chernarus + Taviana Servers and well i decided to take a quick run around and baaaam! 2 Urals next to eachother, cheers man :D i just need a day only fix now ^_^

EDIT2: Its also come to my attention that we have to wait a annoying whole minute to join into the servers due to the Origins database cloud sync, i did read on another forum page that someone had got around it but it was the least of my worries at the time
 
Ok, here's the problem I'm running into. Anytime I take out or change anything in the @DayzOrigins files (IE: The Unofficial Server Warning) then it messes everything up and the error messages I get are the warning messages of files not being found, even though I haven't moved them. Mainly the starting with the Origins.paa pic the the server_functions.sqf so the server doesn't load. Do I need to resign the pbo after repacking them after the changes?
 
Hi im trying to use Battleye with my DayZ Origins server but i get kicked for script restrictions all the time?
16:21:31 Game started.
16:22:37 Player AlexHjelm kicked off by BattlEye: Script Restriction #115
16:22:37 Player AlexHjelm disconnected.

Why is that? how can this be fixed? and is there any good anticheat out there yet i can use?
 
ill take a look and see if i have those buildings.
Hi, do you know how to fix the kicking stuff with Script restrictions? im running your files you posted 3 pages back.

Getting this all the time 17:13:52 Player Jagaren kicked off by BattlEye: Script Restriction #115
17:13:52 Player Jagaren disconnected.

I could turn Battleye to 0 but i want it to be on.
 
I have a question why not have some of the buildings on kameni. medical, industrial,school etc.
downloads server files from this link http://dayz.epm-gaming.co.uk/forum/downloads.php?do=file&id=16
fixed

Code:
// LOOT FIX
//[] execVM "fix\variables.sqf"

in

init.sqf

the problem is that I do not know what does not work now xD

The author of this file could use some to fix it?

Took a look and i have all the builds in that area so not sure what has changed on your end compared to mine.
 
Hi, do you know how to fix the kicking stuff with Script restrictions? im running your files you posted 3 pages back.

Getting this all the time 17:13:52 Player Jagaren kicked off by BattlEye: Script Restriction #115
17:13:52 Player Jagaren disconnected.

I could turn Battleye to 0 but i want it to be on.

Go look at your scripts.txt log and paste the log entry on here.
 
i want to execution script. but nothing happened.

Then you should remove the //

So from this

Code:
//[] execVM "fix\variables.sqf"

to this

Code:
[] execVM "fix\variables.sqf"

@AlexHjelm:

Add this to the end of line 117 in your scripts.txt (It should start with "5 addWeaponCargoGlobal " )

Code:
!"dayz_myBackpack addWeaponCargoGlobal [_bcpkWpn,1];"

But you will run into numerous Battleye Filter Restrictions. There are some Tutorials in this forum which show you how to make exceptions in you filters.
 
Think it's these two lines.

Code:
5 addBackpack !"\"addBackpack\"," !"addBackpackCargo" !"addBackpackCargoGlobal" !"player addBackpack _backpackType;" !"_newUnit addBackpack _newBackpackType;" !"player addBackpack _bcpk;"
5 addBackpackCargo !"\"addBackpackCargo\"," !"addBackpackCargoGlobal"
i have them set to 1 on my server in any case because of the anti hack.
 
Think it's these two lines.

Code:
5 addBackpack !"\"addBackpack\"," !"addBackpackCargo" !"addBackpackCargoGlobal" !"player addBackpack _backpackType;" !"_newUnit addBackpack _newBackpackType;" !"player addBackpack _bcpk;"
5 addBackpackCargo !"\"addBackpackCargo\"," !"addBackpackCargoGlobal"
i have them set to 1 on my server in any case because of the anti hack.
can u up load your battleeye folder ??
 
Back
Top