Jump to content

Ixecube

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Ixecube

  1. Ever since i installed the EMS script and the DZMS script, i am unable to repair/salvage cars that i buy at the traders and the ones that i spawn as an admin.

     

    Although i can still repair/salvage the vehicles that get spawned by the server. Does anyone have any idea what the problem might be?

     

     

    Thanks!

  2. Make sure that you have listed your compiles.sqf correctly in your init.sqf file. And that you have the addAction correctly in your fn_selfActions.sqf file

     

    Also be sure to check every file to have the directories correct. A single digit can make the script not work.

  3. @mudzereli @Hardened Thank you both! I'll try it out right away

     

     

    EDIT: I got it fixed! Just change the number that mudzereli highlighted as blue and the higher the number the higher it goes up the scroll-menu. Heres a pic:

     

    rbcw77.jpg

  4. I use the code below for my starter gear:
     

     

    // Default Loadout Config for New Spawns
    DefaultMagazines = ["15Rnd_9x19_M9","15Rnd_9x19_M9","ItemBandage","ItemBandage","ItemBloodbag","ItemMorphine","FoodCanFrankBeans","ItemSodaPepsi","ItemPainkiller","ItemGoldBar6oz"];
    DefaultWeapons = ["ItemMap","ItemCompass","M9"];
    DefaultBackpack = "DZ_Patrol_Pack_EP1";
    DefaultBackpackWeapon = "";
    I have put it in my init.sqf file UNDER this piece of code:
     
    MaxVehicleLimit = 300; // Default = 50
    MaxDynamicDebris = 500; // Default = 100
    dayz_MapArea = 14000; // Default = 10000
    dayz_maxLocalZombies = 30; // Default = 30

    Dont forget to look in your init.sqf file to see if you have the default loadout code twice in it. Let me know if it works.

    If you can't respawn:
    1. Connect to your MySQL database.

    2. Open up your dayz_epoch table.

    3. Select "player_data"

    4. And delete the row that has your name in it.

     

    This should make your character respawn. Let me know if this all works.

  5. I am almost done with my Epoch 1.0.5.1 server. But i noticed that whenever i scroll to get the options like: Self Bloodbag and Commit Suicide whilst standing next to a vehicle, the options Self Bloodbag and Commit Suicide are not lined up above each other but the "Salvage" and "Repair" options are between them.

     

    Is there any way to list the Self Bloodbag and Commit Suicide options under each other and at the top. So that all other options to salvage or repair appear at the bottom of the scroll menu? Same goes for the Tow option.

     

     

    Here is a picture to show you what i mean:

     

    optels.jpg

×
×
  • Create New...