-
Posts
185 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Yaki
-
ive only allowed scrap. here is my config { "Allow Owner To bet on Own Casino?": false, "Enable HardMode mode?": 45, "Use buildin custom bet item": true, "Bet Item WhiteList": [ "scrap" ], "Punish Exploiters with MLRS?": true, "Anounce to Server on Wheel Win?": false, "Allow Custom Items to be Recycled?": true, "Skin-Specific Yield Items": { "wheel": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 15, "MaxAmount": 30 }, { "ShortName": "gears", "MinAmount": 1, "MaxAmount": 1 } ], "blackjack": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "terminal1": [ { "ShortName": "scrap", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 15, "MaxAmount": 30 } ], "terminal2": [ { "ShortName": "scrap", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 15, "MaxAmount": 30 } ], "slots": [ { "ShortName": "scrap", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 15, "MaxAmount": 30 } ], "chips": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "chips4": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "chips3": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "chips2": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "box": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 10, "MaxAmount": 15 } ] } } { "Allow Owner To bet on Own Casino?": false, "Enable HardMode mode?": 45, "Use buildin custom bet item": true, "Bet Item WhiteList": [ "scrap" ], "Punish Exploiters with MLRS?": true, "Anounce to Server on Wheel Win?": false, "Allow Custom Items to be Recycled?": true, "Skin-Specific Yield Items": { "wheel": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 15, "MaxAmount": 30 }, { "ShortName": "gears", "MinAmount": 1, "MaxAmount": 1 } ], "blackjack": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "terminal1": [ { "ShortName": "scrap", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 15, "MaxAmount": 30 } ], "terminal2": [ { "ShortName": "scrap", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 15, "MaxAmount": 30 } ], "slots": [ { "ShortName": "scrap", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 15, "MaxAmount": 30 } ], "chips": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "chips4": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "chips3": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "chips2": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "tarp", "MinAmount": 1, "MaxAmount": 1 } ], "box": [ { "ShortName": "wood", "MinAmount": 10, "MaxAmount": 20 }, { "ShortName": "metal.fragments", "MinAmount": 10, "MaxAmount": 15 } ] } }
-
at this point, im starting to think its how the server saves data as i am unable to replicate this and it doesnt affect everyone (doesnt happen on any of my 4 servers). what host do you use? do you use any plugins that shut down or restart the server for you? i also know it can happen on both carbon and oxide so ive ruled that out. out of curiosity, which one do you use?
-
will you be adding it since you liked the message? if not please let me know so i can find another solution.
-
im pretty sure it comes from any of the casino items, not just items from this plugin. I also use a plugin called place anything that allows me to give casino items to players. i see the error rather frequently because several players own casino items. just not sure what causes it yet but ill try to get more info on it.
-
i can switch it - players and my server have given mixed responses on what to do
-
i can change it to give 0 drugs and lose the plant, but players might get upset when they get nothing. open to changing it though!
-
if you harvest it you wont get anything. this way you can clone it. would you rather players be able to harvest and get nothing?
-
Failed to call hook 'CanMoveItem' on plugin 'OwnCasinoPremium v1.7.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.OwnCasinoPremium.CanPlaceBet (System.UInt64 ownerid, BasePlayer player) [0x00014] in <7cd24e9ad9a9436daeff140956cad1d7>:0 at Oxide.Plugins.OwnCasinoPremium.CanMoveItem (Item item, PlayerInventory playerLoot, ItemContainerId targetContainerID, System.Int32 targetSlot, System.Int32 amount) [0x0008c] in <7cd24e9ad9a9436daeff140956cad1d7>:0 at Oxide.Plugins.OwnCasinoPremium.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003fb] in <7cd24e9ad9a9436daeff140956cad1d7>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 OwnCasinoPremium was compiled successfully in 1406ms
-
can you please add the ability to call a random raid on another player through a method that i can call in another plugin
-
Changed Status from Pending to No Response Changed Fixed In to 1.7.0
-
how can i disable the skinning of tcs through this plugin? i have another plugin that spawns boxes on top of the tc when placed, but when a player reskins the tc through this plugin, the box disappears and all contents are lost.
-
i created the new config in 1.6.0 then updated to 1.7.0 and it worked for me. maybe its an item that youre using for the drugs? could help troubleshoot if you share your config
-
i just tested with green and red berries, pumpkins, and roses and worked how i would expect them to - seeing your config would help me figure out if there is an issue or not
-
can you send me your config please?
-
how do i place a tugboat without it instantly killing me? the boats are tough as they cant be placed in water. the rhib and rowboat can be placed on a foundation and destroyed, but the tug not so much...
-
i have somewhat of a solution for the rotation thatll be included in this next update.. i still need to better understand whats going on to set the rotation, properly but if you interact with the npc theyll look at you (might need to do it a few times.. doesnt happen everytime.. still working through this). hope this helps in the meantime.
-
Changed Status from Pending to No Response Changed Fixed In to 1.5.1
-
Changed Status from Pending to No Response Changed Fixed In to 1.5.1
