Jump to content

Recommended Posts

Posted (edited)

I want to add an item that could be collected after boarding Hazanui Yaro's ship:

image.thumb.jpeg.8cf70aa152ba032719e314428aafb9c6.jpeg

Yaro has:

"DebugName": "CPT_RDC_Yaro",
"ID": "07b240dc-bdc7-40e2-9c92-433fb1f7f35a",
"ShipSunkLootListID": "6f608fce-f579-45d2-8c03-83b7329b6353"
--
"DebugName": "LL_CPT_RDC_Yaro_Ship",
"ID": "6f608fce-f579-45d2-8c03-83b7329b6353",
 
But when I add items to that lootlist (LL_CPT_RDC_Yaro_Ship), right after triumph, they don't appear.
Alternatively, I have tried adding items to:
"DebugName": "LL_CPT_RDC_Yaro",
"ID": "4e4a0cb9-9ea4-4738-a4e2-6a2ae164f1a6",
And to Yaro herself:
94561318-71ba-429b-b3f3-9aef85fe0a1a

Still nothing.

----

Question: does anyone know what's the issue? Or how to add an item to be dropped after boarding a specific ship?

Edited by MaxQuest
  • Hmmm 1
Posted (edited)

It works for me editing those two loot lists. Can you post the edits you've made?

I added to the bottom of the items list:

{
    "Conditional": {
        "Conditional": {
        "Operator": 0,
        "Components": []
    },
    "OutputChance": 1,
    "MinCount": 1,
    "MaxCount": 1,
    "Weight": 1,
    "ItemID": "f51bb759-c5b3-437f-84ea-ba5671d3fa27",
    "LootListID": "00000000-0000-0000-0000-000000000000",
    "LockedVisible": "false"
}

Full .gamedatabundle:

  Reveal hidden contents

uXZTVn4.png

jRQGjq8.png

 

Edited by Noqn
  • Like 1
Posted (edited)
  On 7/25/2022 at 12:14 PM, Noqn said:

It works for me editing those two loot lists. Can you post the edits you've made?

Full .gamedatabundle:

Expand  

I have tried your gamedatabundle, and it works!

But when I added some other items right after mythical adra stone, it stopped working.

Specifically I am adding a custom ship item (in order to emulate the "capturing" of The Royal Leviathan)

"DebugName": "Ship_Junk_The_Royal_Leviathan",
"ID": "1bea8e45-2e02-481f-8138-6f7a921aba7a",

And this is my lootlist:

  Reveal hidden contents

And the ship:

  Reveal hidden contents

Will try to see again tomorrow, why even jade/agate didn't appear when I added them to the mythic adra stone

Edited by MaxQuest
  • Hmmm 1
Posted
  On 7/25/2022 at 8:07 PM, MaxQuest said:

Will try to see again tomorrow, why even jade/agate didn't appear when I added them to the mythic adra stone

Expand  

 

There's an entry in the first loot list that has an invalid GUID string:

fecf40c-f616-43bb-9e73-d1c5a2c0aebf

(the 'fecf40c' part is missing one character), this is probably the cause.

Also I think it's necessary to set the Ship's "NeverDropAsLoot" value from "true" to "false".

Now it works for me!

xj5SD7L.png

Rz3TY9D.png

  • Like 1
Posted
  On 7/25/2022 at 9:56 PM, Noqn said:

(the 'fecf40c' part is missing one character), this is probably the cause.

Also I think it's necessary to set the Ship's "NeverDropAsLoot" value from "true" to "false".

Now it works for me!

Expand  

That was it!

Thank you Noqn) Now it works for me too!)

 

Gonna capture those headhunter ships now ðŸ˜ˆ

  • 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
×
×
  • Create New...