Jump to content

Raidable Bases 2.9.9

$40.00 $30.00
   (55 reviews)

1 Screenshot

  • 440.7k
  • 32.3k
  • 7.07 MB

Recommended Comments



oldmenrust

Posted

Hey, short question.

Is it an configuration option and feature, that polayers in a mini or attack chopper get bounced into the stratosphere when touching the bubble around a raidable base?

  • Haha 1
oldmenrust

Posted

And is it also a option or feature, that weapons like the m249 out of a raidable base can be repaired, but with the first shot it drops to the health value it had before repair?

Malkizid

Posted

1 hour ago, oldmenrust said:

Hey, short question.

Is it an configuration option and feature, that polayers in a mini or attack chopper get bounced into the stratosphere when touching the bubble around a raidable base?

In the configuration you can add the option to block vehicles, they simply get turned away from the zone bubble. I'm not sure about "bouncing them into the stratosphere" though... sounds funny 😄

  • Haha 1
nivex

Posted (edited)

@oldmenrust

heya, if players cannot repair items then disable Block Plugins Which Prevent Item Durability Loss by setting it to false in each profile under oxide/data/RaidableBases/Profiles/

helicopters do get bounced into the stratosphere. 😄 it will be fixed in next update.

you can set Eject Mounts -> Minicopter to false (as well as AttackHelicopter and ScrapTransportHelicopter) but it will still happen if the player tries to circumvent some other setting when mounted to one of those mounts

if you want to fix it now you can edit the RaidableBases.cs plugin file and change on line 10072:

float forceMultiplier = vehicle is GroundVehicle || vehicle is BasicCar ? 1f : vehicle is BaseSubmarine ? 1.25f : 15f;

to

float forceMultiplier = vehicle switch
{
    BaseHelicopter => 2.5f,
    GroundVehicle or BasicCar => 1f,
    BaseSubmarine => 1.25f,
    RidableHorse => 3f,
    Tugboat or BaseBoat or _ => 15f
};

 

Edited by nivex
  • Like 1
  • Love 1
nivex

Posted

2.9.9 has been released and requires the Rust update to compile. Enjoy ❤️

 

  • Like 1
  • Love 2
Grumpy_old_man

Posted

I have a stupid question.  Couple of months ago, some players started to spawn base everywhere with /rbe so i search for it,  found it and desactivate it. Now i need it to test things,  i dont find it no more so i cant use it.  anyone knows where is it ? so i can add it back  ? lol 

 

Thanks, that would be great. 

nivex

Posted

@Grumpy_old_man

hi, it's under Event Command in the config

you only need to revoke their permission to use the command though

oxide.revoke group default raidablebases.allow

that permission for admin/staff/moderators but not regular players

  • Like 1
Grumpy_old_man

Posted

8 minutes ago, nivex said:

@Grumpy_old_man

hi, it's under Event Command in the config

you only need to revoke their permission to use the command though

oxide.revoke group default raidablebases.allow

that permission for admin/staff/moderators but not regular players

thank you  

  • Like 1
机车喵

Posted

Update post-installation prompt: ERROR! You cannot install the Russian version without converting your installation first! 

aimacak

Posted

20 minutes ago, 机车喵 said:

Update post-installation prompt: ERROR! You cannot install the Russian version without converting your installation first! 

Maybe you had the English version installed and you are trying to put the Russian version?

nivex

Posted

31 minutes ago, 机车喵 said:

Update post-installation prompt: ERROR! You cannot install the Russian version without converting your installation first! 

you can't install RU over the top of EN or it would wipe everything from the config and profiles

ZAC

Posted

getting this error, any ideas?
 

RaidableBases - Failed to compile: 'PhoneController' does not contain a definition for 'PositionToGridCoord' | Line: 11381, Pos: 47

 

nivex

Posted

16 minutes ago, ZAC said:

getting this error, any ideas?
 

 

hi, you need to update

  • Like 1
ZAC

Posted

28 minutes ago, nivex said:

hi, you need to update

Thanks for the prompt response, I did update, but I just checked and it didn't go through. That was it!
Thanks for the great plugin!

  • Love 1
Dead Nasty

Posted

 Calling hook CanEntityBeTargeted resulted in a conflict between the following plugins: RaidableBases - False (Boolean), Convoy (True (Boolean))

 

nivex

Posted (edited)

@Dead Nasty

a convoy turret is trying to target a player within the raid base event. it's not allowed. only my turrets can target players within my events.

if he wants to set a skin/ownerid on the turrets then I can ignore it

 

Edited by nivex
aimacak

Posted

2 hours ago, nivex said:

@Dead Nasty

a convoy turret is trying to target a player within the raid base event. it's not allowed. only my turrets can target players within my events.

if he wants to set a skin/ownerid on the turrets then I can ignore it

 

It seems to me not very logical to prohibit turrets from Convoy from attacking a player in the Raidable Bases zone, because people will use this for their own benefit.. Maybe then make some kind of parameter that will regulate this?

nivex

Posted (edited)

@aimacak

Quote

if he wants to set a skin/ownerid on the turrets then I can ignore it

😛

it must set a skin/ownerid so it can be checked and ignored.

I will not check API or the entity parent. it is not efficient for such heavy hooks.

Edited by nivex
  • Like 1
  • Love 1
Senso-GR

Posted

hello today they report me some players that they cannot deploy ladders on the raid bases

I checked the config but i found it normal

Capture01.PNG

nivex

Posted

@Senso-GR

hi, check Require Cupboard Access To Place Ladders in the profiles

Senso-GR

Posted

Hello my friend I Checked the profiles in all the config is set false

nivex

Posted

@Senso-GR

what does it say when you try to place ladder?

ladders are always allowed when Require Cupboard Access To Place Ladders is false, and Allow Players To Use Ladders is true.

Senso-GR

Posted

if I remember well "no have permission" something

 

nivex

Posted

@Senso-GR

Allow Players To Use Ladders is false if you see this.

Quote

Ladders are blocked in raidable bases!

Require Cupboard Access To Place Ladders is true if you see this

Quote

You need building privilege to place ladders!

 

laodu

Posted (edited)

When I use the command restart -1 to cancel the server restart, players cannot purchase raid bases. The above prompt appears.QQ20241217104400.png.2bfb37209ae684aa2eb6270a01d7aaf6.png

I reloaded the plugin, but the prompt still appears and the player cannot purchase it.

Edited by laodu

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 23
  • Sad 2
  • Love 41

User Feedback

1.5m

Downloads

Total number of downloads.

7.2k

Customers

Total customers served.

107.5k

Files Sold

Total number of files sold.

2.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.