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!

8 Screenshots

Recommended Comments



Trudy Latté

Posted

Yes in the boxes that players can buy, I would like to be able to put a mini and maxi quantity per item

Mevent

Posted

On 10/30/2022 at 12:26 PM, Manu said:

Yes in the boxes that players can buy, I would like to be able to put a mini and maxi quantity per item

kk, I'll add it in the update.

  • Like 1
Therily

Posted

Hi!

What does mode on raidable bases do? Is it for raidbase difficulty?

 

/T

Mevent

Posted

15 minutes ago, Therily said:

Hi!

What does mode on raidable bases do? Is it for raidbase difficulty?

 

/T

I think yes

Therily

Posted

I can't get the gather missions to work. I'm running the latest update, but I still don't get the progress to work:

    "1": {
      "Mission description": "Collect 5000 sulfur ore",
      "Mission type": "Gather",
      "Shortname/prefab": "sulfur.ore",
      "Skin (0 - any item)": 0,
      "Upgrade Level (for 'Upgrade' missions)": 2,
      "Display Name (for 'Kill' missions)": null,
      "Amount": 5000,
      "Amount of main reward": 3,
      "Give extra reward?": false,
      "Settings extra reward": {
        "Display Name (for display in the interface)": "Talon AK-47",
        "ID": 103114,
        "Chance": 0,
        "Item type": "Item",
        "Image (if empty - the icon is taken by shortname) ": "https://i.imgur.com/IkEWGT8.png",
        "Display name (for the item) (if empty - standard)": "",
        "Shortname": "",
        "Skin": 1230963555,
        "Amount (for item)": 1,
        "Command": null,
        "Plugin": null
      },

 

Am I missing something?

Mevent

Posted

10 minutes ago, Therily said:

I can't get the gather missions to work. I'm running the latest update, but I still don't get the progress to work:

    "1": {
      "Mission description": "Collect 5000 sulfur ore",
      "Mission type": "Gather",
      "Shortname/prefab": "sulfur.ore",
      "Skin (0 - any item)": 0,
      "Upgrade Level (for 'Upgrade' missions)": 2,
      "Display Name (for 'Kill' missions)": null,
      "Amount": 5000,
      "Amount of main reward": 3,
      "Give extra reward?": false,
      "Settings extra reward": {
        "Display Name (for display in the interface)": "Talon AK-47",
        "ID": 103114,
        "Chance": 0,
        "Item type": "Item",
        "Image (if empty - the icon is taken by shortname) ": "https://i.imgur.com/IkEWGT8.png",
        "Display name (for the item) (if empty - standard)": "",
        "Shortname": "",
        "Skin": 1230963555,
        "Amount (for item)": 1,
        "Command": null,
        "Plugin": null
      },

 

Am I missing something?

I'm not quite sure what your problem is? Missions aren't counting? Or in the menu of the plugin does not show this mission?

jaybee3

Posted

49 minutes ago, Mevent said:

I think yes

@Therily, not tested yet, but it should just be a number from the below. So one could capture "Do an Easy raid" or "Complete a nightmare raid"
 

public enum RaidableMode { Disabled = -1, Easy = 0, Medium = 1, Hard = 2, Expert = 3, Nightmare = 4, Points = 8888, Random = 9999 }



I think only the owner will be rewarded for completion in Battlepass though and the mission progress won't be triggered for all raiders?

  • Love 1
Therily

Posted

17 minutes ago, Mevent said:

I'm not quite sure what your problem is? Missions aren't counting? Or in the menu of the plugin does not show this mission?

The missions are showing, but it doesn't count when gathering. So when I'm mining sulfur (gathering sulfur ores is my main mission today) it's still at 0 out of 5000.

  • Like 1
jaybee3

Posted

We had the same issue. Player's main mission was to loot a bed from a crate, but progress wasn't tracked.

Paul H.

Posted

I have a problem, the task
"Win the RaidableBases event 3 times"
I have already done 4 RaidableBases and none of them scored.

Do I have to change anything in the config?

same problem with "Hack 3 locked crates".

nothing is scored there either 

MelodyZE

Posted

how to set a command to be executed?
i cant find any documentation or any posts about how to set a command up from a plugin on the server.

        "Command": null,
        "Plugin": null

Hugenious

Posted

Hi, first of all , must say this is an awesome plugin. 

Is there a possibility that more than one item can be given per case ? So maybe add an option to each item , "Always Give" and all items in the case where this is set to true will always be given when buying the case. This will allow players to always receive say 3 of the 5 items in the case. If the item is set to false , then the Chance will come into play as it currently is.

Another option that might be good to add , is "Starting Money" , if set to say 20 , a new player joining the server will receive the 20 to start with.

Thanks

MelodyZE

Posted

im not sure how to get commands to work with this plugin...
theres no documentation on how to make them work, ive tried many many many combinations and none work. i just can not get commands to work as rewards.

Kurucz Roland

Posted

What mean's the id ? I saw the wood has different id , Is it all random number in the config ?

Mevent

Posted

16 hours ago, Kurucz Roland said:

What mean's the id ? I saw the wood has different id , Is it all random number in the config ?

The item ID is used to store items in the player's inventory. For example, if you change the parameters of an item with an already existing ID, that item will change for all players.

Mevent

Posted

On 12/31/2022 at 3:59 AM, MelodyZE said:

im not sure how to get commands to work with this plugin...
theres no documentation on how to make them work, ive tried many many many combinations and none work. i just can not get commands to work as rewards.

You need to:
1. Set the item type "Command"
2. Fill in the "Command" field. (%steamid% - to pass the steamid)

Buckhorn2

Posted

With this plugin, after a mission is completed could it give access to a mod for the player? Say grant permission of the backpack plugin? 

 

Mevent

Posted

3 hours ago, Buckhorn2 said:

With this plugin, after a mission is completed could it give access to a mod for the player? Say grant permission of the backpack plugin? 

 

Yes, you can set one of the awards - the command

MelodyZE

Posted

On 1/6/2023 at 1:34 AM, Mevent said:

You need to:
1. Set the item type "Command"
2. Fill in the "Command" field. (%steamid% - to pass the steamid)

im sorry but it is just not clear enough....
all this does is error out the console, revert the config, ereases the entire config...

"20": {
      "Mission description": "<color=#ffdf00>Place a ComputerStation</color>",
      "Mission type": "Build",
      "Shortname/prefab": "computerstation.deployed",
      "Skin (0 - any item)": 0,
      "Upgrade Level (for 'Upgrade' missions)": 0,
      "Display Name (for 'Kill' missions)": null,
      "Amount": 1,
      "Amount of main reward": 50,
      "Give extra reward?": true,
      "Settings extra reward": {
        "Display Name (for display in the interface)": null,
        "ID": 1586863229,
        "Chance": 0.0,
        "Item type": "command",
        "Image (if empty - the icon is taken by shortname) ": null,
        "Display name (for the item) (if empty - standard)": null,
        "Shortname": null,
        "Skin": 0,
        "Amount (for item)": 1,
        "Command": "xpgive id %steamid% 5000",
        "Plugin": null

Mevent

Posted

7 hours ago, MelodyZE said:

im sorry but it is just not clear enough....
all this does is error out the console, revert the config, ereases the entire config...

"20": {
      "Mission description": "<color=#ffdf00>Place a ComputerStation</color>",
      "Mission type": "Build",
      "Shortname/prefab": "computerstation.deployed",
      "Skin (0 - any item)": 0,
      "Upgrade Level (for 'Upgrade' missions)": 0,
      "Display Name (for 'Kill' missions)": null,
      "Amount": 1,
      "Amount of main reward": 50,
      "Give extra reward?": true,
      "Settings extra reward": {
        "Display Name (for display in the interface)": null,
        "ID": 1586863229,
        "Chance": 0.0,
        "Item type": "command",
        "Image (if empty - the icon is taken by shortname) ": null,
        "Display name (for the item) (if empty - standard)": null,
        "Shortname": null,
        "Skin": 0,
        "Amount (for item)": 1,
        "Command": "xpgive id %steamid% 5000",
        "Plugin": null

Hi! This is due to a JSON syntax violation

Trudy Latté

Posted

Hi I wish I could choose which quest can be repeatable

Ty

MelodyZE

Posted

please update LoneWolf version

Mevent

Posted

3 hours ago, MelodyZE said:

please update LoneWolf version

Who is LoneWolf?

Luker

Posted

Hello 🙂
Where can I edit the text of "Testing The Horgon"?

image.thumb.png.cd25353bf872bca10cad4cb7408297a3.png

Trudy Latté

Posted (edited)

Hi you can edit it in the lang file

Edited by Trudy Latté
  • Love 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 1
  • Love 1

Mevent's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

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.