change survivor startgear after server has already been built?

VentZer0

Well-Known Member
Hi, Im wondering if its possible to change the starting loadout of players after the server has already been built. So far I havent found any entries in the files that kinda state the startgear openly.
Anyone got a clue where to look?

DayZTaviana 2.0 Bliss Hive
 
Its in your PHPMyAdmin or Navicat, whichever one you use. Just connect to your database, and select the table called "Instance" Once you open that up you will see something called "Inventory" and thats how you change it! You need to make sure that you get the classnames correctly or else it may result in server startup failure, here's an example of mine.

Inventory:
Code:
[["ItemFlashlight", "ItemHatchet","ItemMap"],["ItemBandage","ItemPainkiller","FoodCanBakedBeans","ItemSodaCoke"]]
 
double_facepalm.jpg


this is how i feel right know, on the receiving end of course

thx
 
Back
Top