Need Help! Dayz.st stuck on Requesting Authentication! Willing to pay

roguecatfish

New Member
So I have had this glitch for a VERY long time. I had a server and had the PBO's installed and they worked 100% fine, so I got a new server and installed the same PBO's, and it didn't work no matter what I tried. So then I bought ANOTHER server, thinking that I just got a dud or something and this one does not work either. If you think you can help then add me on Skype at roguecatfish64. I will be willing to pay someone if you are able to fix this problem. I will send all logs and other information through skype when you add me.
 
Sorry to say but your wasting your money, because of simple user error. Instance ID is located in the init.sqf of your mission.pbo.

Code:
//REALLY IMPORTANT VALUES
dayZ_instance = xxxx;                    //The instance
dayzHiveRequest = [];
initialized = false;
dayz_previousID = 0;

dayZ_instance = xxxx: is your instance ID, it needs to be the same as the server you are hosting.

If you're running a DayZ.st server, in your control panel you should see "Database Username" it should be similar to "bliss_xxxx" the 4 digits are your instance ID.
 
Back
Top