Search results

  1. Z

    [SOLVED] kill tasks in restart.bat for server restart?

    include this before call arma2oaserver.eze make sure to check twice the values of the params! .\MySQL\bin\mysql --user=root --password=root --host=127.0.0.1 --port=3306 --database=hivemind --execute="call pMain()"
  2. Z

    [SOLVED] kill tasks in restart.bat for server restart?

    start .\Expansion\beta\arma2oaserver.exe -port=2314 -mod=@dayz+;@hive -name=DayZ -config=DayZConfig\ServerSettings.cfg -cfg=DayZConfig\Arma2Config.cfg -profiles=DayZConfig use the absolute path but probably you will have problem with the space between Arma and the 2 number start C:\Arma...
  3. Z

    Possible to ban using the UID?

    include the UID in the bans.txt in the root of your game-sever folder dont remember if its ban.txt or bans.txt :P
  4. Z

    [SOLVED] kill tasks in restart.bat for server restart?

    MY BAD! sorry! the process must be: 1. global message to users on 10, 5 and 1 minute before 2. use BERCon #shutdown to shutdown the server it posible this crash but it will not have any rollback 3. kill arma2oaserver.exe dont kill the mysqld it's not necesary 4. make a bat put in the root...
  5. Z

    [SOLVED] kill tasks in restart.bat for server restart?

    msyql.exe serves the database software you don't need to kill him, if you want to respawn vehicles you must call db_spawn_vehicles.pl https://github.com/ayan4m1/DayZ-Private/blob/master/db_spawn_vehicles.pl so de entire procedure must be: 1. global message to users on 10, 5 and 1 minute...
  6. Z

    [SOLVED] kill tasks in restart.bat for server restart?

    wich cmd for mysql? can you post a screenshot?
  7. Z

    Stuck on Waiting for Character to Create

    that problems is related with: 1. bad configuration of hive 2. corrupted mission 3. server file missing (if its bliss can be @bliss_1.chernarus in startup line)
  8. Z

    DayZ Lotto

    to avoid loosing the PATH variable you need to use full paths and inside the bat use START as someone says before: start cscript C:\tools\DayZLotto\DayZLotto.vbs can you check that?
  9. Z

    Guía de herramientas y scripts útiles [actualizable]

    En éste post tratare de reunir las cosas mas útiles e importantes para ayudar a administrar nuestros servidores o todo lo relacionado con el modding de Arma2. Herramientas para creación de texturas, descompresores/compresores de PBO, firma de PBO, BIN...
  10. Z

    addon signature problems

    http://www.armaholic.com/page.php?id=2065
  11. Z

    [SOLVED] kill tasks in restart.bat for server restart?

    the procees i use on my servers is: 1. global message to users on 10, 5 and 1 minute before 2. use BERCon #shutdown to shutdown the server it posible this crash but it will not have any rollback 3. kill arma2oa.exe 4. start again arma2oa.exe with the parameters you need mysql can keep...
  12. Z

    DayZ Lotto

    in BEC you must make a bat to call the lottto, do you do that?
  13. Z

    ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (10061)

    es posible que el usuario con el que estés intentando conectar no tenga permisos para 127.0.0.1 pero SI para localhost instala heidisql, crea una nueva coneccion luego da clic en el icono de usuarios y chequea que el usuario que estés usando tenga permisos en 127.0.0.1
  14. Z

    Players being maked as dead - Fresh spawn on login.

    wich map? wich branch/repo? (pwnzor, bliss, etc) do you edited the mission file to make new respawns?
  15. Z

    Having trouble with custom skins

    try this: side = 1; weapons[] = {"Throw","Put"}; backpack = ""; magazines[] = {}; respawnWeapons[] = {"Throw","Put"}; respawnMagazines[] = {}; weaponSlots = "1+4+ 12*256+ 2*4096+2+ 8*16 + 12*131072"; canHideBodies = 1;
  16. Z

    Write to database using HiveEXT.dll

    another point is to check the version of the hive and the distribution, the generic query can be numbered with 999 or 998 or other custom if its a repack of the hive
  17. Z

    Write to database using HiveEXT.dll

    column recht?
  18. Z

    Namalsk Forest Spawns

    nice, i think we can share a dayzdb.com custom map to see a general pciture of where the spawns are to see if we can add/remove or change somes, a lo of work of course, but a custom map will help in the developmet to know where are the things
  19. Z

    How can Sync two server player info just like official server?

    i can make the necesary code to make this work as y detailed before, ut you need to promise me to share your improvments, we need more new and fresh things to make the community of dayz and opendayz and ours growing :D
  20. Z

    How can Sync two server player info just like official server?

    its a bad idea share teh vehicles the changes in one and other severs don't be showed until restart. that is the reason to onlye share the player and maintain a consistent survivor id to avoid problem with deployables and vehicles.
Back
Top