Jump to content

10 Screenshots

  • 143.7k
  • 8.9k
  • 90.37 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



BetterDeadThanZed

Posted

On 8/9/2023 at 8:31 AM, Fruster said:

got it. I have it in my plans, most likely I will add support for pve

Hey there. Any update on adding support for the PVE Mode plugin?

Fruster

Posted

1 hour ago, BetterDeadThanZed said:

Hey there. Any update on adding support for the PVE Mode plugin?

Hey! Unfortunately I haven't had time to do this yet

Dead Nasty

Posted (edited)

A % option for heli spawns would be greatly appreciated by not only the customers but the players as well. 

Edited by Dead Nasty
BetterDeadThanZed

Posted

Thank you for adding support for the PVE Mode plugin, however it's unclear how a player gets the event locked to you. Other events that have support for the PVE Mode plugin has a section like this in their config:

  "PVE Mode Setting (only for users PveMode plugin)": {
    "Use the PVE mode of the plugin? [true/false]": true,
    "The amount of damage that the player has to do to become the Event Owner": 500.0,
    "Damage coefficients for calculate to become the Event Owner": [
      {
        "Type of target": "NPC",
        "Damage Multiplier": 1.0
      },
      {
        "Type of target": "Bradley",
        "Damage Multiplier": 2.0
      },
      {
        "Type of target": "Helicopter",
        "Damage Multiplier": 2.0
      }
    ],

That determines who the owner is. Also, these events put a bubble over the event to show the area that is affected and there's an announcement when the event becomes locked to the player.

Fruster

Posted

39 minutes ago, BetterDeadThanZed said:

Thank you for adding support for the PVE Mode plugin, however it's unclear how a player gets the event locked to you. Other events that have support for the PVE Mode plugin has a section like this in their config:

  "PVE Mode Setting (only for users PveMode plugin)": {
    "Use the PVE mode of the plugin? [true/false]": true,
    "The amount of damage that the player has to do to become the Event Owner": 500.0,
    "Damage coefficients for calculate to become the Event Owner": [
      {
        "Type of target": "NPC",
        "Damage Multiplier": 1.0
      },
      {
        "Type of target": "Bradley",
        "Damage Multiplier": 2.0
      },
      {
        "Type of target": "Helicopter",
        "Damage Multiplier": 2.0
      }
    ],

That determines who the owner is. Also, these events put a bubble over the event to show the area that is affected and there's an announcement when the event becomes locked to the player.

 Hey! To become the owner of the event, the player needs to inflict any damage on the NPC. Also, if you use an event marker, you will see the player's name next to the event name on the map.  I'll probably add other settings later. Thank you for your help! 

  • Like 1
BetterDeadThanZed

Posted

3 hours ago, Fruster said:

 Hey! To become the owner of the event, the player needs to inflict any damage on the NPC. Also, if you use an event marker, you will see the player's name next to the event name on the map.  I'll probably add other settings later. Thank you for your help! 

Awesome. Thanks for the updates!

  • Like 1
Yac Vaguer

Posted

Hi it will be quite cool if you can add a hook with the userId who completed the event similar of what you can find in Sputnik's event 

 with the hook OnSputnikEventWin (ulong userID)

 

In my case I used these hooks to connect it with my own API to calculate Player performance in the server to giveaway some skins at the end of the months, but I cannot make it work with your plugin

 

Thank you 

 

Fruster

Posted

37 minutes ago, Yac Vaguer said:

Hi it will be quite cool if you can add a hook with the userId who completed the event similar of what you can find in Sputnik's event 

 with the hook OnSputnikEventWin (ulong userID)

 

In my case I used these hooks to connect it with my own API to calculate Player performance in the server to giveaway some skins at the end of the months, but I cannot make it work with your plugin

 

Thank you 

 

What conditions must be met for a player to be considered the winner of the event?

Yac Vaguer

Posted

Can be the one that killed all the NPC or just open the hackable crate, not the one that activated but the one that loot it last 

Fruster

Posted

37 minutes ago, Yac Vaguer said:

Can be the one that killed all the NPC or just open the hackable crate, not the one that activated but the one that loot it last 

ok, I'll think about it some more

SensoryX

Posted

Airfield seems not be working , or is it just me ?

Fruster

Posted

15 hours ago, SensoryX said:

Airfield seems not be working , or is it just me ?

works stably on the latest version of oxide

SlayersRust

Posted

Whats everyones favorite NPC Type to use in the config?

  "NPCs type(NPCs prefab, experimental setting, it is not known how the NPCs will behave) 0 - tunneldweller; 1 - underwaterdweller; 2 - excavator; 3 - full_any; 4 - lr300; 5 - mp5; 6 - pistol; 7 - shotgun; 8 - heavy; 9 - junkpile_pistol; 10 - oilrig; 11 - patrol; 12 - peacekeeper; 13 - roam; 14 - roamtethered; 15 - bandit_guard; 16 - cargo; 17 - cargo_turret_any; 18 - cargo_turret_lr300; 19 - ch47_gunner": 0,

SlayersRust

Posted

How do I make this the color of my Map Marker?? #cd4632

I don't understand what to put in here for this because it isn't a single input for a hex code? Any ideas?

Fruster

Posted

3 hours ago, SlayersRust said:

Whats everyones favorite NPC Type to use in the config?

  "NPCs type(NPCs prefab, experimental setting, it is not known how the NPCs will behave) 0 - tunneldweller; 1 - underwaterdweller; 2 - excavator; 3 - full_any; 4 - lr300; 5 - mp5; 6 - pistol; 7 - shotgun; 8 - heavy; 9 - junkpile_pistol; 10 - oilrig; 11 - patrol; 12 - peacekeeper; 13 - roam; 14 - roamtethered; 15 - bandit_guard; 16 - cargo; 17 - cargo_turret_any; 18 - cargo_turret_lr300; 19 - ch47_gunner": 0,

Hey there! preferably use type number 8

Fruster

Posted

3 hours ago, SlayersRust said:

How do I make this the color of my Map Marker?? #cd4632

I don't understand what to put in here for this because it isn't a single input for a hex code? Any ideas?

I don’t quite understand the question, write to me in a personal message

SlayersRust

Posted

16 hours ago, Fruster said:

Hey there! preferably use type number 8

Thank you! I was looking for ones that didn't roam so far from the lockable crates until they spotted enemies. I'll try 8!

  • Like 1
SlayersRust

Posted

Could we get some sort of warnings leading up to the end of the event for players within the event zone? Tons of players are reporting crates just disappearing or event disappearing all together without warning. So they kind of then wasted all their time waiting for event crates just to dissapear.

Fruster

Posted

41 minutes ago, SlayersRust said:

Could we get some sort of warnings leading up to the end of the event for players within the event zone? Tons of players are reporting crates just disappearing or event disappearing all together without warning. So they kind of then wasted all their time waiting for event crates just to dissapear.

Hey there! You can increase the setting "Extend the duration of the event if the NPCs were attacked", you can also increase the crates lifetime settings. This should help

Fruster

Posted

maybe someday later I will add a notification about the end of the event

illRalli

Posted

Great Plugin! One question/suggestion from players is could there be a percentage chance of spawning the heli?

Fruster

Posted

5 hours ago, illRalli said:

Great Plugin! One question/suggestion from players is could there be a percentage chance of spawning the heli?

Hey, maybe someday I'll add this

SlayersRust

Posted

Could we get this Plugin updated for forced wipe?

Fruster

Posted

19 minutes ago, SlayersRust said:

Could we get this Plugin updated for forced wipe?

Hey, PM me please

Žéŧ

Posted (edited)

...

Edited by Žéŧ

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 7
  • Love 2

Fruster's Collection

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

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.