Jump to content

Raidable Bases 2.9.7

$40.00 $30.00
   (51 reviews)

1 Screenshot

  • 414.2k
  • 30.4k
  • 7.06 MB

Recommended Comments



Hello author,How do I set up these entities to disappear at the end of the event, or do I need IQTurret's author to modify certain content?

Link to comment
Share on other sites
nivex

Posted (edited)

@Kk

the IQTurret author needs to modify his plugin. IQTurret needs to add the entities as a child or parent them.

IQTurret is spawning those entities, so it is responsible for removing them too. if it adds them as a child or parents them then they will despawn when the turret is killed. which includes at the end of the event.

Edited by nivex
Link to comment
Share on other sites
Quote

`Explosive Costs`

This feature is very cool, but I have a problem with the base I have set up. On another base it was spawning firmly under the base, but on this particular base I have this problem.

2024-09-18 020700.png

Link to comment
Share on other sites

@nivex 

“/paste filename” will not reproduce the problem, as there are no vending machines at this base.

If I do “rbe spawn filename” instead, I get the same problem 100% of the time.

Link to comment
Share on other sites

@beetle

I see. it must be the vending machine created by the Explosive Costs then

so not a copypaste issue

no problem ill fix it next update. I can give you the fix tonight

Link to comment
Share on other sites

This feature is literally a GOD like and I look forward to it. 🤞

28 minutes ago, nivex said:

@beetle

I see. it must be the vending machine created by the Explosive Costs then

so not a copypaste issue

no problem ill fix it next update. I can give you the fix tonight

 

  • Like 1
Link to comment
Share on other sites
nivex

Posted (edited)

@beetle

glad you enjoy it

here's the fix. on line 10592 in the .cs, change:
 

VendingMachine vm = GameManager.server.CreateEntity("assets/prefabs/deployable/vendingmachine/vendingmachine.deployed.prefab", Location) as VendingMachine;

to:

VendingMachine vm = GameManager.server.CreateEntity("assets/prefabs/deployable/vendingmachine/vendingmachine.deployed.prefab", Location.WithY(-400f)) as VendingMachine;

 

Edited by nivex
  • Love 1
Link to comment
Share on other sites

Came here to report the vending machine thing, but I see it's already been discussed.

Interesting thing is it only seems to happen in my hand-created easy bases, and not in the ones from your Tier 3 pack.

Edit: Oh, I see - it's because those are the only ones I defined raid costs for to show in the map tooltips.

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

hi 

I don't know if this has been asked.

but is it possible to add permission for different groups?

like say for my vip1 group can only buy a medium raid base and vip2 can only buy a hard base and so on

Link to comment
Share on other sites

@vanzylquintin42

hi

you can use Permissions Required To Enter from the profiles

write a permission there in each profile, then assign it to the respective vip group

Link to comment
Share on other sites

@PhatBlinkie

hi, no, the bases will despawn. they're not saved in the map's sav files anymore

I will implement this in the future

  • Love 2
Link to comment
Share on other sites

raidablebases.buyable.vip.pve  raidablebases.buyable.vip.pvp  Hello, what are these two permissions effective for? After authorization, the base root magnification has no effect

Link to comment
Share on other sites
13 minutes ago, vip丶祭奠 said:

raidablebases.buyable.vip.pve  raidablebases.buyable.vip.pvp  Hello, what are these two permissions effective for? After authorization, the base root magnification has no effect

  "Loot Amount Multiplier": 1.0,
  "Loot Amount Multiplier (raidablebases.buyable.vip.pve)": 1.0,
  "Loot Amount Multiplier (raidablebases.buyable.vip.pvp)": 1.0,

For see changes u must change multiplier in profiles, i think.

Edited by aimacak
  • Like 1
Link to comment
Share on other sites
1 hour ago, aimacak said:
  "Loot Amount Multiplier": 1.0,
  "Loot Amount Multiplier (raidablebases.buyable.vip.pve)": 1.0,
  "Loot Amount Multiplier (raidablebases.buyable.vip.pvp)": 1.0,

For see changes u must change multiplier in profiles, i think.

It has been changed to 1.5

Link to comment
Share on other sites

@vip丶祭奠@aimacak

hi, it works for any loot item in the loot tables when the `amount` is greater than `1`

    foreach (var ti in to)
    {
        if (ti.amount > 1)
        {
            ti.amount = Mathf.CeilToInt(ti.amount * m);
            ti.amountMin = Mathf.CeilToInt(ti.amountMin * m);
        }
    }

 

  • Like 1
Link to comment
Share on other sites
1 hour ago, Aeryn Sun said:

can anyone help me with the command to destroy a left over raidable base?

thank you!

the command is  /rbe kill_cleanup google found it for me. 🙂

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

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.3k

Files Sold

Total number of files sold.

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.