Jump to content

waynelfc1985

Member
  • Posts

    28
  • Joined

  • Last visited

Posts posted by waynelfc1985

  1. heidi SQL =

     

    Select your database

     

    click Query

     

    Paste this line into the Query

    ALTER TABLE `Character_DATA` ADD COLUMN `Slot` TINYINT UNSIGNED NOT NULL DEFAULT 1 AFTER `PlayerUID`;
    

    hit F9 on your Keyboard or The blue play button at the top.( Atleast I think its blue :D )

     

     

     

     

     

    cheers dude      have to have this broke down  into smaller steps for us non coders hehe  great help thanks guys gunna try attempt this one last time   then try find tutorial on spawn select again 

  2. ai_custom_array1 = [
    ["aimingAccuracy",0.40],
    ["aimingShake",0.70],
    ["aimingSpeed",.50],
    ["endurance",0.80],
    ["spotDistance",0.40],
    ["spotTime",0.60],
    ["courage",0.60],
    ["reloadSpeed",0.60],
    ["commanding",0.60],
    ["general",0.60]
     
     
    just set it to something like this all mine are on 1.00  gives players something to go to missions for as reward is good
     
    ai_custom_array1 = [
    ["aimingAccuracy",1.00],
    ["aimingShake",0.20],
    ["aimingSpeed",1.00],
    ["endurance",1.00],
    ["spotDistance",1.00],
    ["spotTime",1.00],
    ["courage",1.00],
    ["reloadSpeed",1.00],
    ["commanding",1.00],
    ["general",1.00]
     
    also you could arm them with different weapons maybe?
     
  3. works fine for me too   little tip dont change anything from wai file you downloaded.   then go to wai-mission-mission cfg.sqf        put this to          // Time between missions (seconds) wai_mission_timer = 300;     will spawn missions within like 3 mins or server restart or maybe when first person joins server   anyhow do this and check if mission works.

     

    should look like this.

     

    dayz_epoch-----system-----server_monitor.sqf      go into server monitor.sqf   Hold Ctr and press F  then in box type Allowconnection     This will search for line of code you need to add the   [] ExecVM "\z\addons\dayz_server\WAI\init.sqf";  to. 

     

     [] ExecVM "\z\addons\dayz_server\WAI\init.sqf";     <---------- add like this               

     allowConnection = true;

     

     

    also if you have other missions here also put WAI above them Like Below

     

     [] ExecVM "\z\addons\dayz_server\WAI\init.sqf";

     [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";    <---------ignore if you dont have this mission file
     allowConnection = true;
     
     
    hope this helps  
     
    ps keep the folder same check if it runs then add weapons and stuff bit by bit there maybe something wrong with items you are trying to add i had this problem Hope it helps.
  4. how would i go about changing from epoch cherno to epoch napf using vilayer (id have to wipe database clean/server then instead of going into epoch cherno mission files id go into epoch napf files instead?) really confussed how to go about swapping over sorry im abit of a noob at all this.

  5. ok i wiped server and re did it all went and got some vehicles   like a heli and fuel truck logged off did server restart and fuel truck was not there anymore.

     

    j3t i got the arm2 oa bundle for about £18 or so

     

    server was fine on other patch. im really baffled with this.

×
×
  • Create New...