flow0815 Posted June 27, 2015 Report Share Posted June 27, 2015 Players get kicked for upgrading their bases oder moving storage shelfs 26.06.2015 21:23:01: Player(IP:2304) UID - Value Restriction #9 "last_targeter" = B Alpha 1-2:1 () REMOTE 2:456 CinderWallHalf_EPOCH 26.06.2015 21:24:38: Player(:2304) UID- Value Restriction #9 "last_targeter" = B Alpha 1-2:1 () REMOTE 2:456 CinderWallHalf_EPOCH 26.06.2015 21:30:35: Player(:2304) UID- Value Restriction #9 "last_targeter" = B Alpha 1-2:1 () REMOTE 2:2280 StorageShelf_EPOCH 26.06.2015 21:41:18: Player(:2304) UID- Value Restriction #9 "last_targeter" = B Alpha 1-1:1 () REMOTE 2:420 WoodFloor_EPOCH 26.06.2015 21:44:51: Player(:2304) UID- Value Restriction #9 "last_targeter" = B Alpha 1-1:1 () REMOTE 4:53 StorageShelf_SIM_EPOCH 26.06.2015 21:52:17: Player(:2304) UID- Value Restriction #9 "last_targeter" = B Alpha 1-2:1 () REMOTE 2:526 WoodLargeWallDoorway_EPOCH When player simply upgrade their buildings. And the setvariable.log is 5 "" !=(Offer|Accept|BUILD_SLOT|TRADE_ACTIVE|last_targeter) !="bis_fnc_objectvar_var" !="halvwtd" !="bis_fnc_objectvar_var" = "BIS_fnc_objectVar_obj2_1280" !="last_targeter" Any Idea? Thank you all Link to comment Share on other sites More sharing options...
flow0815 Posted June 27, 2015 Author Report Share Posted June 27, 2015 Even when i completely disable setvariable.log it seems to be the same. Heeeeeeeeeeeeelp. Nobody can build anymore :( Link to comment Share on other sites More sharing options...
flow0815 Posted June 27, 2015 Author Report Share Posted June 27, 2015 Happens also wenn ich want to REmove a storage shelf. Wonder whats the problem of battleye. Filter is set Link to comment Share on other sites More sharing options...
flow0815 Posted June 27, 2015 Author Report Share Posted June 27, 2015 I don't know why but solved with this file: https://github.com/EpochModTeam/Epoch/blob/master/Server_Install_Pack/sc/battleye/setvariableval.txt I installed the server 1 week ago so i wonder why i never had the problem but then it suddenly appeared. The Setvariableval seems to be older.... Mmmh. strange. But solved Link to comment Share on other sites More sharing options...
raymix Posted June 27, 2015 Report Share Posted June 27, 2015 people confuse the two quite often because error message can sometimes sound misleading. In programming you have variable and it's value, respectively: apples = 2; where apples is variable and 2 is value. In first post BE complains about value restriction where you tried to disable variable filter. The error itself complains about remote object - a 3D object on network. On top of that you mentioned disabling variable log. Log is just that - a log, if you delete, you only cleaned logs file, it will come back again and again. It's the .txt files that are responsible about changes. But as mentioned earlier, variable filter was not responsible for the error, so nothing would change. Hope that helps with confusion somehow. I would strictly advise against disabling any BE filters just to get something to work, instead pop a question on google and learn how they work, they will save you from script kiddos. Link to comment Share on other sites More sharing options...
flow0815 Posted June 27, 2015 Author Report Share Posted June 27, 2015 Yeah. Thank you for that. It was not setvariable but setvariable val. And an exception did not work. Hat to replace the whole file as i wrote above. Thank you butty. Have a nice weekend Link to comment Share on other sites More sharing options...
vbawol Posted June 27, 2015 Report Share Posted June 27, 2015 It is because a change in the way players names are logged in BE, it used to be that all objects showed as obj-Null in the filters so the exception I added to this line https://github.com/EpochModTeam/Epoch/blob/master/Server_Install_Pack/sc/battleye/setvariableval.txt#L9 allows for the player object name. Link to comment Share on other sites More sharing options...
flow0815 Posted June 28, 2015 Author Report Share Posted June 28, 2015 Thank you vbawol, all good now :) Link to comment Share on other sites More sharing options...