Jump to content

nagyszebi07

Member
  • Content Count

    49
  • Joined

  • Last visited

  • Medals

Everything posted by nagyszebi07

  1. @noelite Hello! Please re upload file link,not opened link,lost website Thanks!! :)
  2. Hello! Custom Spawn Loadouts avalaible? I tried many things but they didn't work or how can I modify bambi's beginner items?
  3. Hello! is the vehicle locking and unlocking?- so in the vehicle Thanks!
  4. nagyszebi07

    DMS - Defent's Mission System

    I added new mission files and settings,not worked,not spawned mines. signs spawned
  5. Hello DMS - How to spawn Mine? config.sqf /*Mine settings*/ DMS_SpawnMinefieldForEveryMission = true; // Whether or not to spawn a minefield for every dynamic mission. DMS_SpawnMinesAroundMissions = true; // Whether or not to spawn mines around AI missions that have them. DMS_despawnMines_onCompletion = true; // Despawn mines spawned around missions when the mission is completed DMS_MineInfo_easy = [5,50]; // Mine info for "easy" missions. This will spawn 5 mines within a 50m radius. DMS_MineInfo_moderate = [10,50]; // Mine info for "moderate" missions. This will spawn 10 mines within a 50m radius. DMS_MineInfo_difficult = [15,75]; // Mine info for "difficult" missions. This will spawn 15 mines within a 75m radius. DMS_MineInfo_hardcore = [25,100]; // Mine info for "hardcore" missions. This will spawn 25 mines within a 100m radius. DMS_SpawnMineWarningSigns = true; // Whether or not to spawn mine warning signs around a minefield. DMS_BulletProofMines = false; // Whether or not you want to make the mines bulletproof. Prevents players from being able to shoot the mines and creating explosions. /*Mine settings*/ Mission settings example: Warning sign spawn missions and static mission,mine not spawned.Why? My rpt log: https://pastebin.com/be5UCWaY Photo: https://imgur.com/a/XX2JQ0j I download Fresh mission files! https://github.com/redned70/DMSBanditMissions/tree/master/missions/bandit
  6. nagyszebi07

    DMS - Defent's Mission System

    https://github.com/Defent/DMS_Exile My use versions
  7. nagyszebi07

    DMS - Defent's Mission System

    Why not worked Mines settings? DMS_SpawnMinefieldForEveryMission = true; // Whether or not to spawn a minefield for every dynamic mission. DMS_SpawnMinesAroundMissions = true; // Whether or not to spawn mines around AI missions that have them. Not spawned
  8. // Define mission-spawned objects and loot values _missionObjs = [ _staticGuns, // static gun(s). Note, we don't add the base itself because it already spawns on server start. [], [[_crate0,[50,100,2]],[_crate1,[30,150,15]]] ]; Changed Crate1.. Sorry post.
  9. Hello How to change DMS Loot for a particular mission? Example: static mission , slums (Very Rare epic items,and money,rare dropp) Very harcore mission . Thanks!!
  10. Hello How to add/change loot exile config?(Rhs,cup) Example: exile_server_config/config.cpp /* Percental Item Spawn Chances of EpicWeapons: arifle_ARX_hex_F = 2.63% CUP_srifle_ksvk = 100.00% */ EpicWeapons[] = {"CUP_srifle_ksvk", " arifle_ARX_hex_F" Percental Item Group Spawn Chances of Military: EpicWeapons = 100.00% I changed added,not spawned items Thanks !!!
  11. Hello Why Generated log object not found? my rpt: https://pastebin.com/WPj4X6zf
  12. Hello Enemy Ai/player marker how to disable the map? https://imgur.com/a/SbihlQB
  13. nagyszebi07

    Banned infistar,why?

    Local banned,not global.
  14. Hello Banned infi..Why? I delete banlist..only logs: Randomwar https://pastebin.com/1ZQrDpmX dmsdebug https://pastebin.com/m1u7UfK3 https://pastebin.com/nrtFUN8x tokenlog https://pastebin.com/jeaKJ7VJ connectlog rpt: https://pastebin.com/RYEGxzE8
  15. Hello 12:12:31 "ExileServer - Player nagysz .... connected!" 12:12:31 Server: Object 2:1558 not found (message Type_188) How to fix? Login..and join.. Screen fail 😮 https://imgur.com/ot4Pypa
  16. Hello. How do I block that build in trader zones 1km area?(trader camp block :)) Thanks!!
  17. Hello Kill Statics avalible? K/D rate? Thanks
  18. Hello,Again post but I'm writing to the club now. Eject Air vehicle scripts avalaible? https://imgur.com/a/xGd37nD Thanks Info! Old post:
  19. Hello How to settings spawn location? Map: Napf Problem: coordinate bug https://imgur.com/a/p9oAcDO Bad coordinate generate getpos or 3den? Example: class Item101 { dataType="Marker"; position[]={12040.2,15267.4,29.971}; name="spawnLausen"; text="Lausen"; type="ExileSpawnZone"; colorName="ColorWEST"; id=243; atlOffset=3.0517578e-005;
  20. Hello How to settings base and Vehicles decay time? Example:14 days Big Thanks!
  21. Hello! Can I secure the file? Example: Mission file Thanks!
  22. Thanks! after the server starts up i will try it out
  23. yes, so it can be modified there,nice. Thanks
×