Jump to content
  • 0

Tavi Single currency Bank locations.


Trevdorr

Question

I cant exactly figure this out. I've tried changing the locations of where they are but it doesn't seem to work at all no matter the change. is there a way to do this easier 

or would someone be kind enough to give me the script for their version of the tavi bank locations? Id be extremely grateful

Basicly i get all the locations for the chernarus version.

 

thanks in advance

Trevdorr

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

in your server.pbo you should have a file called bankzones inside this is your bank locations (banks.sqf)

there is an object of your banks in your varibles.sqf copy the classname and find it within your banks.sqf

then you can use the worldspace cords to place your banks in the desired location

 

for the markers of the banks are located within the gold folder called addbankmarkers.sqf use the same cords you used to place the bank object for precice marker

 

tihs is not my work and used on epoch origins 1.7.9 tavi map

 

Banks.sqf

_vehicle_100 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [14972.143, 9595.085, 0.44577003], [], 0, "CAN_COLLIDE"];
  _vehicle_100 = _this;
  _this setDir -92.396355;
  _this setPos [14972.143, 9595.085, 0.44577003];
};

_vehicle_104 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [14972.33, 9591.6465, 0.49242502], [], 0, "CAN_COLLIDE"];
  _vehicle_104 = _this;
  _this setDir -92.396355;
  _this setPos [14972.33, 9591.6465, 0.49242502];
};

_vehicle_137 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [10381.845, 16829.654, -0.0016157145], [], 0, "CAN_COLLIDE"];
  _vehicle_137 = _this;
  _this setDir 269.29071;
  _this setPos [10381.845, 16829.654, -0.0016157145];
};

_vehicle_178 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [10381.72, 16834.074, 0.012109971], [], 0, "CAN_COLLIDE"];
  _vehicle_178 = _this;
  _this setDir 269.67053;
  _this setPos [10381.72, 16834.074, 0.012109971];
};

_vehicle_218 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [15286.92, 16303.56, 0.078870893], [], 0, "CAN_COLLIDE"];
  _vehicle_218 = _this;
  _this setDir 0.23753083;
  _this setPos [15286.92, 16303.56, 0.078870893];
};

_vehicle_226 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [15289.677, 16303.259, 0.21015041], [], 0, "CAN_COLLIDE"];
  _vehicle_226 = _this;
  _this setDir 0.23753083;
  _this setPos [15289.677, 16303.259, 0.21015041];
};

_vehicle_285 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [1924.5131, 17185.986, 4.6680326], [], 0, "CAN_COLLIDE"];
  _vehicle_285 = _this;
  _this setDir 90.392204;
  _this setPos [1924.5131, 17185.986, 4.6680326];
};

_vehicle_290 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [1924.5562, 17181.434, 4.6513042], [], 0, "CAN_COLLIDE"];
  _vehicle_290 = _this;
  _this setDir 90.392204;
  _this setPos [1924.5562, 17181.434, 4.6513042];
};

_vehicle_339 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [11111.966, 739.87195, -0.018743079], [], 0, "CAN_COLLIDE"];
  _vehicle_339 = _this;
  _this setDir 217.29869;
  _this setPos [11111.966, 739.87195, -0.018743079];
};

_vehicle_378 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [11109.877, 741.47491, 0.072311684], [], 0, "CAN_COLLIDE"];
  _vehicle_378 = _this;
  _this setDir 217.29869;
  _this setPos [11109.877, 741.47491, 0.072311684];
};

_vehicle_400 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [5527.4941, 8901.2031, 0.047190223], [], 0, "CAN_COLLIDE"];
  _vehicle_400 = _this;
  _this setDir 337.95627;
  _this setPos [5527.4941, 8901.2031, 0.047190223];
};

_vehicle_409 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [5530.9556, 8902.5273, -0.011283906], [], 0, "CAN_COLLIDE"];
  _vehicle_409 = _this;
  _this setDir 337.75464;
  _this setPos [5530.9556, 8902.5273, -0.011283906];
};

_vehicle_467 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [9549.6055, 4223.2168, 0.11207866], [], 0, "CAN_COLLIDE"];
  _vehicle_467 = _this;
  _this setDir 269.11716;
  _this setPos [9549.6055, 4223.2168, 0.11207866];
};

_vehicle_476 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [9566.6221, 4223.1738, 0.14258561], [], 0, "CAN_COLLIDE"];
  _vehicle_476 = _this;
  _this setDir 448.99734;
  _this setPos [9566.6221, 4223.1738, 0.14258561];
};

 

addbankmarkers.sqf

_this = createMarker ["atm25", [3649.0173, 8532.2158, -10.050079]];
_this setMarkerText "BANK ATM";
_this setMarkerType "Dot";
_this setMarkerBrush "Solid";
_this setMarkerDir 15.860494;
_marker_23 = _this;

_this = createMarker ["atm1", [12212.91, 9730.4385, 0.12198448]];
_this setMarkerText "BANK ATM";
_this setMarkerType "Dot";
_this setMarkerBrush "Solid";
_marker_600 = _this;

_this = createMarker ["atm3", [1004.8201, 2217.8989, -10.221092]];
_this setMarkerText "BANK ATM";
_this setMarkerType "Dot";
_this setMarkerBrush "Solid";
_marker_1300 = _this;

_this = createMarker ["atm56", [10005.508, 1862.9708, -5.8718519]];
_this setMarkerText "BANK ATM";
_this setMarkerType "Dot";
_this setMarkerBrush "Solid";
_marker_1400 = _this;

_this = createMarker ["atm23", [13341.642, 5488.6128, -95.077232]];
_this setMarkerText "BANK ATM";
_this setMarkerType "Dot";
_this setMarkerBrush "Solid";
_marker_1500 = _this;

_this = createMarker ["atm22", [12211.786, 9724.8906, -51.887791]];
_this setMarkerText "BANK ATM";
_this setMarkerType "Dot";
_this setMarkerBrush "Solid";
_marker_1600 = _this;

_this = createMarker ["ATM2", [8665.4766, 6515.3008, -341.35245]];
_this setMarkerText "BANK ATM";
_this setMarkerType "Dot";
_this setMarkerBrush "Solid";
_marker_1700 = _this;

_this = createMarker ["ATM", [6776.5586, 2495.0146, 2.3841858e-006]];
_this setMarkerText "BANK ATM";
_this setMarkerType "Dot";
_this setMarkerBrush "Solid";
_marker_0000 = _this;

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...