-
Posts
1,514 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by dustyhansen
-
Alright, well clearly I didn't make up the error message that references your plugin above. And I don't use the same shop plugin as you do. When I type the command in console it works fine. I opened a support ticket with the shop plugin and he doesn't seem to think it is his plugin, so what am I supposed to do? https://codefling.com/files/sc/18664-error-when-buying-command/?tab=comments#comment-92385
-
So do I, but this one is a problem. Does this look correct to you? "quarry-0": { "Command (if set, ignore item)": [ "gq {userId}" ], "Shortname": "", "Skin ID": 15, "Amount": 1, "Item Name": "", "Display Name": "Quarry Computer", "Is Blueprint": false, "Icon URL (if skin not 0)": "https://alliant.nyc3.cdn.digitaloceanspaces.com/ShoppyStock/ShopItems/98%20-%207s1zxub.png", "Price": 15000, "Price Per Purchase Multiplier": 1.0, "Multiply Price Per Daily (true) Or Per Wipe (false) Purchases": true, "Show Description Field": true, "Discount Permission (value)": {}, "Required Permission": "shoppystock.vip2", "Display Blacklist Permission": "", "Daily Buy Max": 0, "Wipe Buy Max": 2, "Cooldown Between Purchases (in seconds, 0 to disable)": 0 } Here is the other ticket I have: https://codefling.com/files/support/18497-quarry-limit/
-
I am getting the following error when a player buys a Quarry Computer from the shop. The command is "gq {userId}" and it works just fine when I type the command in the console, but when Shoppy Stock issues the command we get the error. Failed executing console command 'gq' in 'Quarry Computer v1.4.1 by Marte6' [callback] (Object reference not set to an instance of an object) at void Oxide.Plugins.QuarryComputer.GiveQuarryCommandCmd(Arg arg) in /home/container/carbon/plugins/QuarryComputer.cs:line 1277 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) 01/16 18:53:36 | [ShoppyStock] Player Milfred (76561198328184183) purchased x1 Quarry Computer for 15k SCRAP. Here is the Quarry Computer plugin from here that I am using. The developer can't reproduce this with his shop plugin:
-
But you put double periods again. It will still have the same issue. Why are you doing "1..3" instead of "1.3"?
-
-
-
-
Well I would question how many of us are using forced PVP and PVE areas on the same map and also want PVP delays. That seems like a very small population to cater to and I would say that server owners in this situation just have to deal with this challenge their own way if they choose to have such a complicated setup. I wouldn't expect a plugin developer to address this challenge.
-
-
I feel like you are discounting my question here entirely. Why the low range on the loot quantity? To repeat, this allows for the loot to be 67% less than vanilla in a claimed 2x loot table. In simple terms, players are getting shittier loot on my 2x server than they would be on a vanilla server. Does that make sense? You said the same thing about the raid base loot as well, but your players are not my players. My issue with the raid bases isn't the quantity of loot necessarily, it is the quality. The actual items chosen to be in the loot table. But I will take another look at settings.
-
Would there be any way to add a config option to exclude this event from Dynamic PVP on uMod? I want to use Dynamic PVP to make Cargo a PVP zone and it works great, but it also makes this Cargo a PVP zone and we want Harbor Event to be a PVE event.
-
Is there a way to add a config option to adjust/extend the heli loot despawn times? When a player is taking a giant train solo, the loot from heli despawns before they can get to it.
-
Oh I misunderstood, ok, so I should probably not use this for players that are not to be in auth 1, got it. Thanks.
-
@supreme any updates on this?
-
@Adem
-
Any luck on this? Players are pretty frustrated about it.
-
@Marte6 can you please reopen this ticket and see the above?
-
I am having an issue with your loot table here and even with the raidable base ones I bought separately. This is supposed to be a 2x loot table, yet my players are regularly getting less than the default quantities of loot. In a heli crate, for example: A vanilla heli crate 556 ammo spawn has: 120 normal 60 incendiary 30 explosive 40 high velocity Your ammo crate has less weight and and has:: 80-240 normal 40-120 incendiary 20-60 explosive 20-80 high velocity How is it a 2x if it can spawn 67% less quantity than a vanilla server? Players rarely get vanilla rates, let alone 2x rates. I tried your loot tables for raid bases and they were instantly rejected by my players. Nowhere near enough boom and getting things like cooked chicken, sewing kits, thompsons, etc. in expert and nightmare bases. Players expect to break even or make a profit on a raid base, at least on my server they do.
-
I am not sure what his auth level is, i just know he is getting put in the admin oxide group.
-
I regret to report another bug. I have a user that is a moderator on my server, which means he is in the mod oxide group and is not in the users.cfg, based on how I use the role mod. This player was using /mod to switch between mod mode and player mode and the plugin kept putting him into the admin group after a few times switching. He was made an admin and had admin access, even though he was not in the users.cfg file. He was added to the admin list in the data file for Auth Toggle. I unloaded the plugin, removed him from the data file, and removed him from the admin oxide group, but it still happened 2 more times. So I had to remove his access from this plugin and just leave it for admins until this is addressed.
-
- 259 comments
-
Have you given consideration to adding a Zone Exit Delay for the Zone Manager zones? When PVE players leave the zone they immediately return back to PVE, but realistically there should be a configurable delay. "ZoneManager": { "ZoneExitDelay": 10 //time in minutes "ForceModeInZone": { "name~pvp": "pvp" } }, Something like this maybe?
-
Sorry I am behind from wipe yesterday lol.
-
It looks like you cannot place industrial on the furnaces when they are placed on a foundation?
-
I added this to my shop like you said, but I get an error in console when the command is executed: Failed executing console command 'gq' in 'Quarry Computer v1.4.1 by Marte6' [callback] (Object reference not set to an instance of an object) at void Oxide.Plugins.QuarryComputer.GiveQuarryCommandCmd(Arg arg) in /home/container/carbon/plugins/QuarryComputer.cs:line 1277 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) 01/16 18:53:36 | [ShoppyStock] Player Milfred (76561198328184183) purchased x1 Quarry Computer for 15k SCRAP.