Jump to content

BotReSpawn 1.2.9

$40.00
   (39 reviews)

10 Screenshots

  • 333.8k
  • 10.9k
  • 320.89 kB

Recommended Comments



While using Admin Radar it used to show names and accurate location of the bots, now they show up as "Scientist" and tracking is way off. Is that due to admin radar plugin? I use it to make sure they are in the right place but I have to get real close to them while in vanish sometimes for it to show.

Link to comment
Share on other sites
  • Administrator

Is that the free plugin on uMod?
If so it didn't need an update this wipe so I guess the change you're seeing is either something in the Rust update, or something I've changed in BotReSpawn.
I can't think what, off the top of my head, but I'll have a look and see what I can turn up.
Thanks for reporting. 👍

 

Link to comment
Share on other sites

Just started getting this error, anything to worry about ?

KeyNotFoundException: The given key was not present in the dictionary.

System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <fb001e01371b4adca20013e0ac763896>:0) Oxide.Plugins.BotReSpawn.BestRange (Oxide.Plugins.BotReSpawn+BotData bdata, Oxide.Plugins.BotReSpawn+Range targetrange) (at <b66cb6326932480ab10157e9007ba350>:0) Oxide.Plugins.BotReSpawn.SelectWeapon (ScientistNPC npc, Oxide.Plugins.BotReSpawn+BotData bData, BaseAIBrain brain) (at <b66cb6326932480ab10157e9007ba350>:0) Oxide.Plugins.BotReSpawn+BotData.SelectWeapon () (at <b66cb6326932480ab10157e9007ba350>:0)

KeyNotFoundException: The given key was not present in the dictionary.

System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <fb001e01371b4adca20013e0ac763896>:0) Oxide.Plugins.BotReSpawn.BestRange (Oxide.Plugins.BotReSpawn+BotData bdata, Oxide.Plugins.BotReSpawn+Range targetrange) (at <b66cb6326932480ab10157e9007ba350>:0) Oxide.Plugins.BotReSpawn.SelectWeapon (ScientistNPC npc, Oxide.Plugins.BotReSpawn+BotData bData, BaseAIBrain brain) (at <b66cb6326932480ab10157e9007ba350>:0) Oxide.Plugins.BotReSpawn+BotData.SelectWeapon () (at <b66cb6326932480ab10157e9007ba350>:0)

KeyNotFoundException: The given key was not present in the dictionary.

System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <fb001e01371b4adca20013e0ac763896>:0) Oxide.Plugins.BotReSpawn.BestRange (Oxide.Plugins.BotReSpawn+BotData bdata, Oxide.Plugins.BotReSpawn+Range targetrange) (at <b66cb6326932480ab10157e9007ba350>:0) Oxide.Plugins.BotReSpawn.SelectWeapon (ScientistNPC npc, Oxide.Plugins.BotReSpawn+BotData bData, BaseAIBrain brain) (at <b66cb6326932480ab10157e9007ba350>:0) Oxide.Plugins.BotReSpawn+BotData.SelectWeapon () (at <b66cb6326932480ab10157e9007ba350>:0)

Link to comment
Share on other sites
  • Administrator

Hi Pookins,
Can you DM me the full log for that day, please?
Thanks for reporting. 👍

Link to comment
Share on other sites

Error while compiling: BotReSpawn.cs(1964,82): error CS1501: No overload for method `GetWaterDepth' takes `2' arguments

 

When I try to load it

Link to comment
Share on other sites
  • Moderator
1 hour ago, Grejory said:

Error while compiling: BotReSpawn.cs(1964,82): error CS1501: No overload for method `GetWaterDepth' takes `2' arguments

 

When I try to load it

(08:47:51) | BotReSpawn was compiled successfully in 1801ms
(08:47:51) | Unloaded plugin BotReSpawn v1.2.0 by Steenamaroo
(08:47:52) | Loaded plugin BotReSpawn v1.2.0 by Steenamaroo
(08:47:52) | [BotReSpawn] NoSash plugin is installed
(08:47:52) | [BotReSpawn] Target_Noobs option is now disabled.
(08:47:52) | [BotReSpawn] BotReSpawn NPCs will target noob players.

 

