Search results

  1. Seven

    100% Custom Loot tables - TUTORIAL

    UPDATED AS OF 08/04/2012 - 10:02 Ok so I got pestered for this, so here it is. 100% Custom Loot tables, no loot suppression, full control of what loot spawns in your server and where. Steps: Decompress your mission pbo Create a fixes folder create building_spawnLoot.sqf Put this code into...
  2. Seven

    HiveExt: [Error] Error fetching created character for playerId xxxxxxxxxx

    error in the array i would assume, post the inventory and backpack rows
  3. Seven

    Adding custom loot spawns?

    I have received quite a few pm's due to my previous post in this topic, So I can see its not as simple to figure out as I thought people would. So I will write up a tutorial on how to achieve custom loot spawns tonight or tomorrow.
  4. Seven

    Zombie Spawns while in Heli

    only 5 zombies spawn while in a chopper. inside player_spawncheck.sqf if (_inVehicle) then { _maxZombies = _maxZombies / 2; }; if (_isAir) then { _maxZombies = 5 };
  5. Seven

    please help custom skins reset to default on server startup

    That's horrible... use a switch switch (_playerID) do { case "000000000": { _model = "FR_R"; }; case "000000000": { _model = "GUE_Soldier_2";}; default {}; };
  6. Seven

    Adding a Map to Pwnozor's Server

    check your clients log file C:\Users\<username>\AppData\Local\ArmA 2 OA\arma2oa.RPT
  7. Seven

    Dayz Sahrani - Mod Development - Work In Progress

    I'm sorry I don't want this thread to turn into another one of these "Down with this sort of thing" threads. As a group we have decided that the food names are non bothersome to us. Our design plans for Sahrani involves a feature rich map. We are giving the user endless possibilities to how they...
  8. Seven

    Trouble setting up Sahrani server

    If you are using the new 0.2.1 files for Sahrani then you will get these errors. The version in Lite is 0.1 which uses the DayZ 1.7.4.4 code base. We will be launching new server code very soon once we finish testing
  9. Seven

    Dayz Sahrani - Mod Development - Work In Progress

    We are not doing this for promoting, I personally hate that type of attitude to gaming. We are open. Currently we have closed files to keep it easier to maintain server changes and error logs. Currently going through the problem with one of our providers purposely changing files to enable...
  10. Seven

    Change Logout Timer

    this was patched in 1.7.5.2
  11. Seven

    Changing the Servers port

    -port 2402 in your command line.
  12. Seven

    DayZ Commander?

    Yip, as we have already had with our test servers, converting them over to their packages can be a pain and can/has broken things. So once we are happy with the build we will be releasing the files.
  13. Seven

    Server Object Not Found

    I got these errors when a hacker blew up a fake vehicle
  14. Seven

    Web Map

    that will be handy yes :)
  15. Seven

    Web Map

    Can we get a downloadable copy of this so we can make admin abuse too... sorry, Admin tools.
  16. Seven

    Dayz Sahrani - Mod Development - Work In Progress

    v0.2 Shall be out soon :) Finally finished all of the 1.7.5.1 code changes plus a few little fixes here and there :)
  17. Seven

    Fps and the debug

    round(diag_fps) This will round it to a whole number.
  18. Seven

    Loot Bug Fix for v 0.1

    Don't worry, I have almost finished the 1.7.5.1 code. I am just redoing the spawn code to stop it spawning in really bad area's like the north west corner.
  19. Seven

    Loot Bug Fix for v 0.1

    I have taken note of this bug, I'll fix these bugs for 0.2
  20. Seven

    DayZ 1.7.5.1

    thevisad any update on the fix? Getting rather annoying listening to people moan about their gear going missing and some taking advantage of it to dupe stuff...
Back
Top