
Originally Posted by
lockdown6435
Dancing animation was removed. This no longer works.
EDIT: I created a thread a few days ago about some code snippets that will get you banned, the dancing one was one of them. Odds are you will be globally banned soon.
Ill be fine, Im running outdated DayZ with outdated beta patch on my private server with all coms to BE master server blocked.
---------- Post added at 11:02 PM ---------- Previous post was at 09:56 PM ----------
But may I ask, which version was it removed?
And since I host a server, cant I just re-add it back?
like through modfolders?
---------- Post added at 11:54 PM ---------- Previous post was at 11:02 PM ----------
Holy crap! I found something interesting that might make this hack work again!
Take a look at these lines I found in my Dayz mission file:
Code:
class Item11
{
position[]={-18649.176,377.9733,25812.715};
azimut=-17.083944;
id=25;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAY CDG";
skill=0.60000002;
init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
Could there be any way of enabling it back? Im horrible when it comes to arma's language, but i think the lines "enableSimulation false" and "disableAI 'ANIM' might have to do with it.
Please respond asap.
thank you very much 
Hint: theres a bunch of these in that file all have something small in difference about it. (position and azimut)