Jump to content

Raidable Bases 3.2.0

$40.00 $30.00
   (83 reviews)

1 Screenshot

  • 937.7k
  • 55.9k
  • 548.79 kB
  • Update details
    v3.2.0
    Released
    Download size 548.79 kB
    Total versions 77
    Typical update pace About every 15 days
    Freshness Updated 2 days ago

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

Recommended Comments



nivex

Posted

@miniMe_rust

Thank you! I agree with everything you've said. 

Just a reminder to everyone: 3.0.6 update requires the Rust update to compile.

  • Like 1
Craft

Posted

After the update, the loot set in Difficulty_Loot will always appear, regardless of its probability

nivex

Posted

Known bug: metal detector sources and other such entities with enableSaving set to false will block custom spawn points. I will fix this, but I'm going to wait a bit and see if any other issues pop up first. 

Here's a fix for anyone that needs it now. On line 12615 change :

if (e is BuildingBlock || e.ShortPrefabName.Contains("wall.external.high") || !e.enableSaving || e.HasFlag(BaseEntity.Flags.Locked))

to:

if (e is BuildingBlock || e.ShortPrefabName.Contains("wall.external.high") || !e.enableSaving && e.HasFlag(BaseEntity.Flags.Busy) && e.HasFlag(BaseEntity.Flags.Locked))

I wish more developers would use dedicated or dummy skins instead, it would be easier to detect your events since I won't use any API for that as it would be too expensive in this method.

  • Like 1
  • Love 1
nivex

Posted (edited)

15 minutes ago, Craft said:

After the update, the loot set in Difficulty_Loot will always appear, regardless of its probability

Hi, send me the difficulty loot file and it's profile. I can check it out.

It's likely just rolling probability more than once in order to make up for insufficient loot due to DLC items. Probability was not changed otherwise.

I'm happy to look at your files and see what's going on though.

Edited by nivex
Craft

Posted (edited)

1 hour ago, nivex said:

Hi, send me the difficulty loot file and it's profile. I can check it out.

It's likely just rolling probability more than once in order to make up for insufficient loot due to DLC items. Probability was not changed otherwise.

I'm happy to look at your files and see what's going on though.

I sent you a message

Edited by Craft
  • Like 1
The Coffee Guy

Posted (edited)

naked NPC and unarm  😞 and Turrets not working image.png.b54303d608626ef4c63fc52c48956e52.png

 

image.png.778dad584c7a7413a2bfbae6972e22cd.png

Edited by Grumpy Old Man
  • Like 1
luxiaoxiong

Posted (edited)

4 minutes ago, Grumpy Old Man said:

naked NPC and unarm  😞

 

image.png.778dad584c7a7413a2bfbae6972e22cd.png

 😄 LOL  

Edited by kin8642
Kk

Posted

1 hour ago, Grumpy Old Man said:

naked NPC and unarm  😞 and Turrets not working image.png.b54303d608626ef4c63fc52c48956e52.png

 

image.png.778dad584c7a7413a2bfbae6972e22cd.png

I also encountered the same problem

ClumsyZombie

Posted

The issue i am having right now is you look in the box before someone breaks it code lock or not and content is in the box. The moment the break the box and it turns into a scatul or bag the content is gone. The moment the box breaks the content is removed but the scatul or bag still shows with 0 content in it. 

nivex

Posted

@Grumpy Old Man@Kk

Hi, an error would cause that, otherwise the NPC  will always spawn with a kit even when they're invalid.

@ClumsyZombie

Hi, this is not caused by the plugin. Restarting your server should fix the issue.

The Coffee Guy

Posted

7 minutes ago, nivex said:

@Grumpy Old Man@Kk

Hi, an error would cause that, otherwise the NPC  will always spawn with a kit even when they're invalid.

@ClumsyZombie

Hi, this is not caused by the plugin. Restarting your server should fix the issue.

oh, and what will be the error and how can i fix it ? i reload the plugin,  i did not see anything  😞

image.png.941e4dce97e0962c41151f6cfe4b6a35.pngimage.png.b0e92813c6929f0e765ab1a93ccb7b1d.png

nivex

Posted

@Grumpy Old Man

Hi, the error would be shown when the base spawns if the npcs are naked.

My npcs always spawn with items otherwise, so long as there's no error breaking the plugin.

 

The Coffee Guy

Posted

1 minute ago, nivex said:

@Grumpy Old Man

Hi, the error would be shown when the base spawns if the npcs are naked.

My npcs always spawn with items otherwise, so long as there's no error breaking the plugin.

 

no no, all good , i fix it  haha,  thank you still the best  

Kk

Posted

1 minute ago, Grumpy Old Man said:

no no, all good , i fix it  haha,  thank you still the best  

Can you tell me how you repaired it?

The Coffee Guy

Posted

3 minutes ago, Kk said:

Can you tell me how you repaired it?

we use LootEnhancer, and we give custom loot that we built,  and special skin we are making,  and we accidently put the code in the wrong place,  i realize it as i was typing here, 

not his fault, that one was on me 

 

  • Like 1
Kapco411

Posted

All NPC's are naked and no weapons. Only showing NRE in console

 

  • Sad 1
MatthiasBM

Posted

3 minutes ago, Kapco411 said:

All NPC's are naked and no weapons. Only showing NRE in console

 

opened a support for This

 

nivex

Posted

Make sure to update Kits by Mevent

TurboWeapons caused this for one user

And a misconfigured LootEnhancer for another user

Loot not dropping from boxes is still unknown, but is not caused by RB

  • Like 1
SuperKitten

Posted (edited)

I just tested the plugin with PlayerDLCAPI mod turned off.  Loot is working again for me.

Edited by SuperKitten
nivex

Posted

@SuperKitten

Are you using Kits by Mevent?

 

SuperKitten

Posted

14 minutes ago, nivex said:

@SuperKitten

Are you using Kits by Mevent?

 

No.  Using Kits by k1lly0u

nivex

Posted

@SuperKitten

Unloading PlayerDLCAPI should make no difference then. It doesn't interfere with RaidableBases. You can ask k1lly0u though.

The Coffee Guy

Posted

27 minutes ago, SuperKitten said:

I just tested the plugin with PlayerDLCAPI mod turned off.  Loot is working again for me.

did you restarted the raidable base after removing the PlayerDLCAPI ?

and also, is the PlayerDLCAPI supposed to check the skins to make sure we dont provide paid skins to players? 

i am afraid of removing it 

nivex

Posted

@Grumpy Old Man

PlayerDLCAPI is not used by RaidableBases. It is used by other plugins though. So if you have any plugins using it, then it should not be removed. Such as Kits. 

RaidableBases has no dependency for any plugin other than CopyPaste, and an optional dependency for Spawns Database. It checks all DLC internally.

  • Like 1

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 26
  • Sad 2
  • Love 49

User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3.1m
Total downloads
Customers
12.1k
Customers served
Files Sold
171.9k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.