Jump to content

NickStewart

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by NickStewart

  1. Hi,

     

    We have been using Otters snapping feature since we started our Epoch servers. It is a fantastic contribution to the Epoch community. 

     

    After upgrading to Epoch 1.0.5.1 and ARMA 2 112555 players are no longer able to use page up / page down to move base building objects vertically. 

     

    Has anyone else experienced this issue? If so, how was it resolved. 

     

    Otter, I sent you a private message. 

     

    Thank you!

  2. Run this query to insert the chainsaws into your traders. You can adjust buy/sell as you wish.,

     

    INSERT INTO `traders_data` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES
    ('["ChainSawB",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,662,'trade_weapons'),
    ('["ChainSawB",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,530,'trade_weapons'),
    ('["ChainSawB",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,508,'trade_weapons'),
    ('["ChainSawG",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,662,'trade_weapons'),
    ('["ChainSawG",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,530,'trade_weapons'),
    ('["ChainSawG",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,508,'trade_weapons'),
    ('["ChainSawP",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,662,'trade_weapons'),
    ('["ChainSawP",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,530,'trade_weapons'),
    ('["ChainSawP",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,508,'trade_weapons'),
    ('["ChainSawR",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,662,'trade_weapons'),
    ('["ChainSawR",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,530,'trade_weapons'),
    ('["ChainSawR",3]',50,'[4,"ItemGoldBar10oz",1]','[2,"ItemGoldBar10oz",1]',0,508,'trade_weapons')
    
  3. Had installed the previous version of the master-key, but it had the bug of dumping gear and dupeing vehicles. 

     

    So, I updated to latest version, which allowed me to claim and re-key unowned vehicles but apparently "broke" the master-key program. 

     

    Friend helping me apply the fix that Gwandoya came up with, but still wont work. 

    I feel like we are missing something, maybe because the solution is a combination of different threads scattered around. I'd love it if the OP could be updated to include everything needed to install this script. 

  4. There is a link on the previous page: 

     

    Hi, I am running Epoch 1.0.3.1 for now (Dayz.st slow in getting update available). I had already installed your release of the 1.0.4 version before realizing there was a previous version available.

     

    Even though I am running Epoch 1.0.3.1, the script was working except for the fact that, even if I had no gold, I could select to repair for 2 gold and my vehicle would be repaired (without paying).

     

    I went to the older version link you posted in that link (above in quote) and found the ac_functions.sqf along with the older versions of service_point.sqf, service_point_rearm.sqf, service_point_refuel.sqf, and service_point_repair.sqf. I put them all these files inside the service_point folder inside my dayz_mission.pbo.

     

    I did not see instructions regarding any changes to the execVM "service_point\service_point.sqf"; that is placed in the init.sqf, so I left that alone. However I will paste how I have it inserted so you can make sure its right (It was working before I tried the older 1.0.3.1 files) 

    if (!isDedicated) then {
    	//Conduct map operations
    	0 fadeSound 0;
    	waitUntil {!isNil "dayz_loadScreenMsg"};
    	dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
    	execVM "service_point\service_point.sqf";
    	//Run the player monitor
    	_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
    	_playerMonitor = 	[] execVM "\z\addons\dayz_code\system\player_monitor.sqf";	
    	
    	// Anti Hack 
    	//if (true) then {
    		//[] execVM "ATPExclusion\antihack.sqf";
    	//};
    

    After making the changes above, I no longer get the option to refuel, refuel or rearm. 

     

    Is there something I need to do outside of what I already have done? 

×
×
  • Create New...