-
Posts
808 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Wrecks
-
Version 1.2.0
64 downloads
Give your players a new way to craft and create new items, with Viper Crafting! Viper Crafters come in 2 Styles, Base and Premium. Each Crafter relies on the SkinID on build, to function, this is customizable in config. Base crafts at normal speed, Premium crafts at 2x Speed. The Base Crafter is a regular water purifier and needs a campfire to be fully placed, The Premium is a powered water purifier that doesn't need power to craft. Each crafter comes with storage, upon crafting completion, the items deposit to the box if there is room, if there is no room, the item will become a world dropped item. The premium crafter can have a list of skins for random skins on placement. Upon crafter death or pickup or remover tool, any contents will transfer to a pouch for easy pickup. You can enable or disable proximity check, so players need to be nearby while crafting for full immersion. UI is fully customizable, crafting menu supports Pages, so create as many recipes as you like. Recipes have an info button that shows that recipes needed items to craft for the players current multiplier setting. Ingredients can be vanilla and custom items. Recipe Images in Crafting menu supports URL or SkinID, if using SkinID, leave URL "" COMMANDS /GIVECRAFTERS - GIVES EACH CRAFTER TO ADMINS INVENTORY /V.SPAWNRECIPES - SPAWNS ALL VIPER RECIPES IN A CONTAINER /V.SPAWNINGREDIENTS - SPAWNS ALL VIPER INGREDIENTS IN A CONTAINER IDEAS OF USE Pair with The Dealer, Custom Crops, and Drugs for an ecosystem of plugins that compliment each other. NOTES UPON ACTIVE CRAFTING AND IF PLUGIN IS UNLOADED WHILE CRAFTING, ALL STATES WILL COMPLETE AND ITEMS WILL DEPOSIT TO THE RESPECTIVE CRAFTER TO HELP COMBAT FAST CRAFTER BOX PICKUPS, USE SKINS THE PLAYER CANNOT NORMALLY USE, AS THATS WHAT I CHECK TO PREVENT PICKUPS. OVERVIEW - *CUSTOM CONFIG IN USE* TEASER VIDEO DEMO CONFIG { "Multiplier Buttons": [ 1, 5, 10, 20, 50, 100, 200, 500, 1000 ], "Radius Player Needs To Be During Mix Check, Default Is 1, Try not to go too high, To Prevent Crafter Overlap": 1, "Amount of Items to give, when Spawning in Recipes and Ingredients Via Command": 100, "Base Crafter Skin": 3343180461, "Enable Base Crafter Proximity?": true, "Base Crafter Proximity The Player Needs To Be Within To Successfully Craft": 10, "Fast Crafter Skin": 3343195295, "Enable Fast Crafter Proximity?": true, "Fast Crafter Proximity The Player Needs To Be Within To Successfully Craft": 10, "Fast Crafter Small Box Skins": [ 1736652162, 1717985913, 3343194879 ], "Text Color": "0.78 1 0.82 1", "Multiplier Background Color": "0.96 0.57 0.18 0.75", "Recipe Info Image": "https://www.dropbox.com/scl/fi/rbytqsfn66u0n5ud5im27/Info.png?rlkey=tn2lmrsnvnxe49zlvbqdg5d4n&st=rjcossda&dl=1", "Stroke Image": "https://www.dropbox.com/scl/fi/2upkidj1i7myyql3862js/GlowStroke.png?rlkey=spcq15j4wlrfw452ha4t5ekfl&st=j3kxkywu&dl=1", "Banner Image": "https://www.dropbox.com/scl/fi/dbkf772yww1r0hznxvu3w/PMGLOWa.png?rlkey=n1ea7jqv3ppl528t78itwufzv&st=6smt8gtl&dl=1", "Back Button Image": "https://www.dropbox.com/scl/fi/gipwp9d59tqv1mg13ehpw/BACK.png?rlkey=isiwwk3zqri2vyy6c9dfhby80&st=aen8y3ei&dl=1", "Next Button Image": "https://www.dropbox.com/scl/fi/yl0qskx962a5pct4v8uzy/Next.png?rlkey=4pb1xt3xkkwj2bj1ol0qjuji3&st=2816qqdb&dl=1", "Navigation Buttons Color": "0.96 0.57 0.18 0.9", "Close Button Color": "0.96 0.57 0.18 0.9", "Background Image": "https://www.dropbox.com/scl/fi/69uuot1m6l49nip59zm1v/VIPER3.png?rlkey=srd9lebvdrjbkq22hatd3t28l&st=4fsfe7gx&dl=1", "Toast Image": "https://www.dropbox.com/scl/fi/vkvtxl1irp0k6f61sbun4/PopUp.png?rlkey=netyo7pjli1nhx91vwv8d88cv&st=ta5l9mzc&dl=1", "Mini Toast Image": "https://www.dropbox.com/scl/fi/5crdhycyfsrd0jrkjxne2/miniGlow.png?rlkey=t39dav111edarg9eqzx6repak&st=7838j609&dl=1", "Recipes": [ { "RecipeName": "Blue Shatter", "RecipeDescription": "Blue Shatter", "RecipeImageUrl": "", "Ingredients": [ { "IngredientCustomName": "Sulfur", "IngredientShortname": "sulfur", "RequiredAmount": 2, "IngredientSkinID": 0 }, { "IngredientCustomName": "Snowball", "IngredientShortname": "snowball", "RequiredAmount": 3, "IngredientSkinID": 0 } ], "OutputItemSkinID": 3215916045, "OutputItemShortname": "glue", "OutputItemAmount": 1, "RecipeCraftTime": 3 }, { "RecipeName": "Ether", "RecipeDescription": "Ether", "RecipeImageUrl": "", "Ingredients": [ { "IngredientCustomName": "Sulfur", "IngredientShortname": "sulfur", "RequiredAmount": 2, "IngredientSkinID": 0 }, { "IngredientCustomName": "Snowball", "IngredientShortname": "snowball", "RequiredAmount": 3, "IngredientSkinID": 0 } ], "OutputItemSkinID": 2980167987, "OutputItemShortname": "glue", "OutputItemAmount": 1, "RecipeCraftTime": 3 }, { "RecipeName": "Irad Serum", "RecipeDescription": "Irad Serum", "RecipeImageUrl": "", "Ingredients": [ { "IngredientCustomName": "Super Serum", "IngredientShortname": "supertea", "RequiredAmount": 2, "IngredientSkinID": 0 }, { "IngredientCustomName": "Snowball", "IngredientShortname": "snowball", "RequiredAmount": 3, "IngredientSkinID": 0 } ], "OutputItemSkinID": 3027539800, "OutputItemShortname": "glue", "OutputItemAmount": 1, "RecipeCraftTime": 3 }, { "RecipeName": "Lean", "RecipeDescription": "Lean", "RecipeImageUrl": "", "Ingredients": [ { "IngredientCustomName": "Super Serum", "IngredientShortname": "supertea", "RequiredAmount": 2, "IngredientSkinID": 0 }, { "IngredientCustomName": "Snowball", "IngredientShortname": "snowball", "RequiredAmount": 6, "IngredientSkinID": 0 } ], "OutputItemSkinID": 3027539845, "OutputItemShortname": "glue", "OutputItemAmount": 1, "RecipeCraftTime": 3 }, { "RecipeName": "Coke", "RecipeDescription": "Coke", "RecipeImageUrl": "", "Ingredients": [ { "IngredientCustomName": "Cloth", "IngredientShortname": "cloth", "RequiredAmount": 2, "IngredientSkinID": 0 }, { "IngredientCustomName": "Snowball", "IngredientShortname": "snowball", "RequiredAmount": 6, "IngredientSkinID": 0 } ], "OutputItemSkinID": 3027243010, "OutputItemShortname": "glue", "OutputItemAmount": 1, "RecipeCraftTime": 3 }, { "RecipeName": "Hash", "RecipeDescription": "Hash", "RecipeImageUrl": "", "Ingredients": [ { "IngredientCustomName": "Cloth", "IngredientShortname": "cloth", "RequiredAmount": 2, "IngredientSkinID": 0 }, { "IngredientCustomName": "Wood", "IngredientShortname": "wood", "RequiredAmount": 6, "IngredientSkinID": 0 } ], "OutputItemSkinID": 2961371625, "OutputItemShortname": "glue", "OutputItemAmount": 1, "RecipeCraftTime": 3 }, { "RecipeName": "Pills", "RecipeDescription": "Pills", "RecipeImageUrl": "", "Ingredients": [ { "IngredientCustomName": "Cloth", "IngredientShortname": "cloth", "RequiredAmount": 2, "IngredientSkinID": 0 }, { "IngredientCustomName": "Sulfur", "IngredientShortname": "sulfur", "RequiredAmount": 6, "IngredientSkinID": 0 } ], "OutputItemSkinID": 3027373420, "OutputItemShortname": "glue", "OutputItemAmount": 1, "RecipeCraftTime": 3 } ] } LANG { "RecipeNotFound": "Recipe Not Found", "ItemProcessed": "{0}\nhas been processed.", "ProcessingFailed": "Processing has failed.", "CraftingMessage": "Crafting: {0}\n\nPlease monitor your workstation.\n\nTime remaining: {1}(s).", "RecipeIngredients": "Recipe: {0}\nIngredients Required To Craft\n{1}", "RestrictBuildingMessage": "This Crafter Needs To Be Spaced Out from Other Crafters to be Placed." } Special thanks to @Luuxen for the teaser video and for testing this for me until i was ready for a public release!$25.00 -
- 3 comments
-
- #grenade
- #customization
-
(and 1 more)
Tagged with:
-
- 3 comments
-
- #grenade
- #customization
-
(and 1 more)
Tagged with:
-
-
-
-
-
-
-
-
-
-
-
-
Yeah i sent him my log as well, I only noticed it happened when i messed with the processed items for some reason
-
Item.SetParent caused remove - this shouldn't ever happen NullReferenceException: Object reference not set to an instance of an object at Item.Save (System.Boolean bIncludeContainer, System.Boolean bIncludeOwners) [0x00019] in <578ce32518bb4945beb4120ca3434e21>:0 at ItemContainer.Save (System.Boolean bIncludeContainer) [0x0011c] in <578ce32518bb4945beb4120ca3434e21>:0 at PlayerInventory.SendUpdatedInventoryInternal (PlayerInventory+Type type, ItemContainer container, PlayerInventory+NetworkInventoryMode mode) [0x0002e] in <578ce32518bb4945beb4120ca3434e21>:0 at PlayerInventory.SendUpdatedInventory (PlayerInventory+Type type, ItemContainer container, System.Boolean bSendInventoryToEveryone) [0x00024] in <578ce32518bb4945beb4120ca3434e21>:0 at PlayerInventory.UpdateContainer (System.Single delta, PlayerInventory+Type type, ItemContainer container, System.Boolean bSendInventoryToEveryone, System.Single temperature) [0x00023] in <578ce32518bb4945beb4120ca3434e21>:0 at PlayerInventory.ServerUpdate (System.Single delta) [0x00045] in <578ce32518bb4945beb4120ca3434e21>:0 at PlayerInventory.MoveItem (BaseEntity+RPCMessage msg) [0x00468] in <578ce32518bb4945beb4120ca3434e21>:0 at PlayerInventory.OnRpcMessage (BasePlayer player, System.UInt32 rpc, Network.Message msg) [0x001e2] in <578ce32518bb4945beb4120ca3434e21>:0 Is all I could replicate, but it only happened when messing with coal, (bricks) unloading stack plugins to see if that helps
-
Okay record it and send it and ill see what it does on my side
-
Where are you erroring it works here mount and move and delivery
-
Ill actually jump on Test and try to help you, I loaded up the latest version. Give me a few ill see if it replicates both RPCs you said.
-
lol dont do all that, move to a test server, or if that isnt possible, unload all plugins, and load only drug business, if the issue persists, report your findings, if it doesnt bug, reload all plugins, try again, if it bugs something is conflicting or causing the issue that isnt drug business. That would be alot easier.
-
Be sure to open a support ticket too , discussion tab and support are 2 different things, I only see a post in discussions 3 hours ago unless you made a private support ticket. And the issue youre having seems like it would be a pretty common issue, but I see no other open tickets pertaining to that as a common issue