Jump to content

Aru

Member
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Aru

  1. You need to use a server sided language such as PHP to extract the relevant keys from the reds database, then populate your table based on the results.

     

    Take a look at the predis library for php, this will get you started with querying the database.

     

    I made a thread a while ago with some basic example using a different library called  TinyRedisClient. You can see my examples

     

    Very nice work dude, thanks for sharing. I'm looking at your stuff right now but, i'm kinda lost. "to extract the relevant keys from the redis database" Ok, i'm close but i can't find the player stats and that's where my problem is right now. I can sort out on table everything i want, but not the player's stats its still empy.

  2. Redis is the database, and there is a stats tool out there made by zupa. Might want to check it out.

     

     

    I already checked this tool, it's an awesome work but it's not what i need for my website. I just want to sort a table with best AI killers from desc. A simple request in the database (local, my website is host on the same dedicated server). Thing is, if zupa succeed to see the stats of the player i should be able too, but i can't see any informations in RedisDesktopManager.

     

    Aruvyel

  3. Hello everyone,

     

    I'd like to make a simple database request to show on my website the number of AI kill by my players. I'm pretty familiar with PhP and DB requests, thing is, when i open RedisDesktopManager and go to my PlayerStats folder, i have 0 information except the symbol � sometimes.

     

    So, basically, i cannot see any player's informations.

     

    Can someone explain me where am i wrong ? I'd like to figure out and maybe find another solution to explore my server's database. Speaking about server's database architecture, is epoch mod using some kind of MySQL architecture or Redis is the database and i'm forced to play with it ?

     

    Thanks a lot,

     

    Aruvyel

  4. Hello everyone,

     

    I think this is pretty stupid, but after looking at the .pbo and on the web, i still can't find the clothe's classnames (male and female) to add them to my LootList.SQF.

     

    I also checked this thread all i see is Headgears "H_??_EPOCH" and Vests "V_??_EPOCH".

     

    Can someone help me with this little problem ?

     

    Thanks you very much,

     

    Aruvyel

  5. Hello everyone,

     

    I worked on my server for 3 days now and thanks you all for your great support. All the mods/tools/plugins are awesome and i trully thanks all people here for being such kind with "novice" with new server hoster.

     

    First things, here is my setup:

     

    * Using dedicated server

    * Arma 3 installed with @AiATP @A3EAI @MAS @EPOCH @TAVIANA

    * Server working well with high performance

    * I used all exceptions in my scripts.txt as people make reference in each plugins topic

     

    Second, here is the error my .RPT is spamming me (all the time)

     

    FIRST SPAM

    Error in expression <d", "repairkit", true];
    };
    if (({_x == _loot} count exclcontainer_list) > 0) th>
     2:40:32   Error position: <_loot} count exclcontainer_list) > 0) th>
     2:40:32   Error Variable indéfinie dans une expression: _loot
     2:40:32 File mpmissions\epoch.Tavi\LSpawner\fn_LSgetBuildingstospawnLoot.SQF, line 146
     2:40:32 Error in expression <d", "repairkit", true];
    };
    

    If i look on line 146 in fn_LSgetBuildingstospawnLoot.SQF, here is what i have. It is default .SQF i did not touch it.

    //if container clear its cargo
    	if (({_x == _loot} count exclcontainer_list) > 0) then {
    	clearWeaponCargoGlobal _lootholder;
    	clearMagazineCargoGlobal _lootholder;
    	clearBackpackCargoGlobal _lootholder;
    	clearItemCargoGlobal _lootholder;
    	};
    

    I can't figure out what reference this is and what fn_LSgetBuildingstospawnLoot.SQF is trying to do.

     

    SECOND SPAM (sorry it's long lines error)

    2:40:32 Warning Message: No entry 'bin\config.bin/CfgMagazines.ruger_pistol_epoch'.
     2:40:32 Warning Message: No entry '.picture'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.scope'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: Error: creating magazine ruger_pistol_epoch with scope=private
     2:40:32 Warning Message: No entry '.displayName'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.displayNameShort'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.nameSound'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.Library'.
     2:40:32 Warning Message: No entry '.libTextDesc'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.type'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.count'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.maxLeadSpeed'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.initSpeed'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.reloadAction'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.modelSpecial'.
     2:40:32 Warning Message: '/' is not a value
     2:40:32 Warning Message: No entry '.ammo'.
     2:40:32 Warning Message: '/' is not a value
    

    I have this error for ALL default Epoch weapons such as

    Error: creating magazine arifle_Katiba_GL_F with scope=private
    Error: creating magazine arifle_Katiba_C_F with scope=private
    Error: creating magazine hgun_Pistol_heavy_01_F with scope=private
    No entry 'bin\config.bin/CfgMagazines.hgun_Pistol_heavy_01_F'
    
    etc...
    

    Can someone please help me with those errors ? My server is running really fine, but i like to keep my server spam error free

     

    Thanks again for your all great support and sorry for my english,

  6. Hello everyone, i started with @mas 24 hours ago and spend all that time figuring out all the problems i faced with.

     

    I have follow all you said on this topic (pbo extract, @mas on root, config files, added the highloot.sqf, added the exceptions)

     

    I don't have @mas spawns on ground! only epoch default loot. I have "premium" loot of the next DLC on ground too (there is no premium item in my LSLootList).

     

    Can someone explain me why i don't have @MAS weapons/ammo loot on ground ?

     

    Then, my .rpt is spamming me this error

    if (({_x == _loot} count exclcontainer_list) > 0) th>
     2:39:29   Error position: <_loot} count exclcontainer_list) > 0) th>
     2:39:29   Error Variable indéfinie dans une expression: _loot
     2:39:29 File mpmissions\epoch.Tavi\LSpawner\fn_LSgetBuildingstospawnLoot.SQF, line 146
     2:39:29 Error in expression <d", "repairkit", true];
    };
    

    Anyone have the same error ?

     

    Another error i got, dunno if its matter with MAS, but if someone can tell me how to fix, i'll be happy.

     3:27:29 Warning Message: No entry '.displayName'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.displayNameShort'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.nameSound'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.Library'.
     3:27:29 Warning Message: No entry '.libTextDesc'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.type'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.count'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.maxLeadSpeed'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.initSpeed'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.reloadAction'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.modelSpecial'.
     3:27:29 Warning Message: '/' is not a value
     3:27:29 Warning Message: No entry '.ammo'.
     3:27:29 Warning Message: '/' is not a value

    Thanks a lot,

×
×
  • Create New...