Needs an update for it to work with the new update for rust
Needs update
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
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();
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.
Gomcar25the 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?
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...
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. ;)
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?
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
- 1
- 2