Jump to content

gavner

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by gavner

  1. Hey All,

    So I have a super weird issue that I have not been able to figure out and I am not having much luck finding an answer on the forums. 

    I have Plot for Life installed and working on my server and I just installed Door Management and everything works great until the server restarts. After that I can no longer manage or eye scan the doors I built as it no longer recognizes me as the owner. 

    I have checked both Client and Server side RPT logs and there are no error showing up. 

    I went back through the installation instructions to verify that I input thing correctly and I am not seeing any things that I missed. 

    If you need any files let me know.

    Appreciate any help that anyone has to offer : )

    Update:

    I also just found out that now once I restart I can no longer put any objects down and I get a "need plot pole within meters. 

    The plot pole is still there and I can access the manage plot info so seems to PUID related but this wasn't an issue prior.

    Here is a link to my mission/server files if someone wouldn't mind taking a look around. 

    Update #2: nevermind, I fixed this issue. Went back threw my server_updateobject.sqf file and found an extra }; in there

  2. Hey All,

    Just wondering if there is a way to get the AI to spawn with coins on them with this version of Single Currency and Wicked AI. 

    I saw in a previous version that people were using this code:

     

                    _cash = round(random 20) * 1000; // number between 0 and 20 000

            _unit setVariable["CashMoney",_cash ,true];

    Underneath this:

                _unit enableAI "TARGET";
                _unit enableAI "AUTOTARGET";
                _unit enableAI "MOVE";
                _unit enableAI "ANIM";
                _unit enableAI "FSM";

    In the spawn_group.sqf file to do it but that doesn't seem to be working with this version.

    Any help would be much appreciated! ; ) 

  3. Hey All,

    The issue is fixed!! So Excited!!!! So what I found was when installing the precise building script I found out that there was some code from that script in parts of my files already, I assume it might have happened when merging the P4L files into mine. Once I fully installed the precise building script the issue has stopped and all is well in the world. 

    Thank you so much guys for pointing out that script, has saved me so many hours. 

  4. Thanks for the replies on this, So reading that mod it sounds like it keeps objects from moving slightly. 

    Let's say I put down a plot pole and 2 walls and then restart the server. When I log back in those objects are nowhere around that area at all. I see that error in the RPT log so it looks like they are being moved somewhere else on the map however I have not yet located any of them. haha

    I will install this later today after work and see how it goes. 

    Thanks again for taking a look at this. i'll let you know how it goes. : )

  5. Hey All,

    So I've running into an issue where any spawned items such as plot poles, walls, safes etc all end up getting moved after any restart. 

    Here is the error in the RPT file:

    _object setdir _dir;
    _object setposATL _pos;
    _object se>
    23:44:11   Error position: <_dir;
    _object setposATL _pos;
    _object se>
    23:44:11   Error Undefined variable in expression: _dir
    23:44:11 File z\addons\dayz_server\system\server_monitor.sqf, line 178
    23:44:11 "MOVED OBJ: "267" of class CinderWallSmallDoorway_DZ to pos: [7031.45,8706.59,0]"
    23:44:11 Error in expression <eCargoGlobal  _object;

    I have been looking around forums and trying my own things to fix this for a few nights now and haven't gotten very far. Any help would be greatly appreciated.

    My server_monitor file: https://www.dropbox.com/s/15qyhc2vmmxph8f/server_monitor.sqf?dl=0

    My Mission File:  https://www.dropbox.com/s/dz9jk8h0lehabcc/files_20150826143009 - Copy.zip?dl=0 

    RPT log: https://www.dropbox.com/s/2lioyiha1r5u3oz/arma2oaserver.RPT?dl=0

     

  6. Hey All,

    So I have kind of a weird issue that I can not figure out. I have P4L installed and that is working correctly. I can put down a plot pole and add friends to it and they can build however any time the server restarts it deletes the plot pole. 

    I have removed the files and reinstalled this a few times now and am still not having any luck with getting it to work properly. 

    Any help would be appreciated. 
     

    Here are some of the RPT file errors I am seeing. 

    _object setdir _dir;
    _object setposATL _pos;
    _object se>
    20:44:29   Error position: <_dir;
    _object setposATL _pos;
    _object se>
    20:44:29   Error Undefined variable in expression: _dir
    20:44:29 File z\addons\dayz_server\system\server_monitor.sqf, line 178
    20:44:29 "MOVED OBJ: "510" of class CinderWallDoorway_DZ to pos: [4371.19,11963.4,0]"
    20:44:29 Error in expression <eCargoGlobal  _object;

     

    20:50:41 Server: Object 3:31 not found (message 70)
    20:50:41 Server: Object 3:30 not found (message 70)
    20:50:41 Server: Object 3:40 not found (message 94)
    20:50:41 Server: Object 3:39 not found (message 70)

    22:50:25 Error in expression <["OBJ","519","Plastic_Pole_EP1_DZ","6",[any,any,"76561198017374692"],[],[],0.0,0>
    22:50:25   Error position: <any,any,"76561198017374692"],[],[],0.0,0>

    My Mission Files: https://www.dropbox.com/s/lgvq13j63ymx9kb/missions.zip?dl=0

    Any help would be so greatly appreciated!

  7. Hey All,

    So I got an interesting issue here that I have come to a dead end on and can't figure out what is causing the issue. The problem is that every time the server restarts it deletes plot poles. Everything was working correctly until I installed Plot 4 Life 2.35. I am also using Plot Management and after installing this users who are added to plot poles are not longer able to build, they just get an error that they can not build here as there is a plot pole in range. 

    I am seeing a couple error messages in the RPT file but not sure what they relate to or how to resolve them:

    _object setdir _dir;
    _object setposATL _pos;
    _object se>
    20:44:29   Error position: <_dir;
    _object setposATL _pos;
    _object se>
    20:44:29   Error Undefined variable in expression: _dir
    20:44:29 File z\addons\dayz_server\system\server_monitor.sqf, line 178
    20:44:29 "MOVED OBJ: "510" of class CinderWallDoorway_DZ to pos: [4371.19,11963.4,0]"
    20:44:29 Error in expression <eCargoGlobal  _object;

     

    20:50:41 Server: Object 3:31 not found (message 70)
    20:50:41 Server: Object 3:30 not found (message 70)
    20:50:41 Server: Object 3:40 not found (message 94)
    20:50:41 Server: Object 3:39 not found (message 70)

     

    22:50:25 Error in expression <["OBJ","519","Plastic_Pole_EP1_DZ","6",[any,any,"76561198017374692"],[],[],0.0,0>
    22:50:25   Error position: <any,any,"76561198017374692"],[],[],0.0,0>

     

    My Server_Monitor File: https://www.dropbox.com/s/15qyhc2vmmxph8f/server_monitor.sqf?dl=0

    My Mission Files: https://www.dropbox.com/s/lgvq13j63ymx9kb/missions.zip?dl=0

    Any help would be so greatly appreciated!

     

×
×
  • Create New...