Jump to content

Players can "farm" grubs and worms (and ServerRewards RP)

Closed 1.0.9

Hi,

a players just told me he can farm unlimited RP when collecting bushes/corns/mushrooms,...

Of course we get the message, that the item cannot be collected but they still grant RP and sometimes Worms/Grubs.

 

I disabled the RP in RustRewards quick and dirty(via skinID ^^), but maybe you have a viable solution for that?

private void OnCollectiblePickup(Item item, BasePlayer player, CollectibleEntity entity)
{
   if (entity.skinID != 0)
	return;
}

 

So i have a workaround for RP.

I doubt people can abuse the Worms/Grubs but know you know 🙂

Share this comment


Link to comment
1 hour ago, RuGRustServer said:

Hi,

a players just told me he can farm unlimited RP when collecting bushes/corns/mushrooms,...

Of course we get the message, that the item cannot be collected but they still grant RP and sometimes Worms/Grubs.

 

I disabled the RP in RustRewards quick and dirty(via skinID ^^), but maybe you have a viable solution for that?

private void OnCollectiblePickup(Item item, BasePlayer player, CollectibleEntity entity)
{
   if (entity.skinID != 0)
	return;
}

 

So i have a workaround for RP.

I doubt people can abuse the Worms/Grubs but know you know 🙂

The grubs issue is known and isn't fixable afaik. There isn't any API in SR that allows me to prevent RP gain from the collection. The original release had it so you couldn't even gather the bush, but an oxide update fucked that right up lol.

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.4k

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.