Jump to content

Newest bug

Closed 1.1.9

MrLiquid
MrLiquid

Posted

I use raidable bases and after installing sputnik, I get this error

 

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

Sputnik.json

  • Like 1
MrLiquid

Posted

I think I found the problem, Sputnik is landing in Raidable base locations

 

image.thumb.png.84ce72eb23de56c3bc37c14df401581e.png

MrLiquid

Posted

After a conversation with Nivex, developer of Raidable Bases, we have a solution, thank you

He will make changes in his new release, but until then, this change will fix that problem

in RaidableBases.cs 

if (assets.Exists(colName.Contains) && (e.IsNull() || entityName.Contains("/treessource/")))

changed that to this:

if (assets.Exists(colName.Contains) && (e.IsNull() || entityName.Contains("/treessource/")) || e != null && e.skinID == 2404906710 && e.OwnerID == 0)

  • Like 1
Adem

Posted

Hi. I tried to figure it out, but the satellite can't fall into a position where there is a base for the raid, it turns out that the base for the raid has started in the place where the satellite appeared

Adem

Posted

I think I fixed this in the last update. Create the ticket again if this happens again

  • Love 1
Adem

Posted

Now they should not appear side by side

  • Like 1
Adem

Posted

Changed Status from Pending to Closed

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

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.