GithubHelp home page GithubHelp logo

dayz-private-server's People

Contributors

pwnoz0r avatar rajkosto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dayz-private-server's Issues

Vehicle Limit/Custom?

Where can i find the max/min files to change how many vehicles are spawned from the database?

Also, i was wondering if it would be possible to unblacklist vehicles that are banned from spawning in the dayz server, such as the Humvee and others. The banned list is withing the dayz.anim.pbo > config.bin

If not, is there a way that i may spawnscript those vehicles into my server myself?
(After turning battleye off)

ping

how to remove ping limit?

Bugs

I don't know if this happens to everyone but server randomly crashes. Installed on 2 different computers with different specs, same issue. "OA has stopped responding". I click OK and closes server.

OS: Win7 64 bit

pMain

Current code:

DECLARE iSpawnNumVeh SMALLINT(3) DEFAULT 11;        

CALL pCleanup();
CALL pFixMaxNum;

SELECT SUM(MaxNum) FROM object_classes INTO @iMaxNumTotal;
IF (iSpawnNumVeh > @iMaxNumTotal) THEN
    SET iSpawnNumVeh = @iMaxNumTotal;
END IF;

WHILE (fGetVehCount() < iSpawnNumVeh) DO
    CALL pSpawn();
END WHILE;

That's some pretty funky code man. Essentially, the code will never allow for users to have MORE then 11 vehicles, and only have less then that. Should instead be:


DECLARE iSpawnNumVeh SMALLINT(3) DEFAULT 0;     

CALL pCleanup();
CALL pFixMaxNum;

SELECT SUM(MaxNum) FROM object_classes INTO @iMaxNumTotal;
IF (iSpawnNumVeh < @iMaxNumTotal) THEN
    SET iSpawnNumVeh = @iMaxNumTotal;
END IF;

WHILE (fGetVehCount() < iSpawnNumVeh) DO
    CALL pSpawn();
END WHILE;

This way, user's have the ability to set NO vehicles on the map if they want, but otherwise the code will pick up the amount of vehicles correctly.

I'm having a very serious problem with the server files.

Whenever I leave the server up for longer than two hours, it will crash. It's very obnoxious, because it makes it impossible to drive or fly because the server may go down at any moment. I found a thread where a few people had the same issue as me, but I got no answers, some people there were suggesting that it was an issue with the database.dll, but I tried re-downloading yours and some from a few other server file packs and nothing happened, except different types of errors or a continuation of crashing.

  • Shimshamshow

no vehicles spawning, and maxdamage error

i'm sure you've been told about this a million times, but i get the same error as this guy. and no vehicles spawn.

"Hey Guys,

i always get the same Error Message

1054 - Unknown column 'MaxDamage' in 'field list'

So that must mean anything with the Vehicles, cause nothing spawns, the object_data Table stays clear...

Could you please help me to fix this, i cant find a field List in the Database...

Thank you very much
Best Regards
Andy"

one of the posters seems to have an answer you might want to look into.

"You need to change some lines in the Stored Procedure called pSpawn, and/or add some columns to the object_classes table. Basic instructions for what needs to be changed are in one of my previous posts.
If you need info on altering stored procedures and changing table (columns) I would advise you to google some, as it's largely depending on the software you use to manage your database.

You could also wait until pwnoz0r updates the code, as the error you are getting is caused by a little error in (on of the) latest release(s) of the server code, and hopefully he will update/fix that soon."

Thanks for your time, and for the great server pack. Hope to see the update soon...

Vehicle repairing bug

Hi Pwnoz0r. i have noticed that in your last server file pack vehicle repairing is bugged. is this dayz but or server. once you have fixed like a wheel you cant repair it, even if its damaged.

thanks Dirty Harry FI

Backpack Bug on latest release

Hi P,

I'm having an issue with the latest github release, backpacks, once you change them, are not saving items placed in them. They just loose any item once shut.

The clients are running the latest beta, should I update the server to the latest beta to test or get the clients to run the server beta?

Mac (ibastavd)

Bad Version Error

I just setup a server using your files and im pretty sure I did all that right but when I try to connect I get bad version error. I checked the server version and it says 1.62.97771 so i reinstalled my arma 2 patch to the 97771/71 on day z commander as they just came out with a new one and I have the latest 1.7.2.6 Day Z patch since your files say you updated them already. Very new to this server stuff but I dont think I did anything wrong yet which means I must be missing something.

Any help would be awesome thanks.

Vehicles Not Spawning

Hello Pwnoz0r,

I am running a DayZ server with my friends and we can't find any vehicles. I used Navicat to browse the object_data table and I visited every location one by one, however I seem to be unable to have the vehicles spawned. Would you mind helping me out?

Thanks a lot!
Funstein

dead bodies disappear!

I got a problem with my server when someone die you can't go and check the items because the body disappears any idea of the problem?

How do i update to 100296?

not sure how to update the server to build to 100296

i changed required build to 100296 in server.cfg and downloaded the latest BE client and server files and put them in the battleye directory that the server runs from, matter of fact i put it in every battleye folder i coudl find but it still says the build that came with the download.

also i would like to setup multiple server would be willing to pay for the help

Thanks in advance,
Mike

Help with server

Hi Pwnoz0r, I am Diego.. from Chile.

I know about the problem with the vehicles in Fallujah, phantera.. etc.

I need set the vehicles asap in my server.. U can help me. I can pay u for this work my friend.

addme to skype. Diego.orellana5

vehicles

Hi
My problem is there are no vehicles in server but i dont know why.

Port forwarding

Hey I fixed my other problem relating to the bad version error. But now that i've got it running over here i cant get my server over the internet i port fowarded and everything but still no avail

ghille suit broken/vehicle question

People get kicked when putting on ghillie suits and arent wearing it when they log back in.
As well Im using the server to allow my friends to learn Day Z enough to go into the more public servers and im wondering how I would add more vehicle spawns and higher amounts of spawns. So far nobody has seen any vehicles and I cant figure out how to add more spawns. Any help would be great.

bad version

ok i installed the dayz private server and all i get is bad version server rejected connection

Skoda

I made the change I noted in the pMain issue, but noticed the script get's "stuck" at a certain point. I determined this is from when the server attempts to spawn the "Skoda%" classname in object_classes. The script stopped failing as soon as I made "Skoda%" into just "Skoda".

Sure, no green/blue skoda's, but whatev's

Vehicles in SQL database missing fields

object_classes table appears to be missing columns, and the inventory has been entered into the hitpoints column. This of course is causing the pmain function to throw an error and not spawn vehicles at all.

debc4c7

Mysql

Are your Really that a few objects are included ?!

like MH6J_EP1
or AN2_TK_EP1 (AN2_DZ is the real name)
or HMMWV_Ambulance_CZ_DES_EP1
or policecar ?
can you pls check this

New database issue

Hey m8 great work on the server packages first of all ive use ur files for all my servers

the new 1.7.5 update when i import my old Object_classes / Object_Data ect server wipes out the vehicles and tents seems a few people have the same issue any ideas? or does 1.7.5 require us to bite the bullit and restart fresh

[email protected]

Cheers

Brian

DAYZSUPERHIVE

bad version?

Hey man i did everything you said but when i tried to get on my server it said bad version connection refused whats up with that?

Random Crashing

Hi I've been having crashes on the server when attempting to join after a few seconds. I make it into the game then it crashes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.