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

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)

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

Adem

Posted

Now they should not appear side by side

Adem

Posted

Changed Status from Pending to Closed

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
2.5m
Total downloads
Customers
11k
Customers served
Files Sold
158.3k
Marketplace sales
Payments
3.4m
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.