Search results

  1. Seven

    Full list of lootable buildings and lootable stuff

    these are the spawn points http://pastebin.com/j4JUD5vG
  2. Seven

    Bullet Trajectory

    The problem of scopes will more than likely be the same as the field of view issue. But there are many aspects such as iron sites are zeroed to short range whilst scopes are zeroed for the guns max range.
  3. Seven

    Bullet Trajectory

    This error seems to be down to the air friction variable set on the bullets: class B_556x45_Ball: BulletBase { hit=8; indirectHit=0; indirectHitRange=0; cost=1; airFriction=-0.001425; caliber=0.5...
  4. Seven

    [Request] Re-Enable the Scoreboard?

    This is defined in the config.cpp, can't be undone without repacking @dayz_code and sending to all your clients.
  5. Seven

    Will pay $100 for someone to rewrite the hiveext.dll to work with our custom variables

    I'm confused why you can't just use 999. It was put in for custom commands.
  6. Seven

    Sahrani Server Setup

    Like I said the problem was on your client side. Commander was not launching correctly because the server was not detected as a Sahrani server. Yes the server was at fault too. But the server was correct, just a problem you created while setting the name incorrectly.
  7. Seven

    1.7.7 was a kick in the nuts to the modding community from Rocket

    I'm Sorry but this thread is retarded... All I hear are kids complaining that DayZ has zombies. And everything is banned. If you don't want zombies, go play Arma 2. Remember that game that DayZ runs off? So what you did was take DayZ and remove one of the key features that makes it DayZ. The...
  8. Seven

    Sahrani Server Setup

    the errors are on your client side not the servers side.
  9. Seven

    DayZ Chenarus Auto Refuel! All stations!

    As I've said before, this is not my code, I take no credit in its creation, only to my modifications so that it wasn't automatic refuel.
  10. Seven

    Sahrani Server Setup

    Wait. You don't need to change any command lines for commander, Commander detects Sahrani no problem. @DayZ has nothing to do with Sahrani, you will only cause problems using this. There is no "retrying Authentication" in our build since this is a feature of 1.7.7 code, We run 1.7.5 base code.
  11. Seven

    Sahrani Server Setup

    oac_core is part of Sahrani. You aren't launching the server correctly. Post your command line.
  12. Seven

    How to automatically reload tent inventory from database

    The database has no power to force data to the server, the server requests information. This idea would need to be done in the game.
  13. Seven

    arma2oaserver.exe - System Error

    the tbbmalloc.dll must be in the root directory of arma. If that isn't working try putting it in your system32
  14. Seven

    Sahrani Server Setup

    You will need to use Mysql Workbench or some other program to run the SQL file. The SQL file is a standard SQL you get with DayZ so there is nothing different except for the vehicle locations. Navicat clearly doesn't like it. Or your SQL server is setup incorrectly.
  15. Seven

    100% Custom Loot tables - TUTORIAL

    Sorry, I've been extremely busy the last couple of days. When I'm free I will update the tutorial to 1.7.7 layout.
  16. Seven

    Server Object Not Found

    Only thing I can think of is a client is deleting an object, but not informing the server of its deletion in time. And this object is running some threads to watch for events. There is so many possibilities. I would be nice if BI had released documentation to their error codes.
  17. Seven

    SQM (2d) to SQF (3d)

    Here is a PHP parser that converts sqm files to SQL for easy insertion into your database. http://pastebin.com/5CyeH9Mf
  18. Seven

    How to create Mod Pack`s ?

    You shouldn't be repacking other peoples work, Mods are already packed with their own bisigns and keys. You have no need to repack them.
  19. Seven

    How to post your server correctly

    click the delete button, but if not your screwed and Pwnoz0r is gonna come after you.
  20. Seven

    Custom Loadout for Donators

    Its actually easy enough to do with the "999" code on the hive access. You just need to make the changes to server_playerSetup.sqf to allow it to read the needed data from the database.
Back
Top