SmashT 10907 Posted November 22, 2012 it will only be a matter of time before eveyone cant get on cause at some point there gonna cause BE to kick them even if they aint been kicked yetThat doesn't make any sense, this isn't a bug. Admins simply have to update their filters, if they aren't going to bother, then they shouldn't be using the filters in the first place. Share this post Link to post Share on other sites
fazmond 11 Posted November 22, 2012 sure then go ahead and give me the filters i need to remove as i remove one its kicking for another, in a minute the server will be unprotected where as before the patch everything was fine Share this post Link to post Share on other sites
Lupardi (DayZ) 0 Posted November 22, 2012 (edited) a 'workaround' ^^ for me is to join DE 3572 then waiting for the character to create. when thats done you may join whatever server you like. until someone fixed this it might help you guys!let me know if it works for you too plsFinally, I tried so many servers before you posted, this works for me.Thanks a lot Itchy, beans on the way!EDIT: Nope, i cheered too early. Still only connecting to DE 3572. Edited November 23, 2012 by Lupardi Share this post Link to post Share on other sites
SmashT 10907 Posted November 22, 2012 (edited) sure then go ahead and give me the filters i need to remove as i remove one its kicking for another, in a minute the server will be unprotected where as before the patch everything was fineIt was posted on page 2, Find "5 setHit" and add those lines, so it would become:5 setHit !"\"setHit\"," !"object_setHitServer = compile preprocessFileLineNumbers \"\z" !"player setHit[\"legs\",1];" !"_unit setHit[\"legs\",0];" !"_unit setHit[\"hands\",0];" !"_unit setHit[_selection,_damage];" !"_total = [_unit,_hit,_damage] call object_setHitServer;" !"_ent setVariable [\"hit_legs\",2,true];" !"[player,\"legs\", (_fractures select 0)] call object_setHit;" !"[player,\"hands\", (_fractures select 1)] call object_setHit;" !"z\addons\dayz_code\compile\object_setHit.sqf" Edited November 23, 2012 by smasht_AU Share this post Link to post Share on other sites
fazmond 11 Posted November 22, 2012 (edited) ty will try when my server emptys, if its gonna effect all server it should be in the server install instructions for the server admins , unless i missed it somewhere it shouldnt be left for them to farm forums for an answer then THANX if it works :) Edited November 22, 2012 by fazmond Share this post Link to post Share on other sites
fazmond 11 Posted November 22, 2012 (edited) nope still didnt work for me script restriction #41 and now ppl that didnt get it before are now getting the same thing tooi think who ever is in charge ofhttps://code.google.com/p/dayz-community-banlist/source/browse/filters/scripts.txtshould get this updated for 1.7.4.4 as most admins wont worrie about this untill it happens to them Edited November 23, 2012 by fazmond 1 Share this post Link to post Share on other sites
Elliottlives 0 Posted November 23, 2012 Thanks for the info itchy worked out greatly beans on the way! Share this post Link to post Share on other sites
fazmond 11 Posted November 23, 2012 (edited) Anyone got a working scripts.txt for 1.7.4.4 ??? Edited November 23, 2012 by fazmond Share this post Link to post Share on other sites
fazmond 11 Posted November 23, 2012 Thanks for the info itchy worked out greatly beans on the way!if it worked for you can you explaine exaclty what you did please? Share this post Link to post Share on other sites
fazmond 11 Posted November 23, 2012 (edited) OK my server is updated now and ppl gettign the restriction problem should be able to connect to my serverif you guys wanna test it out its INGAME BROWSER ONLY (commander dont show it)UK 367 8bitgamers.co.uk Edited November 23, 2012 by fazmond Share this post Link to post Share on other sites
fazmond 11 Posted November 23, 2012 (edited) FOR PLEAYERS who are not specificly server adminsi have a Tempory fix but ya must do this everytime ya connect to the serverGOTOC:\Users\%username%\AppData\Local\ArmA 2 OA\DELETE BEClient.dllLaunch the game BE will update and you will connect to the server fine(if you log out and straight back in the script restrictions will come back so log out completly and follow these steps again)this is a tempry fix that works for me and some of my members but this is gonna have to be sorted soon and should have been tested fully before release Edited November 23, 2012 by fazmond 1 Share this post Link to post Share on other sites
forgotten 1 Posted November 23, 2012 The script restrictions have to be adjusted by the server admins, the dev team aren't really in a position to be able to manage individual servers BattlEye filters.Just a note, using the official scripts.txt file from the site gives you all of these script restriction kicks. Using their file DOES NOT FIX.After putting together the sethit fix into the scripts, now players are just getting kicked for #21. I bet if I manage to get that fixed, #38 is next. 1 Share this post Link to post Share on other sites
Swordsworn 52 Posted November 23, 2012 on my server we yesterday found 2 ghillies and at both attempts to put it on we got kicked for #41 after we logged in again the ghillie was gone, now i added the 5 sethit thing, will this only fix the #45 issue or mine too, dont wanna lose another ghille..? (If it fixes anything from that was i can read ^^)greetingsSwordsworn Share this post Link to post Share on other sites
ZomboWTF 527 Posted November 23, 2012 (edited) It was posted on page 2, Find "5 setHit" and add those lines, so it would become:doens't work, tried on three servers from three different server admins i knowOK my server is updated now and ppl gettign the restriction problem should be able to connect to my serverif you guys wanna test it out its INGAME BROWSER ONLY (commander dont show it)UK 367 8bitgamers.co.ukinstead of just making ads here for your server, how about a link or upload to the script.txt that works with 1.7.4.4? Edited November 23, 2012 by Zombo Share this post Link to post Share on other sites
Swordsworn 52 Posted November 23, 2012 i did exactly thissearch 5 setHitadd: !"[player,\"legs\", (_fractures select 0)] call object_setHit;" !"[player,\"hands\", (_fractures select 1)] call object_setHit;"add: !"z\addons\dayz_code\compile\object_setHit.sqf"oh and ofc you have to restart the server after you changed the file.I tested it i can now swap between ghillie and normal, everyone can connect (currently 25 player online) so yes it works :)greetingsSwordsworn Share this post Link to post Share on other sites
Omaran 18 Posted November 23, 2012 i did exactly thissearch 5 setHitadd: !"[player,\"legs\", (_fractures select 0)] call object_setHit;" !"[player,\"hands\", (_fractures select 1)] call object_setHit;"add: !"z\addons\dayz_code\compile\object_setHit.sqf"oh and ofc you have to restart the server after you changed the file.I tested it i can now swap between ghillie and normal, everyone can connect (currently 25 player online) so yes it works :)greetingsSwordswornCan you copy/paste the actual line(s) you have in scripts.txt for this?I tried adding it but people still got kicked, I ended up taking the line out and stopping DayZ AntiHax automatically updating the file Share this post Link to post Share on other sites
ast65 11 Posted November 23, 2012 ...still gettin kicked for #41 or #45 on every server... Share this post Link to post Share on other sites
Swordsworn 52 Posted November 23, 2012 Can you copy/paste the actual line(s) you have in scripts.txt for this?I tried adding it but people still got kicked, I ended up taking the line out and stopping DayZ AntiHax automatically updating the fileHere you havehttp://pastebin.com/ncx0sAe6this is what i have in script.txtits working for DE 4046 currently with 30 players 1 Share this post Link to post Share on other sites
ast65 11 Posted November 23, 2012 FOR PLEAYERS who are not specificly server adminsi have a Tempory fix but ya must do this everytime ya connect to the serverGOTOC:\Users\%username%\AppData\Local\ArmA 2 OA\DELETE BEClient.dllLaunch the game BE will update and you will connect to the server fine(if you log out and straight back in the script restrictions will come back so log out completly and follow these steps again)this is a tempry fix that works for me and some of my members but this is gonna have to be sorted soon and should have been tested fully before releasegood tip man, worked for me Share this post Link to post Share on other sites
Omaran 18 Posted November 23, 2012 Thanks, I will try it again - I didn't actually restart the server when I added it yesterday, but I did reload the scripts via DaRT, maybe I will restart it this time :) Share this post Link to post Share on other sites
Omaran 18 Posted November 23, 2012 ...still gettin kicked for #41 or #45 on every server...Try UK417, we'll see if my updated scripts.txt works then! :) Share this post Link to post Share on other sites
Simmon 11 Posted November 23, 2012 Fixed it for me, now works on all servers.Quoting myself here just to say I was mistaken that it works for me on "all servers" after having joining that DE server. It just happens that the two servers I tried afterwards last night also worked. For example UK355 also works. However DE2659 which I just tried now continues to kick for 41 script restriction. Share this post Link to post Share on other sites
ast65 11 Posted November 23, 2012 Try UK417, we'll see if my updated scripts.txt works then! :)good work m8, could join without problems :) Share this post Link to post Share on other sites
412Mostdope 1 Posted November 23, 2012 how do i fix this glitch i cannot switch to ghillie suit on any server i keep getting kicked error 45 Share this post Link to post Share on other sites
Omaran 18 Posted November 23, 2012 (edited) how do i fix this glitch i cannot switch to ghillie suit on any server i keep getting kicked error 45If you read a few posts up you will see the fix you can make, however it is actually the server owners who should be fixing their script files, if you are in the UK or Europe try UK417, it seems to be ok so far........FOR PLEAYERS who are not specificly server adminsi have a Tempory fix but ya must do this everytime ya connect to the serverGOTOC:\Users\%username%\AppData\Local\ArmA 2 OA\DELETE BEClient.dllLaunch the game BE will update and you will connect to the server fine(if you log out and straight back in the script restrictions will come back so log out completly and follow these steps again)this is a tempry fix that works for me and some of my members but this is gonna have to be sorted soon and should have been tested fully before release Edited November 23, 2012 by Omaran Share this post Link to post Share on other sites