Jump to content
Sign in to follow this  
juandayz

1.6.2 NEW RUBBLETOWN

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?

Share this post


Link to post
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

Share this post


Link to post
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

Share this post


Link to post
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)

Share this post


Link to post
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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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]

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Similar Content

    • By looter809
      Does anyone have a quick and easy fix to where after an epochevent is started and a player joins they don't see the previously spawned events on the map? I could try to reverse engineer how DZMS missions stay on the map, but I figured I would ask here first and see if anyone has an easier solution.
    • By juandayz
      1/06/2018
      The msg system is based on the remote_message.sqf provided by ZSC. (if u dont use ZSC change the msg system)
      player_supply.sqf
      https://pastebin.com/VENCekKu
      init.sqf
       
    • By juandayz
      UPDATE 13-6-17
      Spawn a marker with 350 of radius.
      Inside, lost in somewhere thers a corpse with a jewells reward in his inventory. (the body agonize so shoot on him).

      1-Open your init.sqf be sure this line is seted as true;
      EpochUseEvents = true;
      2- in this line add the event:
      EpochEvents = [["any","any","any","any",18,"deathcorpse"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"]];
       
      3-create deathcorpse.sqf and drop into: dayz_server.pbo\modules\ ¡ 
      VIDEO:
       
    • By juandayz
      Writed with base on:
      Rubble Town
      and
      4 types of Side Missions (Events)
      and mixed with my homemade bombs.
       
       
      This event spawn a crate & wait until thers nearest players  then active the bomb giving 25 seconds before explode.
      1-unpack your dayz_server.pbo
      2-create:
      bombcrate.sqf  (drop into \@DayZ_Epoch_Server\addons\dayz_server\modules\ )
      3-repack your dayz_server.pbo
      4-open your init.sqf add lines in blue.
      pics:

       
      Video:
      use it if u need test something:
       
    • By meistertjk55
      {DoD}{Epoch Altis} | High Loots| Custom Content | Giveaway & In Game Events |
       
      Server IP Address:
      45.35.55.11:2302
       
      Server Name:
      DoD Gaming Epoch Mod (0.3.7)|Custom Stuff|Armed Veh/Helis
       
       
      Website:
      http://www.doordiegamers.com/index.php
       
      ATTENTION!!! Join now and get a free base stater kit!!
       
      Server Features:
      High FPS High Loot Giveaways & In Game Events for all players to join AI Missions Status Bar & more!  
      Mods Required:
      Epoch  
      We are NEW! We are looking for active players to join our community. We are also taking suggestions from players to make this server better for all your fun. Please come by and play with us. Say hi to any players or Admins! 
       
  • Advertisement
  • Supporters
  • Discord

×
×
  • Create New...