Jump to content
Message added by Khan,

Anyone having BP duplication issues is not a direct result of this plugin.
It's due to a plugin you are running that kills the player OnDisconnected too early, resulting in the duplication occurring.
To fix, find the plugin and wrap the player.Die(); call in a NextFrame.

        private void OnPlayerDisconnected(BasePlayer player)
        {
            NextFrame(() =>
            {
                if (player == null)
                    return;
                player.Die();
            });
        }

 

1 Screenshot

  • 43.1k
  • 501
  • 38.73 kB
  • Update details
    v1.0.6
    Released
    Download size38.73 kB
    Total versions6
    Time between versions 1 day
    Typical update pace About every 169 days
    Freshness 670 days ago

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments

Darien

Posted

He expired after the update

  • Moderator
Mals

Posted

@CM1234 I'm confused, is the plugin not working?

Darien

Posted

On 10/10/2022 at 1:31 AM, Mals said:

@CM1234 I'm confused, is the plugin not working?

yes he doesn't work  image.png.9da87a0eacb7463123d7ab0d9fe7fe12.png

  • Moderator
Mals

Posted

@Khan this does not compile due to change in the ItemDefinition data structure.  Can you please take a look at the code.

Error while compiling: AdvancedResearching.cs(88,80): error CS1503: Argument `#1' cannot convert `ItemDefinition' expression to type `Item'

 

  • Like 1
Khan

Posted

Latest update should resolve the compiling error due to rust adding an additional argument. 

  • Like 1
Wajeeh Agbariya

Posted

plugin broken since the latest update

Khan

Posted

Fixed.

hid333

Posted

I didn't notice it, but at some point failure announcements that should have been displayed in chat stopped appearing.
Normally when research fails
``Researching Failed! You had a xx% chance to successfully research this item.'' used to be chatted, but it is no longer there.

Khan

Posted

I'll see if I can get an update out this weekend for it /

Shin_Mori

Posted (edited)

On 01.02.2024 at 06:53, Khan said:

Я посмотрю, смогу ли я выпуститЬ обновление на этих выходных /

When compiling it gives error Failed to call hook 'OnServerInitialized' on plugin 'AdvancedResearching v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)

Plugin does not work? 

Edited by Shin_Mori
copcopekcro

Posted

Hey there ,we need update 😄

  • Like 1
Khan

Posted

Just updated. 

  • Haha 1
  • Love 1
copcopekcro

Posted

1 minute ago, Khan said:

Just updated. 

AAA not free anymore 😄

  • Like 1
hid333

Posted

Even if you set the success rate to 100%, it may still not be successful.
In that case, you will lose the item you are researching.

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
  • Haha 1
  • Love 1

User Feedback

2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.8k

Files Sold

Total number of files sold.

3.2m

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.