Jump to content

Nox

Member
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Nox

  1. Bonjour tout le monde, merci beaucoup a l'equipe Epoch de diffuser les server file afin que nous puissions faire nos propres serveur Epoch :)

    Hi everyone, A great thx for Epoch team to share server file, we can make our dedicated server ;)

     

    Voici le tuto que j'ai mis en place hier et qui tourne sans probleme : http://www.gameoverblog.fr/tuto-epoch-arma3-serveur-dedie/

    Now this is my french tutorial to make it : http://www.gameoverblog.fr/tuto-epoch-arma3-serveur-dedie/

     

    Merci a tous et bonne journée

    Thx everybody and have a nice day.

     

    EPOCH FOR EVER

  2. i've the same trouble :(

     

    I can see the groupe of trade item (like shotgun etc....)

    But nothing in it

     

    I've 1.0.1.5 DB trader

    and 1.0.1.5 server_trader.sqf

     

    Any Help

     

    Other Question

     

    here in DB traders_data : 

    1437 ["ItemWatch",3] 100 [2,"ItemSilverBar",1] [1,"ItemSilverBar",1] 0 142 trade_weapons

    Tid = 142

     

    Here in trader_tids

    459 Black Market Weapons 142
    460 Black Market Ammo 142
    And Noting in 142 tids in serveur_trader in MPMission
     
    That's normal ?
  3. Wwaaahhooouuuuu

     

    <cmd>say -1 no voice in side chat + no griefing,
    english or german language only in side chat,
    no killing, destroying or stealing from backpacks & cars in safe zones,
    no glitching the game + no combat-logging,
    no obstructing high-grade areas/ traders with built bases,
    no parking vehicles or setting up camp anywhere off the map,
    no leaving locked vehicles inside safe zones,
    no destroying vehicles in bases or raping nearby safes in bases,
    no deconstructing foreign bases + respect the admins,
    </cmd>

     

     

    Every 30min you gone to flood you server :(

  4. Hello Need Some Help Plz

     

    This Is my Spacecake.sqf

     

    private ["_onLadder","_itemorignal","_hasdrinkitem","_hasoutput","_config","_text","_sfx","_dis","_itemtodrop","_nearByPile","_item","_display"];
     
    disableserialization;
    call gear_ui_init;
     
    _onLadder =     (getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> (animationState player) >> "onLadder")) == 1;
    if (_onLadder) exitWith {cutText [(localize "str_player_21") , "PLAIN DOWN"]};
     
    _itemorignal = _this;
    _hasitem = ItemDrogue in magazines player;
     
    _config = configFile >> "CfgMagazines" >> _itemorignal;
    _text = getText (_config >> "displayName");
     
    //getting type of sfx (now just drink od soda open and drink)
    _sfx =  getText (_config >> "sfx");
     
    player playmove "ActsPercMstpSnonWnonDnon_DancingDuoIvan";//playActionNow "PutDown";
    player removeMagazine _itemorignal;
    sleep 1;
    playSound "rain";
    sleep 1;
    playSound "eat3";
    sleep 5;
    playSound "cough2";
    playSound "scream4";
    sleep 3;
    playSound "panic0";
    sleep 5;
    playSound "panic1";
    sleep 9;
    playSound "scream4";
    sleep 3;
    playSound "scream4";
    sleep 3;
    playSound "scream4";
     
    //add infection
    if (_itemorignal == "ItemDrogue") then {
        r_player_infected = true;
    player setVariable["USEC_infected",true,true];
    };
     
    player setVariable ["messing",[dayz_hunger,dayz_thirst],true];
     
    dayz_lastDrink = time;
    dayz_thirst = 0;
     
    dayz_lastMeal = time;
    dayz_hunger = 0;
     
    if (r_player_blood / r_player_bloodTotal >= 0.2) then {
    (_display displayCtrl 1300) ctrlShow true;
    };

     

     

    I want To add : Bleeding 100 chance but i can't find the Bleeding variable.

     

    Well Actually, you can use CupCake to Deal With Mamie Nova to take "ItemDrogue" (Space Cake)

     

    My Next step is To creat the Space Cake.

     

    But All I Try it's a big Fail.

    - I can Have My SpaceCake By without restriction.

     

    I want to use my knife to cut Grass on (Building name GreenHouse)

     

    Actually when i right clic on my knife i've Harvest Grass

     

    If (_Near == "Greenhouse") then

    Random = 50%

    If (Random > 50%) Then

    AddMagasin = Grass

    Else Text = You don't have chance.

     

    Every one can help my ?

     

    Just to show my how it's work, after i'm going to make the same thing with Alcool :p

     

    Thx for Everyone

  5. Right But

     

    This is a Buggy Game and if every time you need to give stuff to dead by glitch, bug or somethings else .... you loose your time.

     

    To remove this action, i've put on my server lot of stuff point, and in 30min or 1 hour you can have a full stuff.

     

    My customer like this idea and when they die by glitch nobody said to me , Plz give me my stuff :(.

×
×
  • Create New...