Jump to content

3 Screenshots

  • 55.2k
  • 892
  • 14.24 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments

Atope89

Posted (edited)

thx good plugin, waiting for the plugin series.

it would be possible to add probability to drop random egg?

Edited by Atope89
  • Like 2
2ic

Posted

umm I now have eggs from ALL harvested corpses including scientists

  • Confused 1
Atope89

Posted

all npc give eggs but without the skin. The chicken works fine.

  • Confused 1
Krungh Crow

Posted

All ? Let me cap that

Krungh Crow

Posted

fixed in 1.0.2

Meyverick

Posted

Why are you starting OnEntitySpawned with 2 brackets? And why not checking if the dispenser is valid before creating the item?

  • Love 1
Krungh Crow

Posted (edited)

21 minutes ago, Mælep said:

Why are you starting OnEntitySpawned with 2 brackets? And why not checking if the dispenser is valid before creating the item?

Ah yes cheers Maelep (note to myself dont make plugins 5 mins before going bed).

fixed it in 1.1.0 + randomised eggs (skulls and bones are from a diffrent plugin)

 

eggs random.png

Edited by Krungh Crow
Krungh Crow

Posted

I will add a chance drop this week

2ic

Posted

Yeah I had to edit cs file to:
 

                    case 0:
                        {
                            RandomEgg = "easter.paintedeggs";
                            break;
                        }
                    case 1:
                        {
                            RandomEgg = "easter.paintedeggs";
                            break;
                        }
                    case 2:
                        {
                            RandomEgg = "easter.paintedeggs";
                            break;
                        }
                    case 3:
                        {
                            RandomEgg = "easter.paintedeggs";
                            break;
                        }
                    default:
                        {
                            RandomEgg = "easter.paintedeggs";
                            break;
                        }

because golden eggs are so crazy OP. Chance drop would be great.
My server is a 2x and I tried to edit GatherManager so it only drops 1 egg instead of 2.

 

    "GatherDispenserModifiers": {
      "EGG": 1.0
    },
    "GatherResourceModifiers": {
      "*": 2.0,
      "Sulfur Ore": 1.0,
      "EGG": 1.0
    },
    "MiningQuarryResourceTickRate": 5.0,
    "PickupResourceModifiers": {
      "*": 2.0,
      "EGG": 1.0
    },
    "QuarryResourceModifiers": {},
    "SurveyResourceModifiers": {}


I tried it everywhere with EGG, Painted egg even
easter.paintedeggs
any idea on how I make it drop 1 instead of 2 eggs?
 

  • Like 1
Krungh Crow

Posted

Its harvested so the x2 multiplier is in effect.

I can add more functionality to it tho once i get home from work

Krungh Crow

Posted (edited)

{
  "Main config": {
    "Debug": true
  },
  "Egg injection Settings": {
    "Chance on Egg Injection (0-100)": 50.0,
    "Chance on Regular Egg (0-100)": 60.0,
    "Chance on Bronze Egg (0-100)": 30.0,
    "Chance on Silver Egg (0-100)": 20.0,
    "Chance on Golden Egg (0-100)": 10.0,
    "Default Egg": "easter.paintedeggs"
  }
}

Current randomisation setup
default egg would be if all the random triggers per egg type would be skipped so the default egg will be injected
If within the set injection rates
next step to avoid gather mulipliers if installed

default egg = subject to change (codewise)

Edited by Krungh Crow
2ic

Posted

Thanks m8, 1 egg now and randomization setup is top notch!

  • Like 1
Krungh Crow

Posted

glad u like it future updates will most likely have a cap set through config for each egg type
so regular eggs could be set to max 5 bronze 3 silver 2 gold 1 incase users want to have a gather multiplier cap set diffrently

Solarix

Posted (edited)

How do you get the regular egg to be a regular egg like in your screenshot, instead of the Easter painted eggs?

Disregard, thought I saw it show up as painted eggs before but it is showing as a regular egg now.

Edited by Solarix
  • Like 1
Krungh Crow

Posted

yes i patched that in latest version 🙂

Eques3n

Posted

Do the eggs do anything?  Do they give a buff if you eat them?  Do they heal and give health?

Krungh Crow

Posted

u can upgrade them for a loot reward (easter event system)

  • Like 1
Billionaire

Posted

Hello, would it be possible to put a permission so that this is only for certain people concerned?

Krungh Crow

Posted

can be done but needs a big recode for it

Billionaire

Posted

2 hours ago, Krungh Crow said:

can be done but needs a big recode for it

ah. It's a shame because that would be really nice.

  • Like 1
Kleementin

Posted

I get this when upgrading eggs.

20230616225407_1.jpg

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 4

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.