bollazee
Members-
Content Count
27 -
Joined
-
Last visited
Everything posted by bollazee
-
ArmA II Persistent Stat Save Server and Open source
bollazee posted a topic in Mod Servers & Private Hives
After some hard work and many discussions we decided to make all our ArmA II files Open Source. Yes this includes our easy to use Persistent Stat Save Server for any ArmA II Multiplayer mission, This includes all Life servers such as Takistan Life, Zargabad Life, Chernarus Life etc, Also for Wasteland. Also included is our Dynamic Item and Weapons spawning scripts, Wasteland Persistent DB and Life Server Stat Saver. For more information visit our website: http://www.za-gamers.co.za, You will find all related items in our forum under the Open Source Projects Category. If you find our files usefull please don't hesitate to click on the contribution link on the main page. If you are unable to donate consider using our email and forum signature! You are welcome to contact me: bollazee@za-gamers.co.za Thank you / Kind Regards Happy Gaming ZA-Gamers -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
When i host a second server i want it to connect to a another server. but for some reason it connect to same database: panthera server: hivemind fallujah server: hivefall for some reason fallujah also connects to hivemind, even though i set it to connect to hivefall? -
ZA Gamers DayZ Panthera server online. nice server. map size is over 10km x 10km with over 50 in detail well made towns and cities. 43 vehicle spawns. this link provides all info needed! http://www.za-gamers.co.za/showthread.php?tid=66 also welcome to join ZA-Gamers ts on ts.za-gamers.co.za
-
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
glad i could help, now lemme have your beansssss!!!!!!!!!!!!!! :D -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
you miss understood. the password is not root DB the password is only "root" . DB = DataBase so with DB i meant the database name is hivemind, so the letters DB is not part of the password. you just miss read the sentenance, try again by only using root as password read my post again, i have updated it and explained it there -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
do you have any other databases running on the server? did you use correct password? password should also be "root" same as username. try again and if you can connect to the DB: then; use this to launch your server: @echo off if not exist .\AddOns goto error_noaddons tasklist /FI "IMAGENAME eq mysqld.exe" 2>NUL | find /I /N "mysqld.exe">NUL if "%ERRORLEVEL%"=="0" goto start_spawn echo. echo starting MySQL server. waiting 10 seconds... start /MIN /D.\MySQL\ MySQL.bat ping 127.0.0.1 -n 15 >NUL tasklist /FI "IMAGENAME eq mysqld.exe" 2>NUL | find /I /N "mysqld.exe">NUL if "%ERRORLEVEL%"=="1" goto error_mysql1 .\MySQL\cecho {02} OK.{07} :start_spawn echo. echo. echo executing spawn script... .\MySQL\bin\mysql --user root --password=root --host=127.0.0.1 --port=3316 --database=hivemind --execute="call pMain()" if "%ERRORLEVEL%"=="1" goto error_mysql2 ping 127.0.0.1 -n 2 >NUL .\MySQL\cecho {02} OK.{07} echo. echo. echo Starting server... start .\Expansion\beta\arma2oaserver.exe -mod=@dayz_fal;@stats_fal;@fallujah1_2 -name=cfgdayz -config=cfgdayz\server_fallujah.cfg -cfg=cfgdayz\arma2.cfg -profiles=cfgdayz -world=empty -maxMem=1024 if "%ERRORLEVEL%"=="1" goto error_arma2oaserver .\MySQL\cecho {02} OK.{07} echo. echo. echo leaving launcher... ping 127.0.0.1 -n 4 >NUL exit :error_noaddons set errmsg=ERROR: ArmA 2 AddOns folder is missing goto errorout :error_srvrunning set errmsg=ERROR: ArmA 2 OA Server already running goto errorout :error_mysql1 set errmsg=ERROR: Could not start MySQL goto errorout :error_mysql2 set errmsg=ERROR: Could not execute spawn script goto errorout :error_arma2oaserver set errmsg=ERROR: Could not start ArmA 2 OA Server goto errorout :errorout echo. echo. echo %errmsg% echo. echo. echo. echo Press any key to close this window. pause >nul exit After this there is a 50% change that you will get message: incorrect version server side. but we will cross the bridge once we get there -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
make sure you start the MySQL server with the provided .bat in the /MySQL folder. connection name??? - here you can use anything. use something that will remind you to what your connecting to. If you read the .bat that launches the server you will see the following information. MySQL username: root Password: root DB: hivemind port: 3316 host: localhost/127.0.0.1 >>>this part you miss read. password = root and DB = database name which is hivemind using this information you can connect to your DB via navicat/workbench update: make sure you vc redistributable 2008 32bit(x86) installed you can also change this information if your hosting a second server. you can then create a second database for the second server using same MySQL server. -
DayZ Coop - DayZ for Teamplayers! [Serverfiles included!]
bollazee replied to kennux's topic in Mod Servers & Private Hives
One question about this awesome mod, if you play in a squad where do you spawn? do you spawn on your squad mates? if not will this be possible? otherwise it removes the whole teamDM -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
I resolved the problem, on my personal computer i has VC++ 32bit installed and on the server 64bit, so i installed 32bit on the server and problem resolved, 2 days and a lousy redistributalbe was causing the issue -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
with original dayz no, with private hives yes. seems like my connection from server to DB is blocked, although i have opended and unlocked everything possible -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
so hosted it from my personal computer at home, and its working. For some reason not working on the dedicated server. Ports are open, sql running, correct files, correct settings, I can connect to the database but the server can't, i hosted server using port 2302 and 2314, no difference. Still ketting the message about incorrect version on server side application. i anyone know how to get connection from server to DB please share with me. -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
my server is running on port 2314 and yes all port are now opened. still same error. tried from multiple clients. -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
im done, not struggling anymore, rather leave it. Thank for the help, didnt work but thanks for the effort though Cheers -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
used the other files, turned off firewall, no firewall running, Error: THIS SERVER IS RUNNING AN INCORRECT VERSION OF THE SERVER SIDE APPLICATION. YOU CANNOT PLAY ON THIS SERVER. IF YOU ARE THE SERVER ADMIN PLEASE CONTACT DAYZ STAFF. -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
not running any firewall program, standard Server 2008 R2 firewall, will download and try it, -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
please accept my skype inv -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
Sorry for long post. i checked properties and nothing about being blocked. this is what i get in rpt: Updating base class M113Ambul_Base->Banned, by dayz_anim\config.bin/CfgVehicles/M113Ambul_UN_EP1/ Updating base class M113_Base->Banned, by dayz_anim\config.bin/CfgVehicles/M113_UN_EP1/ Updating base class M113Ambul_Base->Banned, by dayz_anim\config.bin/CfgVehicles/M113Ambul_TK_EP1/ Updating base class M113_Base->Banned, by dayz_anim\config.bin/CfgVehicles/M113_TK_EP1/ Updating base class M2A2_Base->Banned, by dayz_anim\config.bin/CfgVehicles/M2A2_EP1/ Updating base class M2A2_EP1->Banned, by dayz_anim\config.bin/CfgVehicles/M2A3_EP1/ Updating base class M2A2_Base->Banned, by dayz_anim\config.bin/CfgVehicles/M6_EP1/ Updating base class T55_Base->Banned, by dayz_anim\config.bin/CfgVehicles/T55_TK_EP1/ Updating base class T55_Base->Banned, by dayz_anim\config.bin/CfgVehicles/T55_TK_GUE_EP1/ Updating base class SUV_Base_EP1->Banned, by dayz_anim\config.bin/CfgVehicles/SUV_PMC_BAF/ Updating base class ATV_Base_EP1->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_ATV_D/ Updating base class LandRover_CZ_EP1->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_Offroad_D/ Updating base class BAF_Jackal2_BASE_D->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_Jackal2_L2A1_D/ Updating base class BAF_Jackal2_BASE_D->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_Jackal2_GMG_D/ Updating base class BAF_ATV_D->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_ATV_W/ Updating base class BAF_Jackal2_L2A1_D->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_Jackal2_L2A1_W/ Updating base class BAF_Jackal2_GMG_D->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_Jackal2_GMG_W/ Updating base class AH64D_EP1->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_Apache_AH1_D/ Updating base class Helicopter->Banned, by dayz_anim\config.bin/CfgVehicles/AW159_Lynx_BAF/ Updating base class Helicopter->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_Merlin_HC3_D/ Updating base class CH_47F_EP1->Banned, by dayz_anim\config.bin/CfgVehicles/CH_47F_BAF/ Updating base class Tank->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_FV510_D/ Updating base class BAF_FV510_D->Banned, by dayz_anim\config.bin/CfgVehicles/BAF_FV510_W/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/Offroad_SPG9_Gue/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/HMMWV_Ambulance/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/HMMWV_Avenger/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/USMC_Soldier/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/MTVR/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/Profiteer2/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/M119/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/DSHkM_Mini_TriPod/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/SearchLight/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/Igla_AA_pod_East/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/Metis/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/2b14_82mm/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/M252/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/M2HD_mini_TriPod/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/MK19_TriPod/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/A10/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/C130J/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/T34/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/M1A1/ Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/MLRS/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseWeakYellow/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseMediumOrange/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseMediumPale/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseStrongPale/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_EP1/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Cable_EP1/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street1_decor_EP1/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Small_EP1/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street1_EP1/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street2_EP1/ Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lampa_Ind_EP1/ 20:07:43 Mission dayz_222.fallujah: Number of roles (100) is different from 'description.ext::Header::maxPlayer' (26) 20:07:47 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl/ 20:07:47 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_ind/ 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:1 Error while trying to generate ST for points: 707, 706, 702 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:1 Error while trying to generate ST for points: 706, 705, 702 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:1 Error while trying to generate ST for points: 705, 704, 702 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:1 Error while trying to generate ST for points: 704, 703, 702 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:1 Error while trying to generate ST for points: 721, 722, 720 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:1 Error while trying to generate ST for points: 724, 720, 723 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:1 Error while trying to generate ST for points: 722, 723, 720 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:1 Error while trying to generate ST for points: 724, 725, 720 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:2 Error while trying to generate ST for points: 311, 312, 310 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:2 Error while trying to generate ST for points: 313, 310, 312 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:2 Error while trying to generate ST for points: 299, 298, 300 20:07:48 Warning: fallujah_hou\dum_mesto3_istan.p3d:2 Error while trying to generate ST for points: 301, 300, 298 20:07:48 Warning: special LOD contains 2nd UV set. 20:07:48 Warnings in fallujah_hou\dum_mesto3_istan.p3d:roadway 20:07:48 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl_3/ 20:07:48 ca\misc3\wf\wf_hesco_10x.p3d: house, config class missing 20:07:48 ca\misc3\wf\wf_hesco_10x.p3d: house, config class missing 20:07:48 ca\misc3\wf\wf_hesco_10x.p3d: house, config class missing 20:07:48 ca\misc3\wf\wf_hesco_10x.p3d: house, config class missing 20:07:48 ca\misc2\samsite\powgen_big.p3d: house, config class missing 20:07:49 ca\misc\houpacka.p3d: house, config class missing 20:07:49 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:49 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:49 ca\buildings\tents\fortress_02.p3d: house, config class missing 20:07:51 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:52 ca\buildings\tents\fortress_02.p3d: house, config class missing 20:07:52 ca\misc\houpacka.p3d: house, config class missing 20:07:52 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:52 ca\misc\houpacka.p3d: house, config class missing 20:07:52 ca\buildings\tents\pristresek.p3d: house, config class missing 20:07:52 ca\buildings\tents\fortress_02.p3d: house, config class missing 20:07:52 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:52 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:52 ca\buildings\tents\fortress_02.p3d: house, config class missing 20:07:52 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:53 ca\misc\fort_envelopebig.p3d: house, config class missing 20:07:53 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:53 ca\buildings\tents\fortress_02.p3d: house, config class missing 20:07:53 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:07:53 ca\buildings\tents\fortress_02.p3d: house, config class missing 20:07:53 ca\buildings\tents\fortress_02.p3d: house, config class missing 20:07:53 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl_2/ 20:07:53 ca\buildings\tents\fortress_01.p3d: house, config class missing 20:08:00 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl 20:08:02 "HIVE: Starting" 20:08:02 "HIVE: Request sent" 20:08:02 "READ/WRITE: " 20:08:02 Error in expression <ay = call compile format ["%1;",_data]; _resultArray; }; spawn_heliCrash = { pr> 20:08:02 Error position: <_resultArray; }; spawn_heliCrash = { pr> 20:08:02 Error Undefined variable in expression: _resultarray 20:08:02 File z\addons\dayz_server\init\server_functions.sqf, line 70 20:08:02 Error in expression < compile format ["%1",_data]; _status = _result select 0; _myArray = []; if (_s> 20:08:02 Error position: <_result select 0; _myArray = []; if (_s> 20:08:02 Error Undefined variable in expression: _result 20:08:02 File z\addons\dayz_server\system\server_monitor.sqf, line 24 20:08:02 UH1Wreck_DZ: MainTurret - unknown animation source MainTurret 20:08:02 UH1Wreck_DZ: MainGun - unknown animation source mainGun 20:08:02 UH1Wreck_DZ: Gatling - unknown animation source Gatling 20:08:02 "DW_DEBUG FPS : 0.958313" 20:08:02 "CLEANUP: INITIALIZING CLEANUP SCRIPT" 20:08:23 "STARTING LOGIN: ["3374016",B 1-1-A:1 ({ZAG}BollaZee) REMOTE]" 20:08:23 "LOGIN ATTEMPT: "3374016" {ZAG}BollaZee" 20:08:23 "READ/WRITE: " 20:08:23 "READ/WRITE: " 20:08:23 "READ/WRITE: " 20:08:23 "READ/WRITE: " 20:08:23 "READ/WRITE: " 20:08:23 "LOGIN LOADED: B 1-1-A:1 ({ZAG}BollaZee) REMOTE Type: Survivor1_DZ" 20:08:38 "DISCONNECT: {ZAG}BollaZee (3374016) Object: any, _characterID: any" 20:08:38 "HIVE: WRITE: "CHILD:103:3374016:any:2:"" 20:08:38 "WRITE: " 20:08:38 Client: Remote object 2:13 not found -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
how do i check if its blocked? how can the server start when it cant access database? if i shut database down it doesnt start, just stuck on executing spawn scripts scripts, if i start DB it launches correctly, so that means it does read tables from DB, -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
im checked the one you said. got this in last lines: 18:10:24 Error Undefined variable in expression: _resultarray 18:10:24 File z\addons\dayz_server\init\server_functions.sqf, line 70 18:10:24 Error in expression <] call server_hiveReadWrite; _outcome = _result select 0; if(_outcome == "PASS")> 18:10:24 Error position: <_result select 0; if(_outcome == "PASS")> 18:10:24 Error Undefined variable in expression: _result 18:10:29 "DW_DEBUG FPS : 45.8453" 18:13:02 "DISCONNECT: {ZAG}BollaZee (3374016) Object: any, _characterID: any" 18:13:02 "HIVE: WRITE: "CHILD:103:3374016:any:2:"" 18:13:02 Client: Remote object 2:11 not found 18:13:02 Client: Remote object 2:12 not found 18:13:02 Client: Remote object 2:13 not found 18:13:02 "WRITE: " 18:13:30 "DW_DEBUG FPS : 46.5116" 18:15:24 "READ/WRITE: " 18:15:24 Error in expression <ay = call compile format ["%1;",_data]; _resultArray; }; spawn_heliCrash = { pr> 18:15:24 Error position: <_resultArray; }; spawn_heliCrash = { pr> 18:15:24 Error Undefined variable in expression: _resultarray 18:15:24 File z\addons\dayz_server\init\server_functions.sqf, line 70 18:15:24 Error in expression <] call server_hiveReadWrite; _outcome = _result select 0; if(_outcome == "PASS")> 18:15:24 Error position: <_result select 0; if(_outcome == "PASS")> 18:15:24 Error Undefined variable in expression: _result 18:16:31 "DW_DEBUG FPS : 46.5116" 18:19:32 "DW_DEBUG FPS : 44.9438" 18:20:24 "READ/WRITE: " 18:20:24 Error in expression <ay = call compile format ["%1;",_data]; _resultArray; }; spawn_heliCrash = { pr> 18:20:24 Error position: <_resultArray; }; spawn_heliCrash = { pr> 18:20:24 Error Undefined variable in expression: _resultarray 18:20:24 File z\addons\dayz_server\init\server_functions.sqf, line 70 18:20:24 Error in expression <] call server_hiveReadWrite; _outcome = _result select 0; if(_outcome == "PASS")> 18:20:24 Error position: <_result select 0; if(_outcome == "PASS")> 18:20:24 Error Undefined variable in expression: _result -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
command line is exactly like yours: @echo off SET timezonediff=-12 if not exist .\AddOns goto error_noaddons tasklist /FI "IMAGENAME eq arma2oaserver.exe" 2>NUL | find /I /N "arma2oaserver.exe">NUL if "%ERRORLEVEL%"=="0" goto error_srvrunning tasklist /FI "IMAGENAME eq mysqld.exe" 2>NUL | find /I /N "mysqld.exe">NUL if "%ERRORLEVEL%"=="0" goto start_spawn echo. echo starting MySQL server. waiting 10 seconds... start /MIN /D.\MySQL\ MySQL.bat ping 127.0.0.1 -n 15 >NUL tasklist /FI "IMAGENAME eq mysqld.exe" 2>NUL | find /I /N "mysqld.exe">NUL if "%ERRORLEVEL%"=="1" goto error_mysql1 .\MySQL\cecho {02} OK.{07} :start_spawn echo. echo. echo executing spawn script... .\MySQL\bin\mysql --user root --password=root --host=127.0.0.1 --port=3316 --database=hivemind --execute="call pMain()" if "%ERRORLEVEL%"=="1" goto error_mysql2 ping 127.0.0.1 -n 2 >NUL .\MySQL\cecho {02} OK.{07} echo. echo. echo Starting server... start .\Expansion\beta\arma2oaserver.exe -mod=@dayz_fal;@stats_fal;@fallujah1_2 -name=cfgdayz -config=cfgdayz\server_fallujah.cfg -cfg=cfgdayz\arma2.cfg -profiles=cfgdayz -world=empty -maxMem=1024 if "%ERRORLEVEL%"=="1" goto error_arma2oaserver .\MySQL\cecho {02} OK.{07} echo. echo. echo leaving launcher... ping 127.0.0.1 -n 4 >NUL exit :error_noaddons set errmsg=ERROR: ArmA 2 AddOns folder is missing goto errorout :error_srvrunning set errmsg=ERROR: ArmA 2 OA Server already running goto errorout :error_mysql1 set errmsg=ERROR: Could not start MySQL goto errorout :error_mysql2 set errmsg=ERROR: Could not execute spawn script goto errorout :error_arma2oaserver set errmsg=ERROR: Could not start ArmA 2 OA Server goto errorout :errorout echo. echo. echo %errmsg% echo. echo. echo. echo Press any key to close this window. pause >nul exit -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
i joined, got the server version blah blah, while there i dumped the sql. /* Navicat MySQL Data Transfer Source Server : localhost_3316 Source Server Version : 50524 Source Host : localhost:3316 Source Database : hivemind Target Server Type : MYSQL Target Server Version : 50524 File Encoding : 65001 Date: 2012-10-05 17:55:37 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `character_data` -- ---------------------------- DROP TABLE IF EXISTS `character_data`; CREATE TABLE `character_data` ( `CharacterID` int(10) unsigned NOT NULL AUTO_INCREMENT, `PlayerUID` varchar(16) NOT NULL DEFAULT '', `Alive` tinyint(1) NOT NULL DEFAULT '1', `InstanceID` varchar(4) NOT NULL DEFAULT '', `Worldspace` varchar(64) NOT NULL DEFAULT '[]', `Inventory` varchar(2048) NOT NULL DEFAULT '[]', `Backpack` varchar(2048) NOT NULL DEFAULT '[]', `Medical` varchar(128) NOT NULL DEFAULT '[]', `Generation` smallint(4) unsigned NOT NULL DEFAULT '0', `Datestamp` timestamp NULL DEFAULT NULL, `LastLogin` timestamp NULL DEFAULT NULL, `LastAte` timestamp NULL DEFAULT NULL, `LastDrank` timestamp NULL DEFAULT NULL, `Humanity` mediumint(6) DEFAULT NULL, `KillsZ` mediumint(5) unsigned NOT NULL DEFAULT '0', `HeadshotsZ` mediumint(5) unsigned NOT NULL DEFAULT '0', `distanceFoot` bigint(15) unsigned NOT NULL DEFAULT '0', `duration` int(10) NOT NULL DEFAULT '0', `currentState` varchar(128) NOT NULL DEFAULT '[]', `KillsH` mediumint(5) unsigned NOT NULL DEFAULT '0', `KillsB` mediumint(5) unsigned NOT NULL DEFAULT '0', `Model` varchar(32) NOT NULL DEFAULT '"Survivor1_DZ"', PRIMARY KEY (`CharacterID`) ) ENGINE=MyISAM AUTO_INCREMENT=588 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of character_data -- ---------------------------- -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
im using everything you supplied, with latest battleye and latest beta patch, version 97678. the server launches with your supplied .bat. got exactly the same files on client than on server side. -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
This is a waste of time, everything is exactly like dethica said it should be and its still not working. i have done everything like it said i should. THIS SERVER IS RUNNING AN INCORRECT VERSION OF THE SERVER SIDE APPLICATION. YOU CANNOT PLAY ON THIS SERVER. IF YOU ARE THE SERVER ADMIN PLEASE CONTACT DAYZ STAFF. -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
if there is anyone that knows what they are doing and have the time assist me please do so, i wll set up ammy admin and you can check everything yourself. -
DayZ Takistan and Fallujah serverfiles for 1.7.2.6 !
bollazee replied to dethica's topic in Mod Servers & Private Hives
my battleye is set to 1, the server starts up with battleye, its shows battleye 1.64, and i even zipped and downloaded the @dayz_fal and @fallujah1_2 from my server and joined the game with the exact same files, i have cleared character tables and still the same, i restored all tables, still the same, re installed everything, still the same, i have done everything possible, the db is accesable and has no errors, my rpt has no errors, the server launches fine and i join the game fine, when i click on oky i get the wrong version on server please contact dayz staff message, now i dont think they are going to assist me if i contact them