Jump to content

Plot Pole remove: Many Crowbar and Tool Box broken


Donnovan

Recommended Posts

Rai!

Often i have people on my server asking me why they can't remove their plot pole.

The case is that they lost so many crowbars and/or toolbox broken in the process that they start to think that there is something wrong. I feel like then.

So i would like to ask you. This is normal? It's working as intended? Or it's any king of problem my server is having?

Thankyou in advance!

Link to comment
Share on other sites

As standard there is a 10% chance of breakage per medic animation cycle (3 normally or twice as many if not the owner).

 

The code is in remove.sqf and you can change the chance of breakage very easily.

 

Look for

   if((random 10) <= 1) then {

Changing it to

   if((random 100) <= 1) then {

Would give a 1% chance.

 

Removing ( or commenting out) the whole "if" statement up to "};" will remove the chance of breaking a tool.

Link to comment
Share on other sites

Np,

 

I got through quite a few tools when taking down a sandbag (IIRC) fence around my plot I had put up to stop the zombies, only to find out the zombies could walk right through (or maybe it was barbed wire...).  That was a real pain and lots of tools got broken.

Link to comment
Share on other sites

Yep,

 

Look in remove.sqf and change

 

Find

if(!(_ownerID in _friendlies)) then {
_limit = round(_limit*2);
};
Change to 
if(!(_ownerID in _friendlies)) then {
_limit = _limit;
};

You could change it to be a bit more elegant but that will do the same job with the minimum of effort and would be easy to change back if desired.

Link to comment
Share on other sites

  • 1 month later...
  • 5 months later...
  • 1 month later...

Hi everyone, 

 

So no one in my server is getting the option to remove plot poles. I played in another server and it was damn near impossible to get a remove option. But try as I might I nor anyone else, can get the option to remove plot poles. Anyone have any ideas about this? I'm having to delete Plot poles and give free ones to people.. and of course tagging as friendly to build doesnt work anymore either. 

Link to comment
Share on other sites

Hi everyone, 

 

So no one in my server is getting the option to remove plot poles. I played in another server and it was damn near impossible to get a remove option. But try as I might I nor anyone else, can get the option to remove plot poles. Anyone have any ideas about this? I'm having to delete Plot poles and give free ones to people.. and of course tagging as friendly to build doesnt work anymore either. 

I wouldn't know off by heart but If you said what scripts you had installed or what errors you had in your rpt's they mite help. Have you checked your fn_selfactions file to make sure you have done things right there?

Link to comment
Share on other sites

I wouldn't know off by heart but If you said what scripts you had installed or what errors you had in your rpt's they mite help. Have you checked your fn_selfactions file to make sure you have done things right there?

No errors, just no option to remove plot pole. 

 

Scripts that I can think of off the top of my head:

 

Self Blood bag, 

Suicide

DZGM

DZAI

WAI

DZMS

JAEM

Deploy bike/ mozzie

Towing

infistar

Custom Map buildings

Custom loot

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...