Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Stuxda

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Stuxda

  • Rank
    On the Coast
  1. Stuxda

    stuck help needed

    Hi all my server wont go past a certain point, what am I doing wrong? 17:47:07 [CE][Hive] :: Initializing of spawners done. 17:47:07 [CE][Hive] :: Init sequence finished. keeps doing that. my bat file @echo off start "" "DayZServer_x64" " - instanceId=1" "-config=serverDZ.cfg" "-profiles=C:\Program Files (x86)\Steam\steamapps\common\DayZServer" "-port=2302" "-BEpath=C:\Program Files (x86)\Steam\cpuCount=2" "-noFilePatching"eamapps\common\DayZServer" "-c also does this after awhile 17:47:56 [CE][LootRespawner] (PRIDummy) :: Item [9] causing search overtime: "USMCPants_Woodland" 17:47:56 [CE][LootRespawner] (PRIDummy) :: Item [10] causing search overtime: "JungleBoots_Beige" 17:48:25 [CE][LootRespawner] (PRIDummy) :: Item [11] causing search overtime: "USMCPants_Woodland" 17:48:25 [CE][LootRespawner] (PRIDummy) :: Item [12] causing search overtime: "JungleBoots_Beige" 17:48:53 [CE][LootRespawner] (PRIDummy) :: Item [13] causing search overtime: "USMCPants_Woodland" 17:48:53 [CE][LootRespawner] (PRIDummy) :: Item [14] causing search overtime: "JungleBoots_Beige" Stu.
  2. Stuxda

    Newbie server

    Hi quick question please what do I need to put into this script for more ammo and magazines? Also is there a way of having respawning on while still alive? Can I set it up to spawn only as a Male? Thank You Stu player.GetInventory().CreateInInventory("TTSKOPants"); player.GetInventory().CreateInInventory("TTsKOJacket_Camo"); player.GetInventory().CreateInInventory("AliceBag_Black"); player.GetInventory().CreateInInventory("CombatBoots_Black"); EntityAI gun = player.GetInventory().CreateInInventory("M4A1"); EntityAI magazine = player.GetInventory().CreateInInventory("Mag_STANAG_30Rnd"); } };
×