Jump to content
Message added by Mevent,

Thanks for your interest in my plugin!

If you have any questions or issues with the plugin, please contact me.
For support related questions, please create a thread in the Support Section or send a direct message to my profile @MeventSupport.

Thanks!

4 Screenshots

  • 47.4k
  • 201
  • 36.62 kB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



The Real Butter

Posted (edited)

Works Great I love it!

Edited by The Real Butter
Rehpirscher

Posted

hello ladies and gentlemen. I have two questions. the first question is can you find the genie lamps in loot. second question is can i change the item symbol as admin in the f1 menu under items.

Mevent

Posted

12 hours ago, Rehpirscher said:

hello ladies and gentlemen. I have two questions. the first question is can you find the genie lamps in loot. second question is can i change the item symbol as admin in the f1 menu under items.

Yes, you can enable and configure in the config the ability for a genie to appear in the loot.
Regarding the second question - what do you mean?

Au

Posted

How to add a magic lamp to an underwater treasure

JeffG

Posted

how does one add to raids?

MuB-Studios

Posted

On 12/9/2022 at 2:13 AM, Doctor13 said:

how does one add to raids?

What do you mean exactly ?

  • Like 1
JeffG

Posted

1 hour ago, MuB-Studios said:

What do you mean exactly ?

 "Drop Settings": [
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab",
      "Chance": 50
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_2.prefab",
      "Chance": 50
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_1.prefab",
      "Chance": 50
    }

how do i set it up so it will show up in large storage boxes so it can be found in loot boxes in raids i cant find the assets name for large storage box the raids loot boxes

MuB-Studios

Posted

2 hours ago, Doctor13 said:

 "Drop Settings": [
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab",
      "Chance": 50
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_2.prefab",
      "Chance": 50
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_1.prefab",
      "Chance": 50
    }

how do i set it up so it will show up in large storage boxes so it can be found in loot boxes in raids i cant find the assets name for large storage box the raids loot boxes

I will send you a full file in an hour

I'll test it again beforehand

  • Love 1
MuB-Studios

Posted (edited)

8 hours ago, Doctor13 said:

 "Drop Settings": [
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab",
      "Chance": 50
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_2.prefab",
      "Chance": 50
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_1.prefab",
      "Chance": 50
    }

how do i set it up so it will show up in large storage boxes so it can be found in loot boxes in raids i cant find the assets name for large storage box the raids loot boxes

    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_basic.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_mine.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2_food.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2_medical.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_tools.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_underwater_advanced.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_underwater_basic.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/foodbox.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_2.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_1.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_elite.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_food_1.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_food_2.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_normal.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_normal_2.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_tools.prefab",
      "Chance": 10
    }

Edited by MuB-Studios
JeffG

Posted

2 hours ago, MuB-Studios said:

    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_basic.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_mine.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2_food.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2_medical.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_tools.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_underwater_advanced.prefab",
      "Chance": 100
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/crate_underwater_basic.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/foodbox.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_2.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_1.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_elite.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_food_1.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_food_2.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_normal.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_normal_2.prefab",
      "Chance": 10
    },
    {
      "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_tools.prefab",
      "Chance": 10
    }

So awesome an love the support!!!

MuB-Studios

Posted

2 hours ago, Doctor13 said:

So awesome an love the support!!!

Did you want that ? Or did I misunderstand you

JeffG

Posted

6 hours ago, MuB-Studios said:

Did you want that ? Or did I misunderstand you

i think i figured it out off of what you posted thanks again

TacTicToe

Posted

I do not use the Economics plugin. Can this be removed or does it not matter?

Mevent

Posted

46 minutes ago, TacTicToe said:

I do not use the Economics plugin. Can this be removed or does it not matter?

It doesn't matter, you can ignore it

TacTicToe

Posted

Is there a way to add a weapon with attachments? I would like to add an assault rifle with like maybe some ammo, extended clip, flashlight. 

Love this thing so far. Works great! The tick, tick, tick sound while it is opening is a little annoying tho. 

Mevent

Posted

18 minutes ago, TacTicToe said:

Is there a way to add a weapon with attachments? I would like to add an assault rifle with like maybe some ammo, extended clip, flashlight. 

Love this thing so far. Works great! The tick, tick, tick sound while it is opening is a little annoying tho. 

Not at the moment, but, I've added it to my ToDo list and will do so in one of the updates!

 

As for the sound: you can edit it in the config!

Flatbush

Posted

I havent gotten an answer on how to put these lamps in my loot tables but they shop up in the green crates.

MeventSupport

Posted

On 6/29/2023 at 7:49 PM, Flatbush said:

I havent gotten an answer on how to put these lamps in my loot tables but they shop up in the green crates.

You mean Loot Tables plugin? 

JeffG

Posted

Any way to make another genie lamp or two on plugin? i want 3 or for different genie lamps?

MeventSupport

Posted

8 hours ago, 6Andromeda9 said:

Any way to make another genie lamp or two on plugin? i want 3 or for different genie lamps?

we're on it.

  • Love 1
JeffG

Posted

2 hours ago, MeventSupport said:

we're on it.

Thanks so much mevent!!

marc wadmore

Posted

Hi, after looking over the config list i see you have a section for comannds..

"Awards": [ { "Type": "Item", "ID": 1, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "wood", "Skin": 0, "Amount": 3500, "Chance": 70.0

Does this mean the award can be give as a command is in from another plugin like helidrop signal.  and would you just fill out the command section and leave the bellow item section empty.........          also can you add unlimited awards to the list and the plugin just choses a few at random each time 

Thanks for you time 

 

MeventSupport

Posted

On 11/18/2023 at 6:28 PM, marc wadmore said:

Hi, after looking over the config list i see you have a section for comannds..

"Awards": [ { "Type": "Item", "ID": 1, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "wood", "Skin": 0, "Amount": 3500, "Chance": 70.0

Does this mean the award can be give as a command is in from another plugin like helidrop signal.  and would you just fill out the command section and leave the bellow item section empty.........          also can you add unlimited awards to the list and the plugin just choses a few at random each time 

Thanks for you time 

 

- Is it possible to issue commands from another plugin? 
- yes

- Is it possible to leave the element section empty?
- yes

- is it possible to get multiple random rewards?
- yes, in the config, but you need to customise this

JeffG

Posted

Any update on more then one genie lamps yet?

MeventSupport

Posted

16 hours ago, 6Andromeda9 said:

Any update on more then one genie lamps yet?

I'm still in the process

  • 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
  • Like 4

Mevent's Collection

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.