Search results

  1. D

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    I might be able to put you in touch with a guy who could help. He runs an Namalsk Overpoch server, but he knows his stuff better than I do and could help shed some light possibly. He runs Dawn Patrol. He goes by Kobayashi. http://www.dawnpatroldayz.com/ I haven't spoken with him in awhile. I'll...
  2. D

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    I recall a file that held the actual loot positions. There are programs out there that allow you to go into the map editor, enter a building, and retrieve coordinates for loot spawns. I wonder if thats what you're missing?
  3. D

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    Personally I have never messed around with the new vanilla dayz at all, and it looks like they've changed a lot. But right from the start I can see that you're not using the Namalsk variables in those loot files. building_spawnloot.sqf (old) _config = missionConfigFile >>...
  4. D

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    Mission PBO https://www.dropbox.com/s/920iqdkssyn82zx/dayz_1.namalsk.pbo?dl=0 Server PBO https://www.dropbox.com/s/7kb8dvuov9ujfnl/dayz_server.pbo?dl=0
  5. D

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    On a side note. I also had a hard drive issue and had to reinstall everything. Now I can't get the compare plugin for notepad++ to work for some reason.
  6. D

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    Take a peak at the links I posted. Those were directly from your old files. They include namalsk buildings and variables. I'll try and get your PBO's onto my drop box if they'll fit.
  7. D

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    Zeehond! My man! I'm excited you have Namalsk back up and running. I might come play! I still have all of your old mission files and stuff bud. My guess with the loot not spawning in Namalsk buildings is that you are missing this possibly? CfgBuildingLootNamalsk.hpp http://pastebin.com/httQXVC9...
  8. D

    Lets play spot the error in Scheduler.xml

    I have no idea what you're doing with your start times. All you have to do is look at the examples they gave you and replicate them. Your first message about teamspeak seems to be set up correctly. Your start time is supposed to be how long after the server has been running do you want to...
  9. D

    Help adding multiple map markers at once for carepackages!

    awesome Sheep thanks bud. I wish there was an easier/cleaner way because this is going to make the script huge. The carepackage drop runs every couple of minutes so there could be a dozen or more after a little bit.
  10. D

    HELP Spawning Smoke On Dead Player Corpse!

    I actually think I got this working. I just found the relevant part of the player_death.sqf where it grabs the player ID and changed the variable to the above code I pasted like so _smoke = "SmokeShellGreen" createVehicle (position _body); _smoke attachTo [_body];
  11. D

    Help adding multiple map markers at once for carepackages!

    So again I run a battle royale event server from time to time. One of the features is that carepackages are frequently dropped. I was able to go in and edit the file to add a marker on the map for the carepackage when it's dropped, and it is removed when a player gets close to the carepackage...
  12. D

    HELP Spawning Smoke On Dead Player Corpse!

    I run battle royale events from time to time and I thought it would be a nice feature to have a smoke grenade spawn on the dead corpses, Im just not sure how/where to make this edit. I was thinking in the player_death.sqf but Im really not sure? The code might be something like this? _player =...
  13. D

    WAI - Giving AI AT/AA Weapons

    ill have to take a look when I have a bit more time.. have you heavily edited yours? Have you tried downloading a fresh copy of the latest WAI version and just trying to get an AA or AT unit on there? I would do that and see if it works. If you do then you know there's something wrong with your...
  14. D

    WAI - Giving AI AT/AA Weapons

    Can you paste one of the missions you're trying to get to work here? Are you getting any RPT errors? What version of WAI are you using? What game mod is your server running?
  15. D

    WAI - Giving AI AT/AA Weapons

    if you want to put something in a code box simply type the word code in brackets [ ] in front of all of the text and then the word code in brackets again but with a slash in front of the word but inside the brackets [/] I will show you using another word so it isn't formatted Instead of using...
  16. D

    REQUEST Anti-Combat Log Script for Overwatch

    Bump this. Still no solution to the problem. I have messages successfully being displayed but no consequences.
  17. D

    WAI - Giving AI AT/AA Weapons

    First, you should always paste code in the code box that way it is easier to read [[_position select 0,_position select 1,0],1,"Random","at",4,"Random","Bandit","Random","Bandit",_mission] call spawn_group; [[_position select 0,_position select...
  18. D

    VILAYER TROUBLES !!!!

    Yea I moved my overwatch server to VDS with NFO.. they're great but they don't seem to be able to mitigate the large DDoS attacks I regularly get. I recently rented a dedicated box from OVH, seems to be pretty good so far!
  19. D

    VILAYER TROUBLES !!!!

    I've got to necro this thread to talk about Vilayer. I've been running one server from Vilayer for nearly 3 years now. I can say that without a doubt they have the worst customer service I've ever experienced, anywhere ever. About a year ago they started adding a "rate me" type 1-5 star rating...
  20. D

    REQUEST Anti-Combat Log Script for Overwatch

    Ok yea re-reading your comment I understand now. Yea it's actually really nice. If it was an accident you just log back in and get your gear.. if you did it on purpose, then the entire reason you did it in the first place is pointless.
Back
Top