Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Getting kicked by battleye


Recommended Posts

Hi everyone. On my server I am getting kicked for script restriction #64 when I try to log in on my own server when battleye is enabled. Any ideas how to avoid this error or how to fix it? The only way I can play without getting kicked is if battleye is disabled.

Share this post


Link to post
Share on other sites

Hi everyone. On my server I am getting kicked for script restriction #64 when I try to log in on my own server when battleye is enabled. Any ideas how to avoid this error or how to fix it? The only way I can play without getting kicked is if battleye is disabled.

Share this post


Link to post
Share on other sites

I tried what you told me and it still doesn't work. Any other solutions?

Click properties on arma 2 OA. and then click on "check cache" to see if there are any files that may have been currupted. If that does not work let me know.

Share this post


Link to post
Share on other sites

I tried what you told me and it still doesn't work. Any other solutions?

Click properties on arma 2 OA. and then click on "check cache" to see if there are any files that may have been currupted. If that does not work let me know.

Share this post


Link to post
Share on other sites

hmm are you on the current version of arma 2 AO and dayz, or using an older version to play? I would submit a ticket (link in signature) till I figure something out. That way chad can look into it and may get some fix before I do.

Share this post


Link to post
Share on other sites

hmm are you on the current version of arma 2 AO and dayz, or using an older version to play? I would submit a ticket (link in signature) till I figure something out. That way chad can look into it and may get some fix before I do.

Share this post


Link to post
Share on other sites

Yep running latest updates on arma 2 oa and dayz aswell. I will submit a ticket. thanks :)

hmm are you on the current version of arma 2 AO and dayz, or using an older version to play? I would submit a ticket (link in signature) till I figure something out. That way chad can look into it and may get some fix before I do.

Share this post


Link to post
Share on other sites

Yep running latest updates on arma 2 oa and dayz aswell. I will submit a ticket. thanks :)

hmm are you on the current version of arma 2 AO and dayz, or using an older version to play? I would submit a ticket (link in signature) till I figure something out. That way chad can look into it and may get some fix before I do.

Share this post


Link to post
Share on other sites

Try stopping and restarting your server. it may something to do with your AH. you probably logged in tried to use your admin and got kicked for a forbidden key.

 

im just guessing, but I'm pretty sure this happened to me as well.

Share this post


Link to post
Share on other sites

Try stopping and restarting your server. it may something to do with your AH. you probably logged in tried to use your admin and got kicked for a forbidden key.

 

im just guessing, but I'm pretty sure this happened to me as well.

Share this post


Link to post
Share on other sites

Yes I have a custom load out on my server for newly spawns. Is this the problem? Anyway of fixing it and still keeping the custom load out?

Have you modified any of your settings in your pbo? Such as custom loadout?

Share this post


Link to post
Share on other sites

Yes I have a custom load out on my server for newly spawns. Is this the problem? Anyway of fixing it and still keeping the custom load out?

Have you modified any of your settings in your pbo? Such as custom loadout?

Share this post


Link to post
Share on other sites

Does your loadout look something like this?

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

 

Or like this:

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = ["DZ_ALICE_Pack_EP1"];

DefaultBackpackWeapon = [""];

Share this post


Link to post
Share on other sites

Does your loadout look something like this?

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

 

Or like this:

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = ["DZ_ALICE_Pack_EP1"];

DefaultBackpackWeapon = [""];

Share this post


Link to post
Share on other sites

This is how I modified it from the server_playerLogin.sqf (if this is the correct .sqf for it)

 

//Variables

_inventory = [["ItemMap","ItemToolbox","ItemHatchet","RH_m93r"],["FoodMRE","Itemwaterbottle", "RH_20Rnd_9x19_m93"]];

_backpack = [];

_survival = [0,0,0];

_isInfected = 0;

_model = "";

 

Does your loadout look something like this?

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

 

Or like this:

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = ["DZ_ALICE_Pack_EP1"];

DefaultBackpackWeapon = [""];

Share this post


Link to post
Share on other sites

This is how I modified it from the server_playerLogin.sqf (if this is the correct .sqf for it)

 

//Variables

_inventory = [["ItemMap","ItemToolbox","ItemHatchet","RH_m93r"],["FoodMRE","Itemwaterbottle", "RH_20Rnd_9x19_m93"]];

_backpack = [];

_survival = [0,0,0];

_isInfected = 0;

_model = "";

 

Does your loadout look something like this?

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

 

Or like this:

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = ["DZ_ALICE_Pack_EP1"];

DefaultBackpackWeapon = [""];

Share this post


Link to post
Share on other sites

O_o never seen that before. Are you playing Dayz, epoch, overwatch, or overpoch?

 

This is how my custom loadout looks inside of the config file.

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

Share this post


Link to post
Share on other sites

O_o never seen that before. Are you playing Dayz, epoch, overwatch, or overpoch?

 

This is how my custom loadout looks inside of the config file.

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

Share this post


Link to post
Share on other sites

I am playing on Chernarus Overpoch. Where did you modified your custom loadout? Maybe I can try the same thing you did.

O_o never seen that before. Are you playing Dayz, epoch, overwatch, or overpoch?

 

This is how my custom loadout looks inside of the config file.

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

Share this post


Link to post
Share on other sites

I am playing on Chernarus Overpoch. Where did you modified your custom loadout? Maybe I can try the same thing you did.

O_o never seen that before. Are you playing Dayz, epoch, overwatch, or overpoch?

 

This is how my custom loadout looks inside of the config file.

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

Share this post


Link to post
Share on other sites

I don't think that is the right spot to change those.

 

//Variables

_inventory = [];

_backpack = [];

_survival = [0,0,0];

_isInfected = 0;

_model = "";

 

Try changing those back to default as they are just variables. Then head to your mission.pbo file then the config folder, open the epochconfig file using notepad ++ and look for:

 

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

 

In that you can edit your players loadouts.

Share this post


Link to post
Share on other sites

I don't think that is the right spot to change those.

 

//Variables

_inventory = [];

_backpack = [];

_survival = [0,0,0];

_isInfected = 0;

_model = "";

 

Try changing those back to default as they are just variables. Then head to your mission.pbo file then the config folder, open the epochconfig file using notepad ++ and look for:

 

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

 

In that you can edit your players loadouts.

Share this post


Link to post
Share on other sites

Ok so I changed it back to the default settings, I am still getting the script restriction error #64 when battleye is enable :(

I don't think that is the right spot to change those.

 

//Variables

_inventory = [];

_backpack = [];

_survival = [0,0,0];

_isInfected = 0;

_model = "";

 

Try changing those back to default as they are just variables. Then head to your mission.pbo file then the config folder, open the epochconfig file using notepad ++ and look for:

 

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

 

In that you can edit your players loadouts.

Share this post


Link to post
Share on other sites

Ok so I changed it back to the default settings, I am still getting the script restriction error #64 when battleye is enable :(

I don't think that is the right spot to change those.

 

//Variables

_inventory = [];

_backpack = [];

_survival = [0,0,0];

_isInfected = 0;

_model = "";

 

Try changing those back to default as they are just variables. Then head to your mission.pbo file then the config folder, open the epochconfig file using notepad ++ and look for:

 

 

//Customize fresh spawn loadout

DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD"];

DefaultWeapons = ["ItemFlashlight","ItemMap","ItemToolbox","M9SD"];

DefaultBackpack = "DZ_ALICE_Pack_EP1";

DefaultBackpackWeapon = "";

 

In that you can edit your players loadouts.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...