Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Sentinel99

Members
  • Posts

    1
  • Joined

  • Last visited

  1. Every time I try to change the exilez.pbo settings the server starts and gets an error saying: ErrorMessage: Data file too short 'C:\sspanel\gameservers\arma3\9093\@ExileServer\addons\exilez.pbo'. Expected 2055448171 B, got 97246 B Then when I try to reset it back to normal I get this error 13:51:19 "ExileServer - Installed extDB2 version: 70" 13:51:19 "ExileServer - MySQL connection error!" 13:51:19 "ExileServer - Please have a look at @ExileServer/extDB/logs/ to find out what went wrong." 13:51:19 "ExileServer - MySQL Error: Could not add database: [0,"Database Exception Error"]" 13:51:19 "ExileServer - Server will shutdown now :(" The line of code I changed was a simple false to true for a mission to avoid territory as bolded below Trigger_5 = [ //Mission Trigger /* 0 Use this trigger */ True, /* 1 Trigger Positions */ Mission, /* 2 Max Zombies */ 15, /* 3 Activation Delay */ 5, /* 4 Spawn Delay */ 5, /* 5 Respawn Delay */ 5, /* 6 Show Trigger On Map */ true, /* 7 Marker Color */ "ColorYellow", /* 8 MarkerBrush */ "Solid", /* 9 Marker Alpha */ 0.5, /* 10 Marker Text */ "LOOT & DEATH", /* 11 Vest group */ Basic, /* 12 Loot group */ DocAndAmmo, /* 13 Zombie group */ Hardcore, /* 14 Avoid Territory */ false, /* 15 Mission Radius */ 1500, /* 16 Mission SQF */ triggerMission, /* 17 Loot Box */ triggerLootbox ]; Can somebody please help me change these settings to my liking so the server can function properly and have this mission not spawn on top of somebody's territory and still be on the server.