Jump to content

Drop Settings and a request

Pending 1.2.0

I've tried adding NPC prefabs to "Drop Settings": but it's not working.
I'm guessing I need to use something other than prefabs like "assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_excavator.prefab" ?


Would you be willing to add the option for multiple items in "Currency Settings"?
They can each have an independent value.
You could have a $1, $5, $10 rustnotes as well as coins with fractional values.

Share this comment


Link to comment
On 5/23/2022 at 6:15 PM, thepiercedweirdo said:

I've tried adding NPC prefabs to "Drop Settings": but it's not working.
I'm guessing I need to use something other than prefabs like "assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_excavator.prefab" ?

Unfortunately, bots cannot spawn coins 😞

Share this comment


Link to comment
11 hours ago, Mevent said:

Unfortunately, bots cannot spawn coins 😞

Understood.

And thoughts on adding additional currency?
Thinking about it more it seems like it may be more complicated than it's worth.
But being able to find a $10 with a min/max of 1 and a chance of 5 or whatever would be an interesting addition.

To add to the plugin you could expand to the current and give it a value of 1

    "Display Name": "RUSTNote",
    "Value": 1,
    "Short Name": "sticks",
    "Skin": 2536195910
  },


Then add an additional entry below with whatever you want. $10 for example, with whatever skin.

    "Display Name": "$10 RUSTNote",
    "Value": 10,
    "Short Name": "sticks",
    "Skin": 0
  },

And then for all the drop settings I'm not sure how you would update them. Maybe use "Value:" 1, for the entry?
So any further entries will use the value to reflect the currency name and skin.
Then you would put a dummy entry (value "10") below the current active with a chance of 0 as to not alter the current user settings.
They they just copy/paste/edit to add more.

Edited by thepiercedweirdo

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.6k

Files Sold

Total number of files sold.

1.6m

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.