Search the Community
Showing results for tags 'ap4l'.
Found 1 result
-
First off I'll admit I'm far from skilled when it comes to code and scripting, but I can understand basic file/folder structure. After about an hour or two with winmerge I managed to get P4L working, so I added in Zupa's Plot Management and Door Management. Tested it on my home server with no obvious issues, so I pushed it live for more players to test. P4L required replacing the player_unlockVault and player_lockVault that were modified in Zupa's SC 3.0 script, so I merged those changes over the P4L's versions of those files. After that had no reported issues of loss of coins from safes. But after adding in Plot Management and Door Management player's are reporting safes being emptied and coins lost (which I have confirmed) and I cannot build on a plot that I'm granted permission to, although I can "manage" the pole. So I looked into those files and couldn't see anything obvious. Read that it might be changes made in server_updateObject (which there were a handful of), but again couldn't see any errors. Went back through the steps again and couldn't find anything. Only RPT errors are these: 12:05:54 "DayZ Epoch: PRELOAD Functions\init [[<No group>:0 (FunctionsManager)],any]" //above has always happened, never had any issues. not sure what it's pointing to 12:05:37 Server error: Player without identity player (id xxxxxxxxx) //always happens ~10 times when someone logs in on server startup, never been an issue 12:13:16 Error: Bone leftshoulder doesn't exist in some skeleton 12:13:16 Error: Bone rightshoulder doesn't exist in some skeleton 12:13:16 Error: Bone rightshoulder doesn't exist in some skeleton 12:13:16 Error: Bone leftshoulder doesn't exist in some skeleton 12:13:16 Error: Bone rightshoulder doesn't exist in some skeleton 12:13:16 Error: Bone leftshoulder doesn't exist in some skeleton 12:13:16 Error: Bone rightshoulder doesn't exist in some skeleton 12:13:16 Error: Bone leftshoulder doesn't exist in some skeleton 12:13:16 Error: Bone rightshoulder doesn't exist in some skeleton 12:13:16 Error: Bone leftshoulder doesn't exist in some skeleton 12:13:16 Error: Bone rightshoulder doesn't exist in some skeleton 12:13:16 Error: Bone leftshoulder doesn't exist in some skeleton 12:13:16 Error: Bone leftshoulder doesn't exist in some skeleton 12:13:16 Error: Bone rightshoulder doesn't exist in some skeleton 12:13:16 Error: Bone leftshoulder doesn't exist in some skeleton 12:13:16 Error: Bone rightshoulder doesn't exist in some skeleton //no idea but i'm sure it's unrelated 12:19:50 Server: Object 4:65 not found (message 70) 12:19:50 Server: Object 4:51 not found (message 94) 12:19:50 Server: Object 4:52 not found (message 94) 12:19:50 Server: Object 4:53 not found (message 94) 12:19:50 Server: Object 4:54 not found (message 94) 12:19:50 Server: Object 4:55 not found (message 94) 12:19:50 Server: Object 4:56 not found (message 94) 12:19:50 Server: Object 4:57 not found (message 94) //spams RPT occasionally, believe it's related to WAI, not sure. Here are any relevant files: compiles.sqf: http://pastebin.com/3sZUqaGg server_updateObject.sqf: http://pastebin.com/5LNu1s0w player_lockVault.sqf: http://pastebin.com/GXYbrCAd player_unlockVault.sqf: http://pastebin.com/iYUkcRnf Any help is appreciated. Where to look, any obvious issues you see, any relevant threads; whatever. I've searched around but haven't found anything specific to my issue other than ancient threads in regards to old epoch bugs. Thanks dudes!