Jump to content

1.6.2 NEW RUBBLETOWN


juandayz

Recommended Posts

[
["RPK_DZ","RPK_DZ","PKM_DZ","PKM_DZ"],
["75Rnd_545x39_RPK","75Rnd_545x39_RPK","75Rnd_762x39_RPK","75Rnd_762x39_RPK","100Rnd_762x54_PK","100Rnd_762x54_PK","100Rnd_762x54_PK","100Rnd_762x54_PK","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp",""]
],

Is it supposed to have

 ,""]

at the end there?

Link to comment
Share on other sites

1 hour ago, looter809 said:

[
["RPK_DZ","RPK_DZ","PKM_DZ","PKM_DZ"],
["75Rnd_545x39_RPK","75Rnd_545x39_RPK","75Rnd_762x39_RPK","75Rnd_762x39_RPK","100Rnd_762x54_PK","100Rnd_762x54_PK","100Rnd_762x54_PK","100Rnd_762x54_PK","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp",""]
],

Is it supposed to have


 ,""]

at the end there?

No, Remove it

Link to comment
Share on other sites

8 hours ago, looter809 said:

[
["RPK_DZ","RPK_DZ","PKM_DZ","PKM_DZ"],
["75Rnd_545x39_RPK","75Rnd_545x39_RPK","75Rnd_762x39_RPK","75Rnd_762x39_RPK","100Rnd_762x54_PK","100Rnd_762x54_PK","100Rnd_762x54_PK","100Rnd_762x54_PK","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp",""]
],

Is it supposed to have


 ,""]

at the end there?

my bad tnks for the advice.. removed in main post

Link to comment
Share on other sites

Also 

[
["M4SPR","M14_DZ","M24_des_EP1"],
["5Rnd_17HMR","5Rnd_17HMR","5Rnd_762x51_M24","5Rnd_762x51_M24","20Rnd_762x51_DMR","20Rnd_762x51_DMR","10Rnd_762x54_SVD","10Rnd_762x54_SVD","10Rnd_762x54_SVD"]
],

has SVD ammo and HMR (I believe that's lee enfield ammo) and not M4SPR ammo (Stanag ammo)

 

Also 

["L110A1_DZ"],

doesn't have ammo (I think requires m249 ammo? but i'm not sure)

Link to comment
Share on other sites

it is needed ^^

 

 1:33:24 Error in expression <n {
deleteVehicle _enemy;
deleteVehicle _enemy1;
deleteVehicle _enemy2;
deleteVe>
 1:33:24   Error position: <_enemy1;
deleteVehicle _enemy2;
deleteVe>
 1:33:24   Error Nicht definierte Variable in Ausdruck: _enemy1
 1:33:24 File z\addons\dayz_server\modules\newrubbletown.sqf, line 380

Link to comment
Share on other sites

  • 2 months later...

Love it Juan!  Players like the NEW rubble town ;)

One thing we noticed, ais do not give humanity and do not add to kills.

If you use WAI, you can easily fix this by commenting out the whole code that spawns AIs

and adding this

if(isServer) then {
//Spawn AI
_mission 		= count wai_mission_data -1;
_rndnum = (2 + round (random 4));
[[_position select 0,_position select 1,0],_rndnum,"Medium",["Random","AT"],3,"Random","Bandit","Random","Bandit",_mission] call spawn_group;
[[_position select 0,_position select 1,0],_rndnum,"Medium","Random",3,"Random","Bandit","Random","Bandit",_mission] call spawn_group;
[[_position select 0,_position select 1,0],_rndnum,"Medium","Random",3,"Random","Bandit","Random","Bandit",_mission] call spawn_group;
};

Thanks again bud!

 

EDIT: It spawns the AIs, but after checking the RPT it throws alot of errors. I'll look more into it later on

Link to comment
Share on other sites

  • 9 months later...

If you have a problem with one of the crates spawning inside debris (not accessible) instead of ontop.

I moved the problem crate coordinates to the side a bit.

Find:

[(_position select 0) + 38.5, (_position select 1) - 16,-0.012]

replace with

[(_position select 0) + 44.97, (_position select 1) - 16.55,-0.012]

 

Link to comment
Share on other sites

  • 1 year later...

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
  • Discord

×
×
  • Create New...