lucho Posted February 10, 2016 Report Share Posted February 10, 2016 How i can add blood sucker in mission.sqm i try but he dont attack and do anything class Item100 { position[]={-7246.0605,365.94415,19535.738}; azimut=-17.0839; id=100; side="WEST"; vehicle="ns_bloodsucker"; player="PLAY CDG"; skill=0.60000002; init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';"; }; Link to comment Share on other sites More sharing options...
0 ElDubya Posted February 10, 2016 Report Share Posted February 10, 2016 class Item2 { side="West"; class Vehicles { items=1; class Item0 { position[]={77.9324,0.00142336,113.175}; id=52; side="West"; vehicle="ns_bloodsucker"; leader=1; skill=0.60000002; text="sefik"; init="this allowDamage false;"; }; }; }; Link to comment Share on other sites More sharing options...
0 ElDubya Posted February 10, 2016 Report Share Posted February 10, 2016 http://pastebin.com/TedaUQpJ My whole mission.sqm, if you need it for reference. Link to comment Share on other sites More sharing options...
0 lucho Posted February 10, 2016 Author Report Share Posted February 10, 2016 thanks for answer but i need only this one line how i can allow unit to damage like AUTOTARGET and so init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';"; Link to comment Share on other sites More sharing options...
0 Cherdenko Posted February 12, 2016 Report Share Posted February 12, 2016 On 10.2.2016 at 11:36 PM, lucho said: thanks for answer but i need only this one line how i can allow unit to damage like AUTOTARGET and so init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';"; try this allowDamage true Link to comment Share on other sites More sharing options...
0 lucho Posted February 12, 2016 Author Report Share Posted February 12, 2016 yes now he got damage but how i can do that he walks ? Link to comment Share on other sites More sharing options...
0 lucho Posted February 12, 2016 Author Report Share Posted February 12, 2016 Got it to work Bloodsucker Dayz Epoch works! he running hunting you attack and you can kill them, so i can put in all map dont need to add buildingspawn only need position so they cant respawn but you can add them Link to comment Share on other sites More sharing options...
Question
lucho
How i can add blood sucker in mission.sqm
i try but he dont attack and do anything
class Item100 { position[]={-7246.0605,365.94415,19535.738}; azimut=-17.0839; id=100; side="WEST"; vehicle="ns_bloodsucker"; player="PLAY CDG"; skill=0.60000002; init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';"; };
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now