Jump to content

RHE24

Member
  • Posts

    32
  • Joined

  • Last visited

Posts posted by RHE24

  1. Loottables-for-Epoch-1.0.6.1 and Legacy-1.0.5.1

    [for 1.0.6.1 see down below!!]

    =============1.0.5.1===========================

    Installation Steps: Download the Archive: https://github.com/RHE24/Loottables-for-Epoch-1.0.6.1-Legacy-1.0.5.1/archive/master.zip

    Extract the MegaLoot Ordner and copy it in your mission.pbo.

    In your init.sqf: find DZE_MissionLootTable = false; set it to true.

    Like this: DZE_MissionLootTable = true; //Custom Loot Tables

    then go to your description.ext and paste this:

    #include "MegaLoot\CfgBuildingLoot.hpp"

    at the top of your description.ext

    thats it, you are done Now happy Looting

    =============1.0.5.1===========================

    =============1.0.6.1===========================

    Installation Steps: Download the Archive: https://github.com/RHE24/Loottables-for-Epoch-1.0.6.1-Legacy-1.0.5.1/archive/master.zip

    Extract the dayz_code Ordner and copy it in your mission.pbo.

    In your init.sqf: find DZE_MissionLootTable = false; set it to true.

    Like this: DZE_MissionLootTable = true; //Custom Loot Tables

    then go to your description.ext and paste this:

    #include "dayz_code\Configs\CfgLoot\CfgLoot.hpp"

    at the top of your description.ext

    then find:  #include "\z\addons\dayz_code\Configs\CfgLoot\CfgLoot.hpp"   exclude or delete it

    thats it, you are done Now happy Looting

    =============1.0.6.1===========================

    our Post on Epoch Mod: https://epochmod.com/forum/topic/43914-mega-loot-tables-epoch-1061/

    ==================================================================

    This is an example of how to use your own Loot Tables on your Mission :)

    ==================================================================

  2. in our Redis DB you can delete some Player

    search the Player ID

     

    like this: 

     

    dbname

                 dbNumber

                                  player

                                            76xxxxxxx/

                                                             "all stuff here can be deleted"

  3. I already did that.

    but I do not have the menu

     

     

    I don't have the menu too

     

    sry the same thing must be changed in activate.sqf 

     

    if ((getPlayerUID player) in ["####", "####", "####", "####", "####", "####", "####"]) then {
    ;

    replace  "####" with your Admin UIDS, like 76xxxxxxxxxxx

  4. Infistar will always be the best no matter what.

     

    I hate infistar, the Code from Infistar is stolen from the legendary Epochmod Team !!

    Validate the Code from Epoch and infistar this is the same Code, only on infistar has some Code on another position. !!

     

    :lol:  :lol:  :lol:  :lol:

     

    Epoch = 0 $$ ((you can Spend some $$ for this very nice Work))

    Infistar = 39,49 $$

     

    What is the best Solution? haha Epoch !!!!! <3

  5. Hello Epoch Users,

     

    i (RHE24) & Stefan have a simple Admin Menu for your Epoch Server.

    We are Admins on the Gigacraft A3 Epoch Server.

     

    Its based on Arma3 Wiki and fusion13 and AltisLife

     

    Features

    • Teleport
    • Godmode
    • Vehicle Spawn
    • Weapon Spawn
    • Group Spawn
    • ESP
    • Heal self and Players
    • Spectate

     

    You can Download the 7z Archive

     

     

    https://sourceforge.net/projects/gama3epoch/files/latest/download

     

     

    Install:

     

    , extract to our Mission Folder.

     

    Insert this in your init.sqf 

    //Gigacraft Admin Menu 
    [] execVM "gigacraft_admin_menu\admin\activate.sqf"; 
    [] execVM "gigacraft_admin_menu\admin\loop.sqf";

    then in tools.sqf  and activate.sqf search this

    if ((getPlayerUID player) in ["####", "####", "####", "####", "####", "####", "####"]) then { //all admins

    and in activate.sqf

    if ((getPlayerUID player) in ["####", "####", "####", "####", "####", "####", "####"]) then {
    ;

     

    replace  "####" with your Admin UIDS, like 76xxxxxxxxxxx

     

    thats all, repack your to pbo and have a Menu :)

     

    ---------------------------------------------------------------------
    presentet by RHE24 & Stefan, we are Admins on our Arma3 Epoch Server.
     
    Server IP: gigacraft.de:2302
×
×
  • Create New...