flow0815 Posted August 20, 2015 Report Share Posted August 20, 2015 I post all errors i see atm on my server and try to bring a solution, so you are aware of them. Most items are caused by cfgpricing enhancement like halvs blackmarket where you can buy more things (arma3 stuff). All filters of creatvehicle line #0 !"B_AssaultPack_(cbr|dgtl|khk|mcamo|ocamo|rgr|sgg)" !"B_Carryall_(cbr|khk|mcamo|ocamo|oucamo|oli)" !"B_FieldPack_(blk|cbr|khk|ocamo|oucamo)" !"B_Kitbag_(cbr|mcamo|rgr|sgg)" !"B_TacticalPack_(blk|mcamo|ocamo|oli|rgr)" Not sure about this one because afaik it is also used by hacks (caused of buying wood as i was told atm, not sure. could be): !"Land_ClutterCutter_medium_F" Link to comment Share on other sites More sharing options...
vbawol Posted August 20, 2015 Report Share Posted August 20, 2015 creatvehicle line #0 (guess will be even more of them): !"B_Carryall_(khk|oli|oucamo)" Not sure about this one because afaik it is also used by hacks: !"Land_ClutterCutter_medium_F" Neither one of these are needed for Epoch, are you sure this isn't related to something custom on your server? If you are allowing players to create backpacks as vehicles then you would need to add the exceptions your self, take a look at our addbackpackCargo.txt for the filters for most of the backpacks. Link to comment Share on other sites More sharing options...
flow0815 Posted August 20, 2015 Author Report Share Posted August 20, 2015 Can be but i am using very common scripts like halv spawn, blackmarket, wai and such. Think others will need them, too i guess. So just posting :) Do what i can to give community a little bit back ;) But you should check the land_clutter because a player said (do not know if it is true) that it happend when he bought wood at a trader Link to comment Share on other sites More sharing options...
Richie Posted August 20, 2015 Report Share Posted August 20, 2015 The blackmarket uses Land_ClutterCutter_medium_F if you look Here Link to comment Share on other sites More sharing options...
flow0815 Posted August 20, 2015 Author Report Share Posted August 20, 2015 The blackmarket uses Land_ClutterCutter_medium_F if you look Here Yes. As i said i don't say the filters are epoch related but i gueass 80% of all servers will use halvs blackmarket. The funny thing is: It never happend before altouhg i did not have that in :D Link to comment Share on other sites More sharing options...
Xzempt Posted August 20, 2015 Report Share Posted August 20, 2015 I'm having trouble adding the filter for this. PublicVariable #0 #0 "PVAHR_7v1e3h4w7o" = [C Alpha 1-1:1 ([FlatLine] Xzempt) REMOTE,"76561198045872438","T14_FIRST"] I tried !="PVAHR_" and "T14_FIRST" but i'm still getting kicked. any suggestions? Link to comment Share on other sites More sharing options...
flow0815 Posted August 20, 2015 Author Report Share Posted August 20, 2015 Have u installed the new battleye filters and added your own filters? !="PVAHR_" will not work because it says PVAHR_7v1e3h4w7o and as i guess the code behind is random so you would need a regex flag for that (not my best :D) Link to comment Share on other sites More sharing options...
Xzempt Posted August 20, 2015 Report Share Posted August 20, 2015 Yeah I uploaded all the files in the sc/battleye folder. I've added all filters i've came across so far, but I can't seem to get that one lol Link to comment Share on other sites More sharing options...
Xzempt Posted August 20, 2015 Report Share Posted August 20, 2015 Even with !="PVAHR_[a-z,0-9]{10,16}" in there it still kicks me for #0 nvm im dumb Link to comment Share on other sites More sharing options...
flow0815 Posted August 20, 2015 Author Report Share Posted August 20, 2015 nvm im dumb Please post solution so others can see it if they have the problem. Always report back Link to comment Share on other sites More sharing options...
Xzempt Posted August 20, 2015 Report Share Posted August 20, 2015 Something is definitely not right, I'm having to add way too many filters. I did post the solution, the problem was that After I added that filter it was a different PV that kicked me flow, did you only have to edit a few filters? I'm having to edit a ton it seems like... Link to comment Share on other sites More sharing options...
flow0815 Posted August 20, 2015 Author Report Share Posted August 20, 2015 I took the filter included and added some of mine. So no problem. If you are talking about scripts.txt -> empty it out. Will not challange with that sh*t :D Xzempt 1 Link to comment Share on other sites More sharing options...
Xzempt Posted August 20, 2015 Report Share Posted August 20, 2015 Yeah I was talking about scripts.txt haha. Link to comment Share on other sites More sharing options...
flow0815 Posted August 20, 2015 Author Report Share Posted August 20, 2015 I emptied it. As i mentioned a few times most of the hacks bypass battleye so i do not have the time to insert every single exception to that. Link to comment Share on other sites More sharing options...
Xzempt Posted August 20, 2015 Report Share Posted August 20, 2015 Only problem I'm having now is create vehicle restriction #1 1 "" !"smallbackpack_(red|green|teal|pink)_epoch" <-- line 3 #1 "smallbackpack_green_epoch" 3:4 [0,0,0] #1 "smallbackpack_red_epoch" 3:4 [0,0,0] #1 "smallbackpack_red_epoch" 3:4 [0,0,0] #1 "smallbackpack_green_epoch" 3:4 [0,0,0] #1 "smallbackpack_pink_epoch" 3:4 [0,0,0] #1 "smallbackpack_teal_epoch" 3:4 [0,0,0] Do you see what I'm doing wrong? Link to comment Share on other sites More sharing options...
flow0815 Posted August 20, 2015 Author Report Share Posted August 20, 2015 Nothing. Add them to the filters. Have them in also. Does the first filter not work for you? You do not have to set it with 1 "" you just have to put in line 1 (which is probably the real line 2): !"smallbackpack_(red|green|teal|pink)_epoch" Link to comment Share on other sites More sharing options...
Xzempt Posted August 20, 2015 Report Share Posted August 20, 2015 I thought it was number that it gave you, like create vehicle #1 + 2 making it line 3 you needed to add the filter? But you're right. added that to line 2 and it worked. Thank you. Link to comment Share on other sites More sharing options...
flow0815 Posted August 20, 2015 Author Report Share Posted August 20, 2015 no. scripts start with line 0 and line 1 is in "real" line, line 2 :) and if it is not like that, i did this always and it worked :D Link to comment Share on other sites More sharing options...
flow0815 Posted August 21, 2015 Author Report Share Posted August 21, 2015 Combined some filters above. Its caused by extended cfgpricing with arma3 items Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now