-
Content count
108 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
27 GoodAbout ILLUXNNN
-
Rank
Capo
Recent Profile Visitors
1201 profile views
-
[RELEASE] ExileZ Mod by [FPS]kuplion - Based on ExileZ 2.0 by Patrix87
ILLUXNNN replied to kuplion's topic in Add-ons
No clue, rpt? -
[RELEASE] ExileZ Mod by [FPS]kuplion - Based on ExileZ 2.0 by Patrix87
ILLUXNNN replied to kuplion's topic in Add-ons
We run ExileZ just fine alongside many other mods. ExileZ is a serversided mod, so people getting session lost isn't an ExileZ issue. -
Yep, that means that that mod is currently not on the A3L, thus your server won't show up. You can ask Maca to add the mod here: https://support.launcher.eu/ But that might take a while. He adds mods once a month to the A3L. Disable the mod from your server & restart it. Then go to the A3L check server page and fill in the IP:port+1 again
-
It doesn't matter how you name the folders of the mods. Use spaces, russian letters or your dirty underwear. All you gotta do is click this link: https://a3.launcher.eu/check fill in the IP:port+1 and it will tell you which mod is preventing it from showing up the A3L.
-
Im fairly sure you'd only need XYZ. So: positions[] = {{2966.18,3760.05,0},{4255.14,1021.56,0},{1089.32,5799.4,0},{1089.43,5800.37,0},{7021.57,7026.24,0},{7022.54,7026.25,0},{3628.18, 3212.83, 0}}; Also your Z coordinate should be 0 since its ATL and not ASL Edit: didn't see @geekm0nkey 's response sorry.
-
@Rollo I was about to get it working but then I was getting these errors, haven't had time to look into them yet: (_billboard_characters_placeholders selec> 19:41:29 Error position: <_billboard_characters_placeholders selec> 19:41:29 Error Undefined variable in expression: _billboard_characters_placeholders 19:41:29 File exile_ng\code\ExileNG_system_messageBoards.sqf, line 86 19:41:29 Error in expression <oard_character = toString [_x]; }; };
-
Nice one @Rollo Couple of questions though: You mean PBO it and then copy paste it in the folder I'm guessing? How does one set the DIR of the billboard? Also, I cant seem to get it working even after following everything carefully, but I am however getting this in my server RPT: Error in expression <ageBoards_getTopTenScores.sqf', false], ]; call ExileNG_system_process_preInit;> 19:25:36 Error position: <]; call ExileNG_system_process_preInit;> 19:25:36 Error Missing [ 19:25:36 File exile_ng\bootstrap\fn_preInit.sqf [ExileNG_fnc_preInit], line 40 19:25:36 Error in expression <ageBoards_getTopTenScores.sqf', false], ]; call ExileNG_system_process_preInit;> 19:25:36 Error position: <]; call ExileNG_system_process_preInit;> 19:25:36 Error Missing [ 19:25:36 File exile_ng\bootstrap\fn_preInit.sqf [ExileNG_fnc_preInit], line 40 Thanks! Edit: nevermind found the issue, you have one ',' too much in the preinit file at the last line. ['ExileNG_system_messageBoards_getTopTenScores', 'exile_ng\code\ExileNG_system_messageBoards_getTopTenScores.sqf', false], should be: ['ExileNG_system_messageBoards_getTopTenScores', 'exile_ng\code\ExileNG_system_messageBoards_getTopTenScores.sqf', false]
-
Should do the trick.
-
Well mine stopped driving around/getting out and killing people right after I started using VCOM. By modifying that file they now do as they did before.
-
[How To] Prevent people from logging out in safezone
ILLUXNNN replied to KingAlmond's topic in Traders & Safe Zones
People can always ESCAPE -> ALT-F4 though. -
occupationVehicle.sqf Add the _unit setvariable ["VCOM_NOAI",true]; to line 214, 228 and 241. Thats how I did it, they now drive around, get out and kill people again. You might be fine by just adding it under line 214. Not 100% sure.
-
Adding to your SpawnZombie.sqf in ExileZ @ line 131 will fix that issue. Just tested it.
-
Logging Sales to Database (related to Extra logging for trades/territories/poptabs)
ILLUXNNN replied to Terror_Nova's topic in Scripts
infiSTAR already does this. Just write the SQL command to get the lines out. This is how I do it, I just wrote everything in PHP & HTML and print everything on a nice page sorted by UID etc, but this should get you started. -
up-arrow and enter?
-
EDIT: read your post wrong, lemme get back at ya Edit 2: Pretty sure its in the same file, search for _killSummary and comment that one out. See what that brings.