Jump to content

Panthera AI/Admin base


karamell

Recommended Posts

Thanks, added that one too! Will check it out and send some feedback from our community :)

nb:

 

Added the following crate at your admin/AI base:

//HQ Gear
_vehicle_1120 = objNull;
if (true) then
{
  _this = createVehicle ["USVehicleBox_EP1", [414.59033, 486.68918, 2.1457672e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_1120 = _this;
  _this setDir -94.266945;
    //Clear Cargo	
  clearweaponcargoGlobal _this;
  clearmagazinecargoGlobal _this;
  //Add Cargo
  _this addWeaponCargoGlobal ["Binocular",2];
  _this addWeaponCargoGlobal ["Binocular_Vector",2];
  _this addWeaponCargoGlobal ["NVGoggles",2];
  _this addWeaponCargoGlobal ["ItemGPS",2];
  _this addWeaponCargoGlobal ["SCAR_L_CQC_Holo",5];
  _this addWeaponCargoGlobal ["SCAR_L_STD_Mk4CQT",5];
  _this addWeaponCargoGlobal ["SCAR_H_CQC_CCO_SD",5];
  
  _this addmagazineCargoGlobal ["30Rnd_556x45_Stanag",20];
  _this addmagazineCargoGlobal ["20Rnd_762x51_B_SCAR",20];
  _this addmagazineCargoGlobal ["20Rnd_762x51_SB_SCAR",20];
  _this addmagazineCargoGlobal ["bulk_ItemTankTrap",5];
  _this addmagazineCargoGlobal ["bulk_ItemWire",5];
  _this addmagazineCargoGlobal ["bulk_ItemSandbag",5];
  _this addmagazineCargoGlobal ["bulk_PartGeneric",5];
  _this addmagazineCargoGlobal ["PartPlankPack",5];
  _this addmagazineCargoGlobal ["PartPlywoodPack",5];
  _this addmagazineCargoGlobal ["CinderBlocks",15];
  _this addmagazineCargoGlobal ["MortarBucket",15];
  
  _this setPos [414.59033, 486.68918, 2.1457672e-006];
  _this setVariable ["permaLoot",true];
};

I replaced one of the barrels and the woodstacks (across the 2 big green hangars) with the above crate. Made DayzAI cover the island :ph34r: :D

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

heres how I do it and probably most others aswell. Copy the code and save it with a name that u will remember. unpack the server pbo on ur desktop and open the folder. create a new folder called buildings and place the file there. then go in to the folder called init and open server_functions, at the very bottom at that file u add this 

call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\urnamehere.sqf"; then save the file pack the server file to pbo and upload to ur server and restart and then u will have the base

Link to comment
Share on other sites

Heres is my version of a AI/Admin base on panthera

 

pictures are here http://imgur.com/a/RtKRa#4 and the code is here http://pastebin.com/vCH6PnHM

 

I have also made a race track for jetskies

 

picture here http://imgur.com/QNEbrAA and code here http://pastebin.com/EvQz8AHY

 

hope u have fun with it

 

Thank you very much for sharing. Works great!

 

Great ideas!

Link to comment
Share on other sites

  • 2 weeks later...

Thanks for the build.  I've added it to my server and it looks great.  The jetski track is cool too, but man I wouldn't want to hit those dragon teeth going fast on one of those jet ski.  Again appreciate you sharing the admin base.  50Cal

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...