TKC-Community

Hacking and Art => Armed Assault 3 => Armed Assault 2 => Topic started by: SquidManHero on June 12, 2012, 06:04:43 am

Title: Class for DayZ items?
Post by: SquidManHero on June 12, 2012, 06:04:43 am
I was wondering what the classes are for DayZ items, like
Code: [Select]
ItemAntibioticand
Code: [Select]
ItemBloodbag
What I really need is food and drink, and full water bottle if possible. I don't really know how to find these things myself, sorry for noobiness.
Title: Re: Class for DayZ items?
Post by: leebeasley on June 12, 2012, 06:06:35 am
Code: [Select]
ItemWaterbottle
FoodSteakCooked
Title: Re: Class for DayZ items?
Post by: johnbowa on June 12, 2012, 06:10:44 am
I was wondering what the classes are for DayZ items, like
Code: [Select]
ItemAntibioticand
Code: [Select]
ItemBloodbag
What I really need is food and drink, and full water bottle if possible. I don't really know how to find these things myself, sorry for noobiness.


Code: [Select]
"FoodSteakRaw",
"FoodSteakCooked",
"FoodCanBakedBeans",
"FoodCanSardines",
"FoodCanPasta",
"ItemSodaCoke",
"ItemSodaPepsi",
"ItemWaterbottle"

Apparently this magic, "Search Feature" works.
Reference: http://tkc-community.net/forum/index.php?topic=10943.msg104320#msg104320
Title: Re: Class for DayZ items?
Post by: darkrounge on June 12, 2012, 06:30:01 am
Loot sheet for dayz, here you go:
http://picacid.com/arma2/loot_en.html
Title: Re: Class for DayZ items?
Post by: SquidManHero on June 12, 2012, 11:12:26 pm
Loot sheet for dayz, here you go:
http://picacid.com/arma2/loot_en.html
Thank you very much
and



Code: [Select]
"FoodSteakRaw",
"FoodSteakCooked",
"FoodCanBakedBeans",
"FoodCanSardines",
"FoodCanPasta",
"ItemSodaCoke",
"ItemSodaPepsi",
"ItemWaterbottle"

Apparently this magic, "Search Feature" works.
Reference: http://tkc-community.net/forum/index.php?topic=10943.msg104320#msg104320
you're a dingus, but thanks.
Title: Re: Class for DayZ items?
Post by: SquidManHero on June 14, 2012, 03:15:23 am
None of them work. I'm putting them in as weapons, though. Do you think I should add them as magazines?
Title: Re: Class for DayZ items?
Post by: RobJones on June 14, 2012, 03:18:48 am
None of them work. I'm putting them in as weapons, though. Do you think I should add them as magazines?

Yes.
Title: Re: Class for DayZ items?
Post by: SquidManHero on June 14, 2012, 05:22:41 am
It worked.