Search results

  1. S

    Duplicate Entry SQL

    I'm not familiar with what a BIEDI file is. All I know is that to me it sounds like you've already got the barracks in the "deployable" tab, and that the new ones your trying to add need to call that deployable ID in "instance_deployable". I get that error all the time when im adding buildings...
  2. S

    Duplicate Entry SQL

    It sounds like you've already got "land_mil_barracks" added as a deployable. The "instance_deployable" calls that table. So if your "land_mil_barracks" is ID 1, then your "instance deployable" table would call out for "deployable ID" set to 1, then that barracks's worldspace and all that other...
  3. S

    =BTC= Fast Rope

    I'm not looking at files ATM, but at the top in one of the three files will say something like btc_h = 8 I changed that to 15 and no issues. Tried 30 but player falls and dies.
  4. S

    Strip vehicles for parts

    Here's what we've found out in my community: If you "own" a vehicle by getting in it, you are able to take parts off only once per item, and when you repair it works. But if you don't "own" the vehicle because you're not the last person to get in drivers seat, you can take infinite parts off...
  5. S

    100% Custom Loot tables - TUTORIAL

    I just put them on my npcs, makes a nice gift for someone or s group that takes them out lol. <3 M8_sharpshooter no need for rmod or anything either.
  6. S

    Dayz custom buildings need help!

    You have to delete the buildings in the "instance_building" tab before you can delete the building type from the "building" tab. The "Instance_building" needs the info from the "building" tab and it won't let you delete it first because of that.
  7. S

    custom player spawns

    So we need to change the last 6, not the set of 100(0-99) before that line of code?
  8. S

    Players Spawning in as Birds...

    Still no word on a fix for this? It's killing my server.
  9. S

    Death msgs on dayz.st

    Do you guys have any idea how to make it to where its not only friendly fire? Ideally i would like it to be anyone that kills anyone. Is this not workable to have that?
  10. S

    100% Custom Loot tables - TUTORIAL

    I've come to the conclusion that if an item is banned, it will make the script not work. I added ghillie and camo to military spawns perfectly fine but
  11. S

    100% Custom Loot tables - TUTORIAL

    I can't at moment, but see if this works when you add it. ["M8_carbineGL","weapon"] it works if I add it to my inventory via database, but I'm thinking it doesn't actually spawn and its causing script not to work.
  12. S

    Death msgs on dayz.st

    That got it to work for me, but only friendly fire too.
  13. S

    100% Custom Loot tables - TUTORIAL

    In Vybor's school, supermarket, and couple houses. And also down in Cherno's big industrial building. I spawned in coast near it, and nothing spawned in during that treck. EDIT: I got it to work using only the standard one posted here. I tried editing it, and i think the weapons i tried...
  14. S

    Death msgs on dayz.st

    Maybe the server/init/server_functions.sqf is suppose to be in there? server functions calls out the server_playersetup.sqf and server_playerdied.sqf. Such as: if (isNull _playerObj) exitWith { diag_log ("SETUP INIT FAILED: Exiting, player object null: " + str(_playerObj)); }; //Add...
  15. S

    100% Custom Loot tables - TUTORIAL

    No luck here. It just makes no loot spawn. Got the log's to say "CUSTOM LOOT SPAWN" like it should, no buildings spawn anything though. Checked 4 types of buildings, waited 15 minutes, etc.
  16. S

    Skin depending of the username (or how to add custom skins for factions ? )

    Anyone having issues with loss of backpacks or the new skin not bring able to pick backpacks up? I've tried a version of skins and was not able to pick up packs, and lost the one I had when i put skin on.
  17. S

    Strip vehicles for parts

    Nevermind, i got it to work off of the instructions listed. If you change the damage values, then it doesn't work properly. FYI to everyone.
  18. S

    Strip vehicles for parts

    Im going to try it without other mods in the selfaction and variables tomorrow or friday, see if those are affecting it.
  19. S

    Strip vehicles for parts

    http://opendayz.net/index.php?threads/strip-vehicles-for-parts.7986/page-6#post-24160 I followed those instructions, using newest compile and variables, and it works kinda. I can pull all items, but only damages fuel and engine. If I harvest a tire, it gives me one, but doesn't damage tire on...
  20. S

    US 424 - Custom Ghillie Options - 70+ Each SUV/UAZ

    Have now added Scar variations and G36 (Camo) variations to heli crash. Commander is still not recognizing dayz.st servers, but PlayWithSix will launch it w/o a problem
Back
Top