Butterzeugs
Member-
Content count
75 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Butterzeugs
-
Rank
Inmate
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Ja bei mir flackert es auch als Admin... hab bis jetzt keine Lösung gefunden für das Problem. Das mit dem sleep Befehl hat leider nicht geholfen...
-
Butterzeugs started following Stuck on 'Waiting for server to load', Igiload Trader Problem, Track AI Kills and and 1 other
-
Ich würde gerne einfügen das der Trader den Inhalt einer Kiste die man auf z.B. einen LKW aufgeladen hat erkennt und man diesen dann verkaufen kann. Gibt es da schon Lösungen ?
-
mir is auch noch nicht ganz klar wo genau ich bei VEMF den Marker ändern muss. Wollte das mal mit einem anderen Standardmarker versuchen, hat aber bis jetzt noch nicht geklappt.
-
np
-
do you have some datasets in the table accounts ? or is it empty ?
-
first check your database ...
-
Why i get this in my rpt file... 18:29:44 Error in expression <setVariable ["AiKills", _newKillerFrags + 1]; format["addAccountAiKill:%1", _kil> 18:29:44 Error position: <+ 1]; format["addAccountAiKill:%1", _kil> 18:29:44 Error Generic error in expression 18:29:44 File A3XAI\compile\A3XAI_utilities\A3XAI_sendKillResponse.sqf, line 101i have put in this in my A3XAI_sendKillResponse.sqf //["systemChatRequest", [_killMessage]] call ExileServer_system_network_send_broadcast; //To-do: Non-global version _newKillerFrags = _killer getVariable ["AiKills", 0]; _killer setVariable ["AiKills", _newKillerFrags + 1]; format["addAccountAiKill:%1", _killerPlayerUID] call ExileServer_system_database_query_fireAndForget;any ideas ?
-
i think you have a problem with your database...
-
you can find it in your arma folder on your server.
-
can you post a copy of the last rpt file
-
try to find a way to look into the arma3.rpt file on yout server folder. it is a log file were you can see what the server is doing and when the server is stuck or stop... it looks like this... 18:11:44 "A3XAI Debug: Pulled Exile_Item_DuctTape from O Alpha 3-1 loot pool (5 items remain)." 18:11:47 "###ETG_HeliCrashAndDropScript by Kellojo###" 18:11:47 "###Heli crash is being created." 18:11:47 "###Spawning the helicopter..." 18:11:47 "###Starting position: [6931.06,179.696,0]" 18:11:47 "###Estimated drop position: [7495.74,12724.1]" 18:11:47 "###Used helicopter: I_Heli_light_03_unarmed_F" 18:11:47 "###End###" 18:11:54 "A3XAI Debug: Attempting to place 3 random spawns on the map..." 18:11:55 "A3XAI Debug: Random spawn 1 of 3 placed at [17397.8,18467.4,0] with params [1,1,0,0.3] (Attempts: 1)." 18:11:56 "A3XAI Debug: Pulled Exile_Item_Energydrink from O Bravo 1-1 loot pool (1 items remain)." 18:11:58 "A3XAI Debug: Random spawn 2 of 3 placed at [18659.6,13843.7,0] with params [1,2,1,0.2] (Attempts: 1)." 18:12:00 "A3XAI Debug: Group O Bravo 1-1 B_Heli_Light_01_armed_F detection end." 18:12:01 "A3XAI Debug: Random spawn 3 of 3 placed at [19121.6,15330.4,0] with params [1,1,0,0.3] (Attempts: 1)." 18:12:15 "A3XAI Debug: Pulled SmokeShellRed from O Alpha 3-1 loot pool (4 items remain)." 18:12:26 "A3XAI Debug: Pulled Exile_Item_InstaDoc from O Bravo 1-1 loot pool (0 items remain)." 18:12:30 "A3XAI Debug: Despawned AI units at Topolia. Reset trigger's group array to: [O Alpha 4-2]."
-
We have the same Problem on our Server. Is there any Fix ? Is it a Problem with infistar or what else ?
-
Darum meine Frage ob man die neuen Mapmarker vielleicht in die Exile Missions Datein reinpacken könnte, denn die werden ja von Jedem neuen Spieler vom Server geladen.
-
So, also es sieht so aus als bräuchte bei der addon Lösung jeder Spieler den MapMarker Addon bei sich auf dem Rechner, was ehrlich gesagt nicht gerade optimal ist da ja nicht Jeder Spieler sich von mir das Addon läd. Bleibt also nur die Möglichkeit es irgendwie in die Missionsdatein reinzupacken. Aber wie ?
-
Okay , ich hab jetzt mal was versucht. Dazu habe ich ein eigenes kleines Addon erstellt. Nun kann ich den von mir erstellten Marker im Editor auf die Karte setzen. Funktioniert einwandfrei. Nur habe ich jetzt zwei Probleme. Erstens, brauch nun jeder Spieler der auf den Server joint mein MapMarker Addon oder reicht es als Serverside Addon ? Zweitens wie tausche ich nun den Standard Addon von VEMF mit meinem MapMArker aus ?