lucy2990

Donator
  • Content count

    256
  • Donations

    20.00 EUR 
  • Joined

  • Last visited

Everything posted by lucy2990

  1. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    Dear @Brett Nordin i think ... i finde the problem and solution .... This is EXAD And this extd3: So ... i forghot to add this file to exile.ini: [loadTerritoryVehicles] SQL1_1 = SELECT id, class FROM vehicle WHERE territory_id = ? SQL1_INPUTS = 1 OUTPUT = 1,2-STRING [loadVehFromVG] SQL1_1 = UPDATE vehicle SET territory_id = NULL WHERE id = ? SQL1_INPUTS = 1 [loadVehToVG] SQL1_1 = UPDATE vehicle SET territory_id = ? WHERE id = ? SQL1_INPUTS = 1,2 But this two it's difrent: [deleteOldVehicles] // EXAD ;SQL1_1 = DELETE FROM vehicle WHERE deleted_at < DATE_SUB(NOW(), INTERVAL ? DAY) SQL1_1 = DELETE FROM vehicle WHERE territory_id IS NULL AND deleted_at < DATE_SUB(NOW(), INTERVAL ? DAY) SQL1_INPUTS = 1 ; Marks for deletion vehicles that were not used within ? days [deleteOldVehicles] // extdb3 SQL1_1 = DELETE FROM vehicle WHERE deleted_at < DATE_SUB(NOW(), INTERVAL ? DAY) SQL1_INPUTS = 1 ; Marks territories (and all containers/constructions) that were not paid within ? days as deleted Which one should I keep ?
  2. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    i use Reborn mod and i merge EXAD to 1.0.4
  3. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    i dont use virtual garage
  4. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    Dear @Brett Nordin I thank you so much for your kindness and availability <3 This is my exile.ini: https://pastebin.com/GdnHESEw it's de same PS: the problem arose when I planted the flag ... if I delete the flag, the problem disappears. Thanx <3
  5. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    Hello dear @Brett Nordin, i have new problem ... please dont kill me Extdb3 file log: https://pastebin.com/7Zex6hRD Rtp file log: https://pastebin.com/HemRn7AD Thanx in advance <3
  6. Hello guys, hello and thanx for this fantastic job @Announcement I have an unfortunate problem ... I decided to use the fishing script... but I have another script (Vectorial Building) that uses the same file:"ExileClient_gui_hud_event_onKeyUp" I compared and merge the files but my Vectorial building stop to work ... So this is fishing file: https://pastebin.com/5mkn5sEU This is Vectorial Building file: https://pastebin.com/WnBHFCf7 And this is my merge file .... : https://pastebin.com/TJ7JzM1t Some kind soul can help me get out of it ? Thanx in advance Solved!
  7. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    HIP HIP URAAAA for @Brett Nordin I love youuuuuuuuuuuuuuuuuuuuuuuuuuuuu <3 :)) Now work fine So it was my installation error ? Thank you <3 Thank you <3 Thank you <3
  8. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    For my safety I wait for you <3 I dont want to make more trouble than I have
  9. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    [00:12:28:343389 +02:00] [Thread 6908] extDB3: Locked [00:13:18:723246 +02:00] [Thread 6908] extDB3: SQL: Error MariaDBStatementException1: Field 'backpack' doesn't have a default value [00:13:18:723271 +02:00] [Thread 6908] extDB3: SQL: Error MariaDBStatementException1: Input: createPlayer:76561198254280647:Dr. Julian [00:13:18:723542 +02:00] [Thread 6908] extDB3: SQL: Error MariaDBStatementException1: Field 'backpack' doesn't have a default value [00:13:18:723551 +02:00] [Thread 6908] extDB3: SQL: Error MariaDBStatementException1: Input: createPlayer:76561198254280647:Dr. Julian [00:13:18:723616 +02:00] [Thread 6908] extDB3: SQL: Error Max Retrys Reached [00:13:18:723623 +02:00] [Thread 6908] extDB3: SQL: Error Max Retrys Reached MySQL 00:11:44 ALTER TABLE `player` CHANGE COLUMN `assigned_items` `assigned_items` TEXT CHARACTER SET 'utf8' NULL 0 row(s) affected, 1 warning(s): 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. Records: 0 Duplicates: 0 Warnings: 1 0.218 sec Better if i create new database ?
  10. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    Dont work In your opinion, I did something wrong when editing MySQL ? or we have discovered a new problem ? [23:53:08:034713 +02:00] [Thread 5652] extDB3: Locked [23:53:53:248204 +02:00] [Thread 5652] extDB3: SQL: Error MariaDBStatementException1: Field 'assigned_items' doesn't have a default value [23:53:53:248229 +02:00] [Thread 5652] extDB3: SQL: Error MariaDBStatementException1: Input: createPlayer:76561198254280647:Dr. Julian [23:53:53:248581 +02:00] [Thread 5652] extDB3: SQL: Error MariaDBStatementException1: Field 'assigned_items' doesn't have a default value [23:53:53:248593 +02:00] [Thread 5652] extDB3: SQL: Error MariaDBStatementException1: Input: createPlayer:76561198254280647:Dr. Julian [23:53:53:248681 +02:00] [Thread 5652] extDB3: SQL: Error Max Retrys Reached [23:53:53:248688 +02:00] [Thread 5652] extDB3: SQL: Error Max Retrys Reached MySQL:
  11. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    Right ... i forhot extdb log [23:30:34:558822 +02:00] [Thread 2256] extDB3: Locked [23:32:28:884930 +02:00] [Thread 2256] extDB3: SQL: Error MariaDBStatementException1: Field 'assigned_items' doesn't have a default value [23:32:28:884956 +02:00] [Thread 2256] extDB3: SQL: Error MariaDBStatementException1: Input: createPlayer:76561198254280647:Dr. Julian [23:32:28:885170 +02:00] [Thread 2256] extDB3: SQL: Error MariaDBStatementException1: Field 'assigned_items' doesn't have a default value [23:32:28:885179 +02:00] [Thread 2256] extDB3: SQL: Error MariaDBStatementException1: Input: createPlayer:76561198254280647:Dr. Julian [23:32:28:885220 +02:00] [Thread 2256] extDB3: SQL: Error Max Retrys Reached [23:32:28:885227 +02:00] [Thread 2256] extDB3: SQL: Error Max Retrys Reached I have new database ...
  12. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    Hello @Brett Nordin First I want to thank you for all your work <3 exile has grown a lot with your contribution <3 Now I want to expose my problem ... I changed server and I reinstalled exile, for now vanilla, and I have these problems ... I'm not sure they're connected to your job but I would be very grateful if you give me your opinion. P.S: I using your ExtDB3 for many months and many server ... without problems I attach my rtp file and some photo ... The strangest thing is that the server generates 2 files:bidmp and mdmp every time I turn it off or it must automatically restart .... obviously crashes... I thank you in advance <3 https://pastebin.com/LNz8qq75
  13. lucy2990

    Crash restart and have DUMP

    I have same problem ... but i finde this ... Simbolo analisi: Nuova ricerca di soluzioni: 0 ID rapporto: 41e33f09-96cd-4eba-9948-afa67189695c Stato rapporto: 0 Bucket con hash: c9e51fdc72c1d69b964e147e2d85643d +++ WER9 +++: Bucket errato 1607244649179997245, tipo 5 Nome evento: BEX64 Risposta: Non disponibile ID CAB: 0 Firma problema: P1: arma3server_x64.exe P2: 1.84.144.923 P3: 5b578afa P4: arma3server_x64.exe P5: 1.84.144.923 P6: 5b578afa P7: 0000000001dd42b8 P8: c0000005 P9: 0000000000000008 P10: File allegati: \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER56AC.tmp.WERInternalMetadata.xml I file potrebbero essere disponibili qui: C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_arma3server_x64._2789903037e3a5c18b393c47bcfa1be3cc1ba7b4_788363e7_140859c9 Simbolo analisi: Nuova ricerca di soluzioni: 0 ID rapporto: 149044b3-3a05-4874-abd8-4740935dca45 Stato rapporto: 0 Bucket con hash: c9e51fdc72c1d69b964e147e2d85643d AND... Report.wer - C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_arma3server_x64._2789903037e3a5c18b393c47bcfa1be3cc1ba7b4_788363e7_140859c9 Version=1 EventType=BEX64 EventTime=131827460869243040 ReportType=2 Consent=1 UploadTime=131827460870298576 ReportIdentifier=ce685159-c453-11e8-90ed-4ccc6a96c7a7 IntegratorReportIdentifier=4236b336-cd6e-4ec8-b313-409b9276d252 NsAppName=arma3server_x64.exe AppSessionGuid=000006a0-0002-000e-ae72-269b5f58d401 TargetAppId=W:000663ab33ae942136acd836306239d0cf7a00000904!0000a079a50663dbd50e65762c53904aae19d4b89594!arma3server_x64.exe TargetAppVer=2018//07//24:20:24:26!1f4b1ef!arma3server_x64.exe BootId=4294967295 Response.BucketId=c9e51fdc72c1d69b964e147e2d85643d Response.BucketTable=5 Response.LegacyBucketId=1607244649179997245 Response.type=4 Sig[0].Name=Nome applicazione Sig[0].Value=arma3server_x64.exe Sig[1].Name=Versione applicazione Sig[1].Value=1.84.144.923 Sig[2].Name=Timestamp applicazione Sig[2].Value=5b578afa Sig[3].Name=Nome modulo con errori Sig[3].Value=arma3server_x64.exe Sig[4].Name=Versione modulo con errori Sig[4].Value=1.84.144.923 Sig[5].Name=Timestamp modulo con errori Sig[5].Value=5b578afa Sig[6].Name=Offset eccezione Sig[6].Value=0000000001dd42b8 Sig[7].Name=Codice eccezione Sig[7].Value=c0000005 Sig[8].Name=Dati eccezione Sig[8].Value=0000000000000008 DynamicSig[1].Name=Versione SO DynamicSig[1].Value=10.0.14393.2.0.0.272.7 DynamicSig[2].Name=ID impostazioni locali DynamicSig[2].Value=1040 DynamicSig[22].Name=Informazioni aggiuntive 1 DynamicSig[22].Value=357b DynamicSig[23].Name=Ulteriori informazioni 2 DynamicSig[23].Value=357b4dcbc5fe341d46bb5c003363648f DynamicSig[24].Name=Ulteriori informazioni 3 DynamicSig[24].Value=8324 DynamicSig[25].Name=Ulteriori informazioni 4 DynamicSig[25].Value=83249fdcbdd29ab837f83ec0f122fb4e UI[2]=C:\ArmaServers\AgarthaExileReborn\arma3server_x64.exe UI[3]=Arma 3 ha smesso di funzionare UI[4]=Windows: è possibile ricercare online una soluzione al problema. UI[5]=Cerca una soluzione online e chiudi il programma UI[6]=Cerca una soluzione online in seguito e chiudi il programma UI[7]=Chiudi il programma LoadedModule[0]=C:\ArmaServers\AgarthaExileReborn\arma3server_x64.exe LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll LoadedModule[2]=C:\Windows\System32\KERNEL32.DLL LoadedModule[3]=C:\Windows\System32\KERNELBASE.dll LoadedModule[4]=C:\Windows\System32\USER32.dll LoadedModule[5]=C:\Windows\System32\win32u.dll LoadedModule[6]=C:\Windows\SYSTEM32\MSIMG32.dll LoadedModule[7]=C:\Windows\SYSTEM32\WindowsCodecs.dll LoadedModule[8]=C:\Windows\SYSTEM32\WINMM.dll LoadedModule[9]=C:\Windows\System32\GDI32.dll LoadedModule[10]=C:\Windows\SYSTEM32\VERSION.dll LoadedModule[11]=C:\Windows\System32\msvcrt.dll LoadedModule[12]=C:\Windows\System32\gdi32full.dll LoadedModule[13]=C:\Windows\System32\RPCRT4.dll LoadedModule[14]=C:\Windows\SYSTEM32\IPHLPAPI.DLL LoadedModule[15]=C:\Windows\SYSTEM32\WINMMBASE.dll LoadedModule[16]=C:\Windows\System32\combase.dll LoadedModule[17]=C:\Windows\System32\ADVAPI32.dll LoadedModule[18]=C:\Windows\System32\cfgmgr32.dll LoadedModule[19]=C:\Windows\System32\ucrtbase.dll LoadedModule[20]=C:\Windows\System32\sechost.dll LoadedModule[21]=C:\Windows\System32\bcryptPrimitives.dll LoadedModule[22]=C:\Windows\System32\SHELL32.dll LoadedModule[23]=C:\Windows\System32\windows.storage.dll LoadedModule[24]=C:\Windows\System32\powrprof.dll LoadedModule[25]=C:\Windows\System32\shlwapi.dll LoadedModule[26]=C:\Windows\System32\kernel.appcore.dll LoadedModule[27]=C:\Windows\System32\shcore.dll LoadedModule[28]=C:\Windows\System32\profapi.dll LoadedModule[29]=C:\Windows\System32\ole32.dll LoadedModule[30]=C:\Windows\System32\WINTRUST.dll LoadedModule[31]=C:\Windows\System32\MSASN1.dll LoadedModule[32]=C:\Windows\System32\CRYPT32.dll LoadedModule[33]=C:\Windows\System32\imagehlp.dll LoadedModule[34]=C:\Windows\System32\WS2_32.dll LoadedModule[35]=C:\Windows\SYSTEM32\XAPOFX1_5.dll LoadedModule[36]=C:\Windows\SYSTEM32\X3DAudio1_7.dll LoadedModule[37]=C:\Windows\SYSTEM32\WSOCK32.dll LoadedModule[38]=C:\Windows\SYSTEM32\VCOMP120.DLL LoadedModule[39]=C:\Windows\System32\IMM32.DLL LoadedModule[40]=C:\Windows\System32\psapi.dll LoadedModule[41]=C:\ArmaServers\AgarthaExileReborn\Dll\tbb4malloc_bi_x64.dll LoadedModule[42]=C:\ArmaServers\AgarthaExileReborn\steam_api64.dll LoadedModule[43]=C:\Windows\SYSTEM32\CRYPTSP.dll LoadedModule[44]=C:\Windows\system32\rsaenh.dll LoadedModule[45]=C:\Windows\SYSTEM32\bcrypt.dll LoadedModule[46]=C:\Windows\SYSTEM32\CRYPTBASE.dll LoadedModule[47]=C:\Windows\SYSTEM32\secur32.dll LoadedModule[48]=C:\Windows\SYSTEM32\SSPICLI.DLL LoadedModule[49]=C:\Windows\system32\uxtheme.dll LoadedModule[50]=C:\Windows\System32\MSCTF.dll LoadedModule[51]=C:\Windows\System32\OLEAUT32.dll LoadedModule[52]=C:\Windows\System32\msvcp_win.dll LoadedModule[53]=C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll LoadedModule[54]=C:\Windows\System32\clbcatq.dll LoadedModule[55]=C:\Windows\SYSTEM32\gpapi.dll LoadedModule[56]=C:\Windows\System32\cryptnet.dll LoadedModule[57]=C:\Windows\SYSTEM32\WINNSI.DLL LoadedModule[58]=C:\Windows\System32\NSI.dll LoadedModule[59]=C:\ArmaServers\AgarthaExileReborn\Dll\x64\PhysX3_x64.dll LoadedModule[60]=C:\ArmaServers\AgarthaExileReborn\Dll\x64\PhysX3Common_x64.dll LoadedModule[61]=C:\ArmaServers\AgarthaExileReborn\Dll\x64\PhysX3Cooking_x64.dll LoadedModule[62]=C:\ArmaServers\AgarthaExileReborn\Dll\x64\PxFoundation_x64.dll LoadedModule[63]=C:\ArmaServers\AgarthaExileReborn\Dll\x64\PhysX3Gpu_x64.dll LoadedModule[64]=C:\Windows\SYSTEM32\dhcpcsvc.DLL LoadedModule[65]=C:\Windows\SYSTEM32\riched20.dll LoadedModule[66]=C:\Windows\SYSTEM32\USP10.dll LoadedModule[67]=C:\Windows\SYSTEM32\msls31.dll LoadedModule[68]=C:\Windows\system32\dwmapi.dll LoadedModule[69]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.2273_none_7de240fc83403786\comctl32.DLL LoadedModule[70]=C:\Windows\System32\uiautomationcore.dll LoadedModule[71]=C:\Windows\System32\USERENV.dll LoadedModule[72]=C:\Windows\SYSTEM32\sxs.dll LoadedModule[73]=C:\Windows\System32\OLEACC.dll LoadedModule[74]=C:\Windows\system32\mswsock.dll LoadedModule[75]=C:\Windows\system32\napinsp.dll LoadedModule[76]=C:\Windows\SYSTEM32\DNSAPI.dll LoadedModule[77]=C:\Windows\System32\winrnr.dll LoadedModule[78]=C:\Windows\system32\NLAapi.dll LoadedModule[79]=C:\Windows\System32\fwpuclnt.dll LoadedModule[80]=C:\Windows\System32\rasadhlp.dll LoadedModule[81]=C:\Windows\system32\wbem\wbemprox.dll LoadedModule[82]=C:\Windows\SYSTEM32\wbemcomn.dll LoadedModule[83]=C:\Windows\SYSTEM32\dhcpcsvc6.DLL LoadedModule[84]=C:\Windows\system32\wbem\wbemsvc.dll LoadedModule[85]=C:\Windows\system32\wbem\fastprox.dll LoadedModule[86]=C:\Windows\SYSTEM32\winhttp.dll LoadedModule[87]=C:\Windows\SYSTEM32\ondemandconnroutehelper.dll LoadedModule[88]=C:\ArmaServers\AgarthaExileReborn\@ExileServer\extDB3_x64.dll LoadedModule[89]=C:\ArmaServers\AgarthaExileReborn\tbbmalloc_x64.dll LoadedModule[90]=C:\Windows\SYSTEM32\VCRUNTIME140.dll LoadedModule[91]=C:\Windows\system32\schannel.DLL LoadedModule[92]=C:\Windows\SYSTEM32\mskeyprotect.dll LoadedModule[93]=C:\Windows\SYSTEM32\ncrypt.dll LoadedModule[94]=C:\Windows\SYSTEM32\NTASN1.dll LoadedModule[95]=C:\Windows\system32\ncryptsslp.dll LoadedModule[96]=C:\Windows\SYSTEM32\edputil.dll State[0].Key=Transport.DoneStage1 State[0].Value=1 FriendlyEventName=Ha smesso di funzionare ConsentKey=BEX64 AppName=Arma 3 AppPath=C:\ArmaServers\AgarthaExileReborn\arma3server_x64.exe NsPartner=windows NsGroup=windows8 ApplicationIdentity=6CCA8B4A05C0D90DD18A56885FE387B7 MetadataHash=1839272922 Sorry for italian langueage ...
  14. Hehho DEVS, i finde this ... I hope it can serve .... it could be a problem of infistar if it is present on the server test ... Today I returned to the server and just logged in gives me the message of suicide .... I come back to recover things from the body ... and I receive this message
  15. lucy2990

    [WIP] RAGE MAP ADDON

    Hello community and @Redbeard_Actual, it is possible to have a drop FPS when using the addon ? it can be extended on the whole map ? Thanx
  16. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    check again all instalation extDB3 and check the merge file
  17. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    if dont use Infistar territory delete this: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Author: Chris(tian) "infiSTAR" Lorenzen ;; Contact: [email protected] // www.infiSTAR.de ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; please add everything below this comment to the bottom of your exile.ini file ;; to allow your exileserver/infiSTAR to communicate with your database! ;; ;; path where exile.ini should be: ;; Arma 3\@ExileServer\extDB\sql_custom_v2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; infiSTAR Territory Management ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [setTerritoryName] SQL1_1 = UPDATE territory SET name = ? WHERE id = ? SQL1_INPUTS = 1,2 [setTerritoryFlagTexture] SQL1_1 = UPDATE territory SET flag_texture = ? WHERE id = ? SQL1_INPUTS = 1,2 [setTerritoryPos] SQL1_1 = UPDATE territory SET position_x = ? , position_y = ? , position_z = ? WHERE id = ? SQL1_INPUTS = 1,2,3,4 [getAccountName] SQL1_1 = SELECT name FROM account WHERE uid = ? SQL1_INPUTS = 1 OUTPUT = 1 [getFlagStolenBy] SQL1_1 = SELECT flag_stolen_by_uid FROM territory WHERE id = ? SQL1_INPUTS = 1 OUTPUT = 1
  18. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    @Syarho hi , change that in your exile.ini ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Author: Chris(tian) "infiSTAR" Lorenzen ;; Contact: [email protected] // www.infiSTAR.de ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; please add everything below this comment to the bottom of your exile.ini file ;; to allow your exileserver/infiSTAR to communicate with your database! ;; ;; path where exile.ini should be: ;; Arma 3\@ExileServer\extDB\sql_custom_v2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; infiSTAR Logs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [insert_infiSTARLog] SQL1_1 = INSERT INTO infistar_logs SET servername = ?, logname = ?, logentry = ? ;; Number Of Inputs = 3 SQL1_INPUTS = 1,2,3 [getTotalConnections] SQL1_1 = SELECT first_connect_at,last_connect_at,total_connections FROM account WHERE uid = ? ;; Number Of Inputs = 1 SQL1_INPUTS = 1 OUTPUT = 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; infiSTAR WhiteList ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [getAccountWhitelisted] SQL1_1 = SELECT whitelisted FROM account WHERE uid = ? ;; Number Of Inputs = 1 SQL1_INPUTS = 1 OUTPUT = 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Author: Chris(tian) "infiSTAR" Lorenzen ;; Contact: [email protected] // www.infiSTAR.de ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; please add everything below this comment to the bottom of your exile.ini file ;; to allow your exileserver/infiSTAR to communicate with your database! ;; ;; path where exile.ini should be: ;; Arma 3\@ExileServer\extDB\sql_custom_v2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; infiSTAR Territory Management ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [setTerritoryName] SQL1_1 = UPDATE territory SET name = ? WHERE id = ? SQL1_INPUTS = 1,2 [setTerritoryFlagTexture] SQL1_1 = UPDATE territory SET flag_texture = ? WHERE id = ? SQL1_INPUTS = 1,2 [setTerritoryPos] SQL1_1 = UPDATE territory SET position_x = ? , position_y = ? , position_z = ? WHERE id = ? SQL1_INPUTS = 1,2,3,4 [getAccountName] SQL1_1 = SELECT name FROM account WHERE uid = ? SQL1_INPUTS = 1 OUTPUT = 1 [getFlagStolenBy] SQL1_1 = SELECT flag_stolen_by_uid FROM territory WHERE id = ? SQL1_INPUTS = 1 OUTPUT = 1
  19. lucy2990

    [RELEASE] [Update 1.3] Vehicle Crafting - CDAH-Mod-Pack

    Hello comunity, anvil whit the last update has been fixed right ? I do not understand why i can not move it anymore ... and I can go through ... Some help thanx <3
  20. lucy2990

    [SOLVED] Sospect hack

    Dear @infiSTAR 2 player have banned just before rebooting the server anf i finde this in BANLOG 18.08.2017 23:52:53: XXXXXXX (0000000000000000) BadlbText: destroy all on Display #-1340 Control #1501 - [just now] XXXXXXX: he was still the only one able to use 9 big mommas and destroy all vehicles at the same time 18.08.2017 23:55:39: YYYYYYYYY (111111111111111111) BadlbText: destroy all on Display #-1340 Control #1501 - [2min 25s] XXXXXXXX: he was still the only one able to use 9 big mommas and destroy all vehicles at the same time Then tell me what it is ? For the first player i finde this in SURVEILLANCELOG 18.08.2017 23:46:51: XXXXXXXX (00000000000000) | Not Allowed Display with idd: 57, parent idd: -1, controls: [Control #101,Control #102,Control #2,Control #0,Control #1], controls parent: [], control texts: ["Control #101: ","Control #102: ","Control #2: WEITER","Control #0: Primaryweapon","Control #1: Hands"] | 3h 45min 47s [11-06-2017 12-12-53 - v0079] Thanx <3
  21. lucy2990

    [SOLVED] Sospect hack

    Thanx dear Chris you are the best <3
  22. lucy2990

    Extended Base Mod

    Yes dear i remove
  23. lucy2990

    Extended Base Mod

    Sorry @Freakylein for post replay .... You've got to check it out ? Thanx
  24. lucy2990

    Extended Base Mod

    Dear @Freakylein tanx for your great job <3 I finde some problem whit the door in this 2 buildind: Land_i_House_Big_01_V2_F Land_i_Barracks_V1_F It's my server problem ? Starting mission: Mission file: Exile (__cur_mp) Mission world: Altis Mission directory: mpmissions\__cur_mp.Altis\ Land_i_House_Big_01_V2_F: Door_1_rot - unknown animation source door_1_sound_source Land_i_House_Big_01_V2_F: Door_1_handle_rot_1 - unknown animation source door_1_nosound_source Land_i_House_Big_01_V2_F: Door_1_locked_rot - unknown animation source door_1_locked_source Land_i_House_Big_01_V2_F: Door_2_rot - unknown animation source door_2_sound_source Land_i_House_Big_01_V2_F: Door_2_handle_rot_1 - unknown animation source door_2_nosound_source Land_i_House_Big_01_V2_F: Door_2_locked_rot - unknown animation source door_2_locked_source Land_i_House_Big_01_V2_F: Door_3_rot - unknown animation source door_3_sound_source Land_i_House_Big_01_V2_F: Door_3_handle_rot_1 - unknown animation source door_3_nosound_source Land_i_House_Big_01_V2_F: Door_3_locked_rot - unknown animation source door_3_locked_source unable to connect anim. source "Hit" to hitpoint "Glass_1_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_1_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_2_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_2_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_3_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_3_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_4_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_4_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_5_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_5_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_6_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_6_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_7_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_7_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_8_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_8_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_9_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_9_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_10_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_10_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_11_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_11_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_12_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_12_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_13_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_13_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_14_hitpoint" in Land_i_House_Big_01_V2_F unable to connect anim. source "Hit" to hitpoint "Glass_14_hitpoint" in Land_i_House_Big_01_V2_F Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView Land_Cargo_House_V2_F: Door_1_rot - unknown animation source door_1_sound_source Land_Cargo_House_V2_F: Door_1_locked_rot - unknown animation source door_1_locked_source Strange convex component65 in a3\rocks_f\sharp\sharprock_wallh.p3d:geometryFire Land_i_Garage_V2_F: Door_1_rot - unknown animation source door_1_sound_source Land_i_Garage_V2_F: Door_1_handle_rot_1 - unknown animation source door_1_nosound_source Land_i_Garage_V2_F: Door_1_locked_rot - unknown animation source door_1_locked_source Strange convex component06 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component18 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component30 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component31 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component32 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component42 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component43 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component44 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component46 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component58 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component64 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component76 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component98 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component100 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component132 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component145 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component149 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component151 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component167 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component198 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component244 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component304 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component310 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component337 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component353 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component378 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire Strange convex component05 in a3\rocks_f\sharp\sharprock_spike.p3d:geometryFire Strange convex component74 in a3\rocks_f\sharp\sharprock_spike.p3d:geometryFire Strange convex component202 in a3\rocks_f\sharp\sharprock_spike.p3d:geometryFire Strange convex component391 in a3\rocks_f\sharp\sharprock_spike.p3d:geometryFire Please can check and tell me if in your server work fine ? Thanx <3
  25. lucy2990

    [Done] ExtDb3 Compatibility with Exile

    <3 <3 <3