Are you sure you have version 1.2.0?

Link to comment
Share on other sites

This happened when i pasted my temperate profile into the airdrop profile.

 

 

Failed to call hook 'BSUIMain' on plugin 'BotReSpawn v1.2.0' (ArgumentException: An item with the same key has already been added. Key: AirDrop)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <fb001e01371b4adca20013e0ac763896>:0 
  at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <fb001e01371b4adca20013e0ac763896>:0 
  at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Func`2[T,TResult] elementSelector, System.Collections.Generic.IEqualityComparer`1[T] comparer) [0x0009d] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Func`2[T,TResult] elementSelector) [0x00000] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at Oxide.Plugins.BotReSpawn.BSMainUI (BasePlayer player, System.String tab, System.String profile, System.String sub, System.Int32 page) [0x00113] in <5da2576a5ce14319975ea34a908a9c62>:0 
  at Oxide.Plugins.BotReSpawn.BSUIMain (ConsoleSystem+Arg arg) [0x00068] in <5da2576a5ce14319975ea34a908a9c62>:0 
  at Oxide.Plugins.BotReSpawn.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x033b3] in <5da2576a5ce14319975ea34a908a9c62>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 
NullReferenceException: Object reference not set to an instance of an object

Link to comment
Share on other sites

now this

NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object

Link to comment
Share on other sites
1 hour ago, Grejory said:

now this

NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object

To save myself time i cut the config from the line below the "kit" option (in the source config)  then paste that cut piece into the config of each of the monuments etc that i want to the same (after of course removing those secions from the target config) , You of course must have the plugin unloaded and after editing save and reload plugtin. it saves me hours especially when you have so many smaller monuments where you want the bots to have a different name and kit,

Link to comment
Share on other sites

With so few "monuments" optioned  it would only take 5-10 minutes to manually edit the data file , i would not bother pasting anything,

Link to comment
Share on other sites
  • Administrator

@GrejoryThe plugin has copy/paste profile and save to/recall from template built in to the UI.
You shouldn't really need to manually copy and paste whole entries in any of the data files but, if for some reason you do, make sure you don't duplicate existing profiles.
That's what's happened here - Your default profiles data file has two entries for 'AirDrop', so one of them is going to have to go before it'll work properly again. 👍

Edited by Steenamaroo
  • Like 1
Link to comment
Share on other sites

After opening with a map marker, the map will display a white circle without the name and prompt of BOSS. I hope to help this struggling person.

use map marker.png

Link to comment
Share on other sites
  • Moderator
10 hours ago, RICK said:

When RustRewardSvalue is set to negative, the balance will not decrease

Please but a support request on the Rust Rewards plugin, with a copy of your config.

Link to comment
Share on other sites
11 hours ago, Mals said:

Please but a support request on the Rust Rewards plugin, with a copy of your config.

RustRewardSvalue is a option in BotresPawn configuration

Link to comment
Share on other sites
11 hours ago, Mals said:

Please but a support request on the Rust Rewards plugin, with a copy of your config.

In the RustReward plug -in configuration, set KillTypes "BotresPawn": -10.0, and work normally, so this should be a problem with the BotresPawn plug -in

20230722195753.png

  • Like 1
Link to comment
Share on other sites
  • Administrator

Hi,
You're quite right - BotReSpawn is preventing negative values.
I publicly updated BotReSpawn last night so it may be a little while before there's an update to patch this.
I'll DM you an update. 👍

  • Love 1
Link to comment
Share on other sites
  • Administrator

Hey,
You can select a container type to get the loot from in the BotReSpawn UI or, if you prefer to go fully custom, you can use CustomLoot plugin.
If you use CustomLoot, it's all handled at the CustomLoot end - You don't need to do anything in BotReSpawn for that.

  • Like 1
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
  • Like 12
  • Sad 5
  • Haha 1
  • Love 25

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

95.8k

Files Sold

Total number of files sold.

1.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.