-
Content count
36 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
5 NeutralAbout Overlord_Cyco
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
You have an extra }; at the end of this section. class treatWounds { title = "Treat wounds"; controlID = 80200; logo = "ExAdClient\XM8\Apps\wounds\cross.paa"; quickFunction = "ExileClientXM8CurrentSlide = 'apps';closeDialog 0;[] execVM 'ExAdClient\XM8\Apps\wounds\JohnO_script_treatWounds.sqf'"; }; };
-
Overlord_Cyco changed their profile photo
-
[Release] xsSpawn | Ground Spawn or Halo Selection
Overlord_Cyco replied to xstreme's topic in Scripts
I am having issues with Halo spawn not working. I have everything set correctly in the bambi settings but it still spawns you on the ground when selecting Halo spawn. Anyone have any ideas of what would cause this?- 266 replies
-
Remove servers from account
Overlord_Cyco replied to Overlord_Cyco's topic in XM8 Server Administration
Thank you Eichi. I sent the required info to the email. -
I need 198.154.118.45:8802 and 198.154.117.8:9802 removed from my account. Both server ips have changed and everything is set and running for them.
-
It will be located in @exileserver/addons folder.
-
If you are running blckeagls mission system that was ported over from epoch you are missing the file for it to load on your server side. You should have a custom_server.pbo in your addons folder and if it is there then you are missing the init.sqf out of the pbo.
-
Thank you very much.
- 1546 replies
-
- vemf_reloaded
- vemfr
-
(and 4 more)
Tagged with:
-
Where in the files do we need to add these? Does it go into the fn_findPos.sqf and if so where do we need to place it?
- 1546 replies
-
- vemf_reloaded
- vemfr
-
(and 4 more)
Tagged with:
-
How do i add Mas to DMS Mission Creates? please help!
Overlord_Cyco replied to IbadassI's topic in Items & Weapons
Only place i can see where ammo is being added is in the DMS_CrateCase_Sniper section. Looks like you add what ammo you want to spawn plus how many of each. Line 621 [ ["ItemGPS",1], ["U_B_FullGhillie_ard",1], ["U_I_FullGhillie_lsh",1], ["U_O_FullGhillie_sard",1], ["U_O_GhillieSuit",1], ["V_PlateCarrierGL_blk",1], ["V_HarnessO_brn",1], ["Exile_Item_InstaDoc",3], ["Exile_Item_Surstromming_Cooked",5], ["Exile_Item_PlasticBottleFreshWater",5], ["optic_DMS",1], ["acc_pointer_IR",1], ["muzzle_snds_B",1], ["optic_LRPS",1], ["optic_MRD",1], ["muzzle_snds_acp",1], ["optic_Holosight_smg",1], ["muzzle_snds_L",1], ["5Rnd_127x108_APDS_Mag",3], ["7Rnd_408_Mag",3], ["20Rnd_762x51_Mag",5], ["11Rnd_45ACP_Mag",3], ["30Rnd_9x21_Mag",3] ], -
How do i add Mas to DMS Mission Creates? please help!
Overlord_Cyco replied to IbadassI's topic in Items & Weapons
Looks good to me. What problem are you having with it? Also at DMS Box Weapons it says "//List of weapons that can spawn in the crate." -
How do i add Mas to DMS Mission Creates? please help!
Overlord_Cyco replied to IbadassI's topic in Items & Weapons
You need to depbo a3_dms.pbo and open the config.sqf scroll down to line 609 or so and you will see the loot settings for the crates. Add whatever weapons you want to the loot crates, save, then repbo a3_dms and upload it back to your server and you are set to go. -
Yes i do. It is needed if you are going to use the message format for the restart script.
-
Yes sir. That is exactly what i have in there now and i still do not get the messages. No RPT errors either with the new messages.
-
I am getting this in RPT and the messages are not showing up. 23:20:50 "DMS ERROR :: Calling DMS_fnc_BroadcastMissionStatus with invalid parameters: <t color='#FFFF00' size='1.25'>Server Restart</t><br/> The server will shut down in less than 30 minutes." 23:20:50 "30 minutes until server restart." 23:35:55 "DMS ERROR :: Calling DMS_fnc_BroadcastMissionStatus with invalid parameters: <t color='#FFDB48' size='1.25'>Server Restart</t><br/> The server will shut down in less than 15 minutes." 23:35:55 "15 minutes until server restart." 23:40:47 "DMS ERROR :: Calling DMS_fnc_BroadcastMissionStatus with invalid parameters: <t color='#FF9D47' size='1.25'>Server Restart</t><br/> The server will shut down in less than 10 minutes." 23:40:47 "10 minutes until server restart." 23:45:55 "DMS ERROR :: Calling DMS_fnc_BroadcastMissionStatus with invalid parameters: <t color='#FF5500' size='1.25'>Server Restart</t><br/> The server will shut down in less than 5 minutes." 23:45:55 "5 minutes until server restart." 23:49:51 "DMS ERROR :: Calling DMS_fnc_BroadcastMissionStatus with invalid parameters: <t color='#FF0000' size='1.25'>Server Restart</t><br/> The server will shut down in less than 60 seconds! LOG OUT NOW!" 23:49:51 "60 seconds until server restart."