-
Content count
29 -
Donations
0.00 EUR -
Joined
-
Last visited
-
Days Won
1
HellBz last won the day on June 30 2017
HellBz had the most liked content!
Community Reputation
22 NeutralAbout HellBz
-
Rank
Bambi
- Birthday 12/02/1989
Personal Information
- Homepage
Recent Profile Visitors
819 profile views
-
ähm bRO
-
ALTER TABLE `tree` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; SET FOREIGN_KEY_CHECKS=1; COMMIT; Work Perfect on EXTDB3.... PLS in SQL Change
-
i dont get any Hold action Boxes Spawn, but Cannot Acces it.
-
Now it works... ExileServerStartTime = parseSimpleArray ("extDB3" callExtension "9:LOCAL_TIME"); publicVariable "ExileServerStartTime"; changed to.... ExileServerStartTime = (parseSimpleArray ("extDB3" callExtension "9:LOCAL_TIME")) select 1; publicVariable "ExileServerStartTime"; NOPE NOT Work if Restarts after 24:00 O Clock... Solotion for Restarttimes like [6,18] after This: _aOn = [6,18]; // Military Time startHour = ExileServerStartTime select 3; startMinute = ExileServerStartTime select 4; startSecond = ExileServerStartTime select 5; correcto = []; { if(startHour < _x and startHour != 24) then { correcto pushBack _x; }; } forEach _aOn; Add This Code Snipped to: _aOn = [6,18]; // Military Time startHour = ExileServerStartTime select 3; startMinute = ExileServerStartTime select 4; startSecond = ExileServerStartTime select 5; correcto = []; { if(startHour < _x and startHour != 24) then { correcto pushBack _x; }; } forEach _aOn; //Fix if you Cross the 24:00 mark if ( count correcto == 0 ) then { { if( 0 < _x and startHour != 24) then { correcto pushBack ( _x + 24 ); }; } forEach _aOn; };
- 26 replies
-
- restart
- no extra files
-
(and 1 more)
Tagged with:
-
Can You ReUp the Rar
-
Currently not Working, shows ONLY scalar Nan:Any You Know why
- 26 replies
-
- restart
- no extra files
-
(and 1 more)
Tagged with:
-
[Release] Limited Safe,Crate,Tent and SupplyBoxes per Base Level
HellBz replied to HellBz's topic in Scripts
Mines be Only by Players, if the Player Disconnects, de Mine will be despawn. Will not Work.. i Think -
[Release] Limited Safe,Crate,Tent and SupplyBoxes per Base Level
HellBz replied to HellBz's topic in Scripts
The Server Side File ExileServer_object_construction_network_buildConstructionRequest Calls in Line 25 This File from Client: _canBuildHereResult = [configName _constructionConfig, (ASLtoAGL (ATLtoASL _objectPosition)), getPlayerUID _playerObject] call ExileClient_util_world_canBuildHere; and the Result are The Throws And in LIne 81 the Exile Toast. i Hope i can Help You @Alexis -
[Release] Limited Safe,Crate,Tent and SupplyBoxes per Base Level
HellBz replied to HellBz's topic in Scripts
nope currently nope you can costumize this for extBase Mod Only for Stock Exile -
Look here in My Post @kidesh ...
-
I Inspired by @110 to set a Limit for all Containers or Installable Supply-Boxes for a Base for each Level. And thx for Testing and mutch Help @110 Here you can Setup Limited Safes, Crates, Ternts and Supplyboxes per Baselevel developed by @HellBz BaseLevel Number of Safes Number of Supply Boxes Number of Crates Number of Tents 1 5 1 5 5 2 7 2 5 5 3 9 3 5 5 4 11 4 5 5 5 14 5 10 10 6 16 6 10 10 7 18 7 10 10 8 20 8 15 15 9 22 9 15 15 10 25 10 15 15 GitHub-Code: https://github.com/HellBz/Exile-Limited-Container-SupplyBoxes GitHub-Download: https://github.com/HellBz/Exile-Limited-Container-SupplyBoxes/archive/1.0.zip Discord: discord.gg/Jt9Gmj9 If you have any Qestion of Feature Wishes, feel free to Post. If You Like this, you can give this Thread a Like. All Players and Server-Oweners have fun with Exile. All Server Owners have fun with limit the Containers for Players Best Regards, HellBz
- 19 replies
-
- 13
-
Aber es geht auch mit extDB3
- 5 replies
-
- dedicated server
- exiles
-
(and 1 more)
Tagged with:
-
hast du geupdatet auf 64 Bit also mit extDB3 Weil da ahabe ich auch einen Fehler gehabt, der recht Simpel zu lösen ist, damals konnte ich auch nicht Spawnen. Es kam die Auswahl von Spawn Positionen, wenn überhaupt, der Server hat eine Session erstellt, und dan bin ich geflogen. Problem war damals glaube ich, es wurde kein Player Profil in der DB erstellt.
- 5 replies
-
- 1
-
- dedicated server
- exiles
-
(and 1 more)
Tagged with:
-
This Serverside: "UAV_05" remoteExecCall ["playSound"];