Needs update

Needs an update for it to work with the new update for rust 

since the FP update

Failed to compile: GuardedCrate.cs(1388,17): error CS0123: A method or delegate `NPCPlayer.EquipWeapon(bool)' parameters do not match delegate `System.Action()' parameters
PynfRj6duTgBBO9.JPG Kobani
since the FP update

Failed to compile: GuardedCrate.cs(1388,17): error CS0123: A method or delegate `NPCPlayer.EquipWeapon(bool)' parameters do not match delegate `System.Action()' parameters

I am getting the same thing 

Note: I am not the dev, and this may cause issues, but, I got it to load without error, and seems to be working fine by changing "OLD" line to "NEW" line below, at the very end of the code.

OLD:  npc.Invoke(npc.EquipWeapon, 0.25f);

NEW: npc.EquipWeapon();

ZAbrMPNXAhabs6g.png TheAlchemist

Note: I am not the dev, and this may cause issues, but, I got it to load without error, and seems to be working fine by changing "OLD" line to "NEW" line below, at the very end of the code.

OLD:  npc.Invoke(npc.EquipWeapon, 0.25f);

NEW: npc.EquipWeapon();

Thanks for the tip, just have to see if it works now (just restarted my server)

** Edit , working ok , checked spawned crate and all the bots were there and working well

the above fixed stop the error, but i cannot get an event to run.

Gomcar25

the above fixed stop the error, but i cannot get an event to run.

you reloaded the plugin once you had edited it ? , my events are still running as normal

yes reloaded, everything. Changed one of the last few lines npc.Invoke(npc.EquipWeapon, 0.25f); to  npc.EquipWeapon();  guarder crate compiles, does not throw any errors but will not run an event. even with the prompt to force run

Merged post

4th round of fixing the line, reloading and forcing a crate finally worked. No idea what happened the first 3 times, Thank you for the fix!!!

I think it would be best for everyone if the update in v1.6.9 was available for download, right?

484jUk498V5OjN6.JPG Kobani

I think it would be best for everyone if the update in v1.6.9 was available for download, right?

I dont know (or answer) for everyone but as mine is working (after using the fix) i am able to wait till the dev has enough time to release an update,

Waiting for update, thanks...

nMyfFlEnglczTD3.jpg pookins

I dont know (or answer) for everyone but as mine is working (after using the fix) i am able to wait till the dev has enough time to release an update,

Shouldn't be an accusation. Most do a really good job here. ;)

s3zTKTADmO1XcEo.JPG Kobani

Shouldn't be an accusation. Most do a really good job here. ;)

I dont really know where you get the "accusation" from , but as i stated i am happy to wait for an update, end of story

The fixed does work. But everytime when the event is running. The server will lagged out hard. Is it just me or?

2N6ujHwmty2ucN0.jpg Kosuke

The fixed does work. But everytime when the event is running. The server will lagged out hard. Is it just me or?

Depends on your server , amount of ram/players online/plugins running/internet connection speed
I only have a low pop server atm running with 99 plugins as well as RustIO with 16gbs ram but have no problems with lag when events are running