Search results

  1. G

    Taviana V1.5 - Unsubstantiated reports of vehicles despawning on restart

    It's whitelisted, so averages about 20-30 people during peak. We run for 4 hours before restarting, use p-schnieder bliss and MYSQL. Is it possible that the out of bounds scripts in bliss could be effecting this? Chernarus is half the size, so if they haven't been modified the tips of the...
  2. G

    Adding snow to your server

    Audio is this your script? I've written a random function into the effects .sqf and am testing it now. Would you be interested in integrating it into your script? Also you should throw this into the dayz community github and see if R4ZOR bites.
  3. G

    DayZWasteLandZ

    I like the idea audio, biggest improvements that get suggested on our wasteland server: Persistant building Weapon prices Solve those two in a balanced way and your onto something
  4. G

    Taviana V1.5 - Unsubstantiated reports of vehicles despawning on restart

    Like the title says, I haven't confirmed that this has happened. I have, however, had two fairly large clans reporting the same issue, that vehicles are not saving correctly and disappearing during a restart! Has anyone else had this issue and are the dayzland.eu crew aware of it if it is an...
  5. G

    Isduala Question

    What's the ratio of enterable buildings? I really like the map but I'm concerned people will complain about not being able to enter all the buildings
  6. G

    DayZ 2017 and Base Building

    Check out MGB killhouses Zedar. I'm planning to put some in Celle if I can polish them enough before V1.5. http://www.armaholic.com/page.php?id=15180&highlight=KILL%2BHOUSES They are run down cinderblock houses. The kind of thing you'd see post apocalypse. The wooden planks offer a few...
  7. G

    Carepackages

    Edit the function for care packages and you can do this. I'm assuming your using Bliss! Go to REPOSITORY (where you have bliss unzipped to) then pkg\carepkgs\compile Open fnc_carePkgs.sqf Line 7 You can add your box there, remeber to give it a number of loot positions, you'll see the if...
  8. G

    Issue with helicopter crashes - arrays not returning correct changes

    Awesome, I'll run try change it up now and run it for a few days. I'm taking it's not as simple as switching fn_buildWeightedArray.sqf with fn_arrayItemsByChance.sqf in the chopper functions right?
  9. G

    Issue with helicopter crashes - arrays not returning correct changes

    I see, can I use the one you've posted killzone_kid?
  10. G

    [Help] Loot Editing in MPMissions

    I've never used razor's hive, but the function should be the same. Someone has copied the yankicrash line from something I posted a while ago, so make sure that you are keeping it as spawn_helicrash or whatever the default is!!!
  11. G

    [Help] Loot Editing in MPMissions

    If you use bliss, you can edit the server_functions.sqf & the server_monitor.sqf helicrashes very easily. The code you've linked is what your looking for in the files. To add weapons, just add a new , ["your weapon","weapon"] in the _itemType line and place a chance in the _itemChance line.
  12. G

    Siphon fuel from Vehicles

    Audio/shinkicker, have you guys done any work on this recently? I had an idea yesterday to use Fuel trucks as big jerry cans, so I would be really interested in any progress!
  13. G

    BanZ Union - Shared ban list between reputable server owners

    Awesome work. Our were one of the first attached to the public hive, I think our banlist is around 3700 atm. I'll have a look at your website tonight.
  14. G

    Cmflareammo

    Flares are indeed deployed by little birds and Mi-17s. It's easy to see what's a chopper and what's not as they deploy two at a time, like in your logs.
  15. G

    Night vision

    It's very possible, just hunt through the spawn loot and you'll see itemNVG. What exactly are you trying to do?
  16. G

    @DayzTaviana v1.2.0

    I don't think it can be done, as you need to run build.pl with your instance ID. Changing the prebuild dayz_server.pbo creates a start up error. Unfortunetly Bliss hasn't updated either so I'm not sure when P-scheider will be able to update his forked version!!
  17. G

    Help with ShackTac BunnyHop for Dayz

    Wouldn't stress, I don't think anyone stops being a noob when it comes to this stuff, you just become a more educated noob each week :P If this is an addon (not a mission script) then anyone who joins your server will need the @blahblah addon instaled to be able to jump. However: You can...
  18. G

    Siphon fuel from Vehicles

    The add action in your init line may be run before vehicles are spawned, so ones from dayz database aren't getting the init. Maybe add if (!isdedicated) then { while {true} do //Code So it's continuous and not run by the server. EDIT: Also an anal retentive point, can you change gas to...
  19. G

    Issue with helicopter crashes - arrays not returning correct changes

    I orginally thought this too, but it seems far more likely to spawn the first item then the last, so there is some kind of randomization at play. For instance M240 is spawning far more then the 'trash'. Does anyone know how dayz does it?
  20. G

    Issue with helicopter crashes - arrays not returning correct changes

    I've got a server running 3 crash types. The crashes work fine, apart from the loot. The percentage is completely off and it seems to spawn most of the first 3-4 objects listed and ignores the chance array completely!!! I've posted the code below for each of them. (The original code wasn't...
Back
Top