Search results

  1. Doc

    Player's Position on the map

    Go to cfgdayz\Users\cfgdayz\cfgdayz.ArmA2OAProfile find: class Regular { class Flags { //A bunch of crap here }; } Insde the bunch of crap find map=1; Change the 1 to a 0. Save. Restart server. If you are on a different difficulty, just...
  2. Doc

    Server Object Not Found

    Yellow chain! And aye, you are not alone. 2:21:56 Server: Object 4:255 not found (message 91) 2:21:56 Server: Object 4:254 not found (message 98) 2:21:58 Server: Object 4:257 not found (message 91) 2:21:58 Server: Object 4:256 not found (message 99) 2:21:59 Server: Object 4:259 not found...
  3. Doc

    [REQUEST] Is there an compatible Admin panel?

    I'd love to release it, but atm it's 30% done and as my database is highly modified, it will not work on standard installations unless i do a lot of fiddling - If my workload clears up i will return to the project :)
  4. Doc

    [REQUEST] Is there an compatible Admin panel?

    I am currently coding a php webpanel which can do anything from view player maps, teleport/edit players all the way to set up cron jobs for backups and kick players with certain equipment etc. If I ever finish it I may release it
  5. Doc

    Vehicle Hit points Modify

    If you use my Improved Vehicle Functions (stickied in General section) you can specify spawning hitpoints for each vehicle. I don't know if it has updated since 1.7.5.0 but Object_spawns certainly didn't have a hitpoints and Inventory field in 1.7.4.4
  6. Doc

    Need help with scrip restrictions

    Hi, Nevermind script restrictions, the MLRS will never spawn on dayz as it is hardcoded in the banlist in dayz_anim\config.cpp Any vehicle/magazine/model etc listed there with the Banned{} class will never spawn. Similarly all those with FakeWeapon{} or FakeMagazine{} are removed on pick up...
  7. Doc

    Player's Position on the map

    http://opendayz.net/index.php?threads/new-admins-%C2%BF-how-configurate-servers-correctly.120/
  8. Doc

    increase vehicles spawn 1.7.5

    See the thread right at the top called "Improved Vehicle Spawn Functions" :)
  9. Doc

    [How-To] Add new Buildings and Objects via database

    Waves affect the height and this is how. The waves are dynamic, they move up and down continuously. On server start, the height of the building is relative to that of the wave at that given moment. So if the height is 2m, it would be 2m above the single spot on the wave directly below its...
  10. Doc

    [REQUEST] Custom Loadouts

    Ah, I thought so as weapons and inventory are in a nested array :) Glad it's sorted
  11. Doc

    How to constant daylight?

    Lines commented out with a ; are ignored. Uncomment the ; before the Type line and Hour line. Offset is only used in the custom type.
  12. Doc

    [REQUEST] Custom Loadouts

    ooh I see :) Thanks
  13. Doc

    [REQUEST] Custom Loadouts

    Looks like a nice solution Personally I recommend waiting for the database side release. I heard the guy that fixed the code for the foreign keys is really smart and sexy. PS Stapo, my SQF/C++ programming is crap, but should the arrays be in brackets? IE _mags = ["ItemBandage","ItemBandage"]...
  14. Doc

    [REQUEST] Custom Loadouts

    I think he is planning on storing loadouts in the database ;)
  15. Doc

    [SOLVED] Frequent Yellow Chains since update

    I have recently switched to stapos build which is amazingly easy to install, however I am having an issue with yellow chains: Mod Name: chernarus (1.7.5.1) Extras: wrecks + carepackages Problem Description: The server frequently has solid yellow chains/lag and desyncs which have only occured...
  16. Doc

    DayZ Private Server Files Pack (1.8.8)

    Make sure the line in your Battleye\Scripts.txt file beginning: 5 setFuel looks like this: 5 setFuel !"\"setFuel\"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !="dayzSetFuel_code = _code;" !="["dayzSetFuel", { (_this select 1) call local_setFuel; } ] call registe""
  17. Doc

    HAS FakeWeapon {}; KILLED PRIVATE HIVES?

    HAS FakeWeapon {}; KILLED PRIVATE HIVES? Since 1.7.5.1, something new and bad has appeared in dayz_anim\config.cpp. This file is where arma 2 classnames were banned, but since the update, something new has appeared.in the cfgWeapons class: class RifleCore; class FakeWeapon: RifleCore { scope...
  18. Doc

    DayZ Private Server Files Pack (1.8.8)

    Limiting factor is the number of set spawn locations in object_spawns and the vehicle limit in object_classes
  19. Doc

    DayZ Private Server Files Pack (1.8.8)

    I switched to stapos build - there was no other choice as I was losing a lot of my players for not updating. Sorry pwn!
  20. Doc

    [SOLVED] mysql help plz

    Hey, Firsly, install the MySQL server using the MSI installer (not the ZIP file) here: http://dev.mysql.com/downloads/mysql/5.5.html#downloads If you have any previous installations of mysql, uninstall them and delete: MySQL program files folder. For me this was C:\Program Files\MySQL...
Back
Top