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!

1 Screenshot

  • 518.8k
  • 7.9k
  • 419.08 kB

Recommended Comments



Fusion 3.64

Posted (edited)

edit. ran another reload and it seems to be fine

Edited by thepiercedweirdo
YaMang -w-

Posted

When will the log be added?

Mevent

Posted

3 hours ago, YaMang-w- said:

When will the log be added?

Logging is already in the plugin

YaMang -w-

Posted

On 8/9/2022 at 12:34 PM, Mevent said:

Logging is already in the plugin

What version was it added to?

YaMang -w-

Posted

On 8/9/2022 at 12:34 PM, Mevent said:

Logging is already in the plugin

nvm 

I was using the old version

runzik

Posted

ok am i missing something i trying to use the BankSystem for the shop but i can seem to get it to work 

"Economy": {
    "Type (Plugin/Item)": "Plugin",
    "Plugin name": "BankSystem",
    "Balance add hook": "Deposit",
    "Balance remove hook": "Withdraw",
    "Balance show hook": "Balance",
    "ShortName": "sticks",
    "Display Name (empty - default)": "RUSTNote",
    "Skin": 2536195910,
    "Lang Key (for Title)": "LangTitle",
    "Lang Key (for Balance)": "BalanceTitle"
  },

runzik

Posted

NVM i get it but you i change the RP so it dont say it any more?

 

Fusion 3.64

Posted (edited)

edit:changed formatting in config to bypass issue

 

Edited by thepiercedweirdo
Terskipia

Posted

(NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Shop+ShopItem.GetStacks (System.Int32 amount) [0x00010] in <ebaf8fbf1c31402598c513cadb75c085>:0 
  at Oxide.Plugins.Shop.CmdConsoleShop (ConsoleSystem+Arg arg) [0x00b64] in <ebaf8fbf1c31402598c513cadb75c085>:0 
  at Oxide.Plugins.Shop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ebe] in <ebaf8fbf1c31402598c513cadb75c085>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0  
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Billionaire

Posted

@Mevent

can you explain this?
 

Quote

[Added] Sorting by Name, Amount, PriceDecrease, PriceIncrease


I don't understand the change it brings and how to make it work? Thank you for your help and excellent work.

Mevent

Posted

Just now, Gbutome said:

@Mevent

can you explain this?
 


I don't understand the change it brings and how to make it work? Thank you for your help and excellent work.

Hi! In the category setting you can specify "Sort Type" and players will be shown pre-sorted items by parameterimage.png.4c73fc6a232a7cb14749b1c6d364564f.png

Mevent

Posted

On 9/21/2022 at 5:33 AM, Terskipia said:

(NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Shop+ShopItem.GetStacks (System.Int32 amount) [0x00010] in <ebaf8fbf1c31402598c513cadb75c085>:0 
  at Oxide.Plugins.Shop.CmdConsoleShop (ConsoleSystem+Arg arg) [0x00b64] in <ebaf8fbf1c31402598c513cadb75c085>:0 
  at Oxide.Plugins.Shop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ebe] in <ebaf8fbf1c31402598c513cadb75c085>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0  
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Send the config and tell me the ID of the item with which this problem occurs

Mevent

Posted

On 8/23/2022 at 5:27 AM, runzik said:

NVM i get it but you i change the RP so it dont say it any more?

 

You can change "RP" in lang files (oxide/lang/en/Shop.json)

Neibo

Posted

I did it. if someone has Shop plugin. i know how to add the raidable bases to sell.

RUST Screenshot 2022.09.26 - 17.34.12.44.png

Mevent

Posted

2 minutes ago, Neibo said:

I did it. if someone has Shop plugin. i know how to add the raidable bases to sell.

RUST Screenshot 2022.09.26 - 17.34.12.44.png

Are you giving away a command?

GamingHQ

Posted

29 minutes ago, Neibo said:

I did it. if someone has Shop plugin. i know how to add the raidable bases to sell.

RUST Screenshot 2022.09.26 - 17.34.12.44.png

 

If you check the plugin page, all the way down, there is a small FAQ. In this FAQ, it states as following.

 

Quote

Do not put this plugin in your store/shop. It simply is not designed to work with it. There are far too many cooldowns to make this idea plausible, and the plugin cannot function properly without them. Using /buyraid will open a UI designed specifically for this issue.

just a headsup, i do like the concept you got there. 🍻

  • Love 1
Neibo

Posted (edited)

5 hours ago, Mevent said:

Are you giving away a command?

no, added to sell a command to spawn different lvls. on a new category (commands) they cant use the command outside store. just buy it.

Edited by Neibo
Neibo

Posted

5 hours ago, GamingHQ said:

 

If you check the plugin page, all the way down, there is a small FAQ. In this FAQ, it states as following.

 

just a headsup, i do like the concept you got there. 🍻

thanks for your  words

RUST Screenshot 2022.09.26 - 20.35.44.07.png

RUST Screenshot 2022.09.26 - 20.35.46.28.png

RUST Screenshot 2022.09.26 - 20.35.40.48.png

  • Like 1
geekyplaster

Posted

What is the command to add a vm with all categories? Tried /shop.setvm * but didnt work 😞

 

geekyplaster

Posted

What is the command to add a vm with all categories? Tried /shop.setvm * but didnt work 😞

 

Eurynoms

Posted

How can i get the price to have $ amount instead of RP amount. I have economics plugin and deleted additional economics   config lines.

 

Eurynoms

Posted

How can i get the price to have $ amount instead of RP amount. I have economics plugin and deleted additional economics   config lines.

 

Eurynoms

Posted

How can i get the price to have $ amount instead of RP amount. I have economics plugin and deleted additional economics   config lines.

 

Eurynoms

Posted

How can i get the price to have $ amount instead of RP amount. I have economics plugin and deleted additional economics   config lines.

 

Mevent

Posted

On 10/6/2022 at 11:36 PM, geekyplaster said:

What is the command to add a vm with all categories? Tried /shop.setvm * but didnt work 😞

 

Does it write something back to you after using this command?

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 12
  • Sad 1
  • Love 7

Mevent's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

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.