Search results

  1. R

    [Help Needed] How to overwrite an inventory on spawn

    Unfortunately these only cover the portion of getting the ammo box into the loot tables, not the overwriting of the inventory of the box. I appreciate you trying to help but it's not a solution to where I'm stuck.
  2. R

    [Help Needed] How to overwrite an inventory on spawn

    A few days ago I added MK17s to my server which use ammo that isn't naturally spawning. This gave me the idea to add the ammo as well as FNFAL ammo to the 7.62 ammo boxes... seeing as they are 7.62 rounds. The problem I'm running into is I can't figure out how to overwrite the ammobox inventory...
  3. R

    Custom loot table wont spawn items?

    Since you overwrote your compiles already I got rid of the line overwriting the building spawn loot in your init and moved it to your compiles. I'm not entirely sure it'll do anything, but I couldn't see anything wrong with what you did so it's all I could come up with.
  4. R

    100% Custom Loot tables - TUTORIAL

    I like the way you think, unfortunately I'm running into problems actually doing it. I've done some research and found out how to overwrite the inventory easily enough, but actually checking for the specific object is where I'm lost. Would it be possible for you to give me some guidance in that...
  5. R

    Is it possible to add new loot locations?

    This might help you get to where you want to be http://opendayz.net/threads/100-custom-loot-tables-tutorial.8474/
  6. R

    100% Custom Loot tables - TUTORIAL

    Sorry for the double post, but I noticed this and I am interested in changing them. Would it be possible for you to put together a set of instructions on how to do this as well? It'd be much appreciated.
  7. R

    [Tutorial] Editing Heli Crashes - 1.7.6.1 (Simplified)

    For the sake of knowing what you are customizing, here is the default loot table I found in dayz_code\config.cpp class HeliCrash: Default { zombieChance = 0.4; maxRoaming = 2; zombieClass[] = {"z_soldier_pilot"}; lootChance = 0.5; lootPos[] = {}; itemType[] ={...
  8. R

    100% Custom Loot tables - TUTORIAL

    I'm interested in changing the contents of the ammo boxes, but I can't seem to find where to do that seeing as they are just spawned in like items with no note of whats in them. Would anyone be capable of directing me to the right location to do this? I've had no luck looking thus far.
  9. R

    [Release] - BTC Fast Roping

    Alright cool, it would be much appreciated. My buddies love fast roping down out of my chopper into the cities, but picking them back up is where things get a bit more difficult. That's why I'm thinking an ability to climb rope would be pretty badass.
  10. R

    [Release] - BTC Fast Roping

    Would it be possible for you to add a climb rope feature so people could enter the helicopter through the rope? I'm not sure how hard this task would be so forgive me if I'm asking for you to move mountains.
  11. R

    Need help to impliment nuke script into admin tools script

    Note: I haven't tested this, and probably won't be. Don't blame me if shit goes horribly wrong. I think it would be as simple as throwing the nuke.sqf into \admintools\tool\ then going to he AdmintoolsMain.sqf and finding As side notes, that profile pic is atrocious and should probably stop...
  12. R

    Need help with death messages

    I can try to get it working if you want, i'll need you to post your default files and you'll need to tell me what you want it to say.
  13. R

    HALO Jump Tutorial - Simplified

    I'm running into an issue with hueys not getting the option to HALO jump, while other air vehicles do. At this point I'm pretty confused as to what is causing this because on a rare occasion a huey will get the HALO jump option for no apparent reason with no apparent pattern. Edit: Also seeing...
  14. R

    New server owner seeking a bit of help

    Dunno for sure seeing as I've always hosted with dayz.st, but I could take a shot in the dark for you. server_playerLogin = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\server_playerLogin.sqf"; Is found in the functions.sqf of the server pbo, it directs to the compile...
  15. R

    DayZ Admin tools

    Go to AdminToolsMain.sqf and find this WeaponMenu = [ ["",true], ["No Weapons", [2], "", -5, [["expression", format[EXECscript3,"items.sqf"]]], "1", "1"], ["M4 Holo", [3], "", -5, [["expression", format[EXECscript3,"itemz.sqf"]]], "1", "1"], ["M4 CCO SD", [4], ""...
  16. R

    DayZ Admin tools

    I feel dumb, I hadn't realized you updated it to use the scroll wheel instead of hotkey binds. I've noticed that turning off the esp/tele completely breaks hotkeys... Any idea why this might be?
  17. R

    DayZ Admin tools

    Still not working, I even tried reverting all the changes I made to customize it back to default along with it. Any other ideas? Thanks for your time.
  18. R

    DayZ Admin tools

    Sorry if this was mentioned somewhere in the thread already, but after reading through several pages I found didn't have the fortitude to read through every post of 31 pages. I'm experiencing a problem where if I activate ESP then deactivate it I can't open the tools menu until I disconnect and...
  19. R

    HALO Jumps for dayz

    thanks man, I appreciate the help
Back
Top