Jump to content
  • 0

Napf Trade Cenceled with traders


Linux

Question

8 answers to this question

Recommended Posts

  • 0

The original Taviana traders at Helfenburg were up high and they worked, was it the 2nd or 3rd floor of the castle tower ?

I used the Napf Hotel Building for trader city, i was tryed this:

_this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0; this setpos [ getPos this select 0, getPos this select 1, 0.42];";

it's currently working when traders near ground, but where higher - have problems

Link to comment
Share on other sites

  • 0

I will try this:

		private[/*"_newPosition",*/"_finished","_endTradeAction"/*,"_oldPosition"*/];
		systemChat ('For cencel trading press ESC');
		/*if(isNil "_oldPosition") then { _oldPosition = position player;};*/
		_endTradeAction = (findDisplay 46) displaySetEventHandler ["KeyDown","if ((_this select 1) == 1) then {"_finished = false;"};"]; 
		sleep 2;
		if (!_endTradeAction) then {
			_finished = true;
		};

 

Link to comment
Share on other sites

  • 0

i know about this, but i can't move trader to the ground level

If you're using the default Napf trader setup you can just open the fil up in the editor, move the trader down and adjust the cordinates in the dayz_server mission.sqf
If you need help with that let me know and I'll see what I can do.

https://github.com/vbawol/DayZ-Epoch/tree/master/TraderCitySources

Link to comment
Share on other sites

  • 0

If you're using the default Napf trader setup you can just open the fil up in the editor, move the trader down and adjust the cordinates in the dayz_server mission.sqfIf you need help with that let me know and I'll see what I can do.

https://github.com/vbawol/DayZ-Epoch/tree/master/TraderCitySources

I try'ed this, is not working currently(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...