Search results

  1. Kevin-

    Krixes - Self Bloodbag Script

    From people that have been reporting to me on my server they're saying that you can't put the blood bag into your body but instead you can take blood from yourself to test it? I haven't been able to scroll wheel "Self-Bloodbag" like this script so maybe it is done another way?
  2. Kevin-

    Krixes - Self Bloodbag Script

    So I'll take it as no one has tried it yet? When I have tried it, the option for self bloodbag does not come up. Due to them probably changing the item id for each bloodbag.
  3. Kevin-

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    Yeah I haven't been able to get it working :/
  4. Kevin-

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    So server loads but zeds nor loot is spawning... Did whatever the tutorial said will try what ericpeterson99 has done above.
  5. Kevin-

    Krixes - Self Bloodbag Script

    Umm so since no one has asked has anyone tried this on 1.8.1? DayZ Chernarus not Epoch? Since they have revamped the whole blood system I'd imagine that the code would need to be reworked.
  6. Kevin-

    DayZ 1.8.1 Vehicle Spawning, and Default Loadout?

    I'm running on a decdicated using DayZCC (though DayZCC does not really work at the moment as they have not updated to support (1.8.1). But yeah I do agree, finding the worldspace is probably the harder part of spawning in the vehicles.
  7. Kevin-

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    I did see some new objects such as different blood types and blood test kits, there are also some new item models.
  8. Kevin-

    DayZ 1.8.1 Vehicle Spawning, and Default Loadout?

    With this new DayZ Update and MySQL changes came some issue that I have no been able to resolve. Firstly I am trying to understand how to spawn vehicles on the server, and how would I be able to add more spawn points to the server. As right now I have not seen one vehicle that came from the...
  9. Kevin-

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    Has anyone attempted this on DayZ 1.8.1? Just wondering since I really do not want to have to do this all over again just to find out that the script needs to be updated.
  10. Kevin-

    DayZ 1.8.1 Vehicle Spawning

    Would like to know as well as we're planning on updating to 1.8.1 soon. Unfortunately I am not very familiar with MySQL so I am unable to help.
  11. Kevin-

    Adding more ammo to UH1H and Mi17 - Only One Gunner seat works?

    THANK YOU cyrq, for those who are curious using the adddmagazineturret classname ended up working. _vehicle_138 = objNull; if (true) then { _this = createVehicle ["UH1H_DZ", [worlddspace], [], 0, "CAN_COLLIDE"]; _vehicle_138 = _this; _this setDir -89.540604; _this setPos [worldspace]...
  12. Kevin-

    Adding more ammo to UH1H and Mi17 - Only One Gunner seat works?

    Ok so I figured that if I wanted to add the ammo the vehicles that were spawned through the mission or server pbo. Then I have to include it in the sqf. This ended up working for me. _vehicle_138 = objNull; if (true) then { _this = createVehicle ["UH1H_DZ", [worldspace], [], 0...
  13. Kevin-

    Adding more ammo to UH1H and Mi17 - Only One Gunner seat works?

    That is basically my question Jinete, I can add ammo to the vehicles in the server_monitor.sqf, but the problem is that if there is two gunner seats, only one seat gets the ammo.
  14. Kevin-

    Adding more ammo to UH1H and Mi17 - Only One Gunner seat works?

    So I took the basis off this thread: http://opendayz.net/threads/release-bi-planes-with-m240s-on-1-7-7-1.12829/ I was tired of only starting with 100 bullets in the helicopters so I decided to attempt to just replace the vehicle class to the uh1h and mi17s anyways, my code is this... if...
  15. Kevin-

    Converting HFB Reality Server Database to Pwnoz0r's DB

    So as the title suggest we used to be with the HFB server provider and we decided to setup a dedicated server and use Pwnoz0rs Private Server files since this is currently the only one supported... Anyways since the database tables are different, we're stuck on merging the database tables such...
  16. Kevin-

    Testing Mission/Server PBOs locally?

    As the title says I'm curious on how I should test mission files without interrupting my players by restarting the server, because there may be a chance I put some bad code and it'd take time to debug what the issue is. All I need to do is be able to test mission and server pbos, I don't need to...
  17. Kevin-

    DayZ 1.8 Auto Refuel Not Working?

    So I just replace all three files currently in the root of the original 1.8 pbo?
  18. Kevin-

    DayZ 1.8 Auto Refuel Not Working?

    Anyone else have any luck?
  19. Kevin-

    DayZ 1.8 Auto Refuel Not Working?

    At least for me, auto refuel has not been working. I've got custom buildings working but I haven't gotten auto refuel to be working. I am using HFB atm, and I used this link to try and get auto refuelling working. http://dayz.st/w/HOW-TO_add_Auto_Refuel I know that they cleaned the init.sqf...
  20. Kevin-

    Krixes - Self Bloodbag Script

    Can confirm that this script does work with 1.7.7.1.... Just follow the 1.7.7.1 tutorial and your good to go! :)
Back
Top