Jump to content

Mario

Member
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Mario

  1. Mario

    Place Anything

    Anyone have a fix or prevention tip for the item poofing on placement issue? Been a few months hoping someone found a fix.
  2. Mario

    Drug Business

    On lines with the error change player.inventory.AllItems() to player.inventory.containerMain.itemList
  3. Mario

    Drug Business

    Share your error I can reply with the what to edit to fix it.
  4. Same issue. Here is the debug log, thanks: (15:44:00) | Server Exception: Building Manager (15:44:00) | NullReferenceException (15:44:00) | Error in DecayTick caused by assets/prefabs/deployable/jack o lantern/jackolantern.angry.prefab [0] (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at BaseEntity.WorldSpaceBounds () [0x00000] in <eb8c31862f774cd59237627c2e18e4ff>:0 at BaseEntity.GetNearestBuildingPrivledge () [0x00000] in <eb8c31862f774cd59237627c2e18e4ff>:0 at BaseEntity.GetBuildingPrivilege () [0x00000] in <eb8c31862f774cd59237627c2e18e4ff>:0 at DecayEntity.GetBuildingPrivilege () [0x00011] in <eb8c31862f774cd59237627c2e18e4ff>:0 at DecayEntity.OnDecay (Decay decay, System.Single decayDeltaTime) [0x0004b] in <eb8c31862f774cd59237627c2e18e4ff>:0 at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.DecayEntity.DecayTick_Patch1(DecayEntity)
  5. Mario

    Drug Business

    My plugin is different because of custom edits so I don't know the lines or the snippets. But fixing these lines will fix it for the last Rust update. This line: success = Economics?.Call("Withdraw", player.userID, double.Parse(cost)); To this: success = Economics?.Call("Withdraw", player.userID.Get(), double.Parse(cost)); This line: var points = ServerRewards?.Call("CheckPoints", player.userID); To this: var points = ServerRewards?.Call("CheckPoints", player.userID.Get()); This line: Economics?.Call("Deposit", player.userID, Convert.ToDouble(amount)); To this: Economics?.Call("Deposit", player.userID.Get(), Convert.ToDouble(amount)); This line: ServerRewards?.Call("AddPoints", player.userID, amount); To this: ServerRewards?.Call("AddPoints", player.userID.Get(), amount); This line: var balance = (double)Economics?.Call("Balance", player.userID); To this: var balance = (double)Economics?.Call("Balance", player.userID.Get()); This line: return ((int)ServerRewards?.Call("CheckPoints", player.userID)) + ".00"; To this: return ((int)ServerRewards?.Call("CheckPoints", player.userID.Get())) + ".00";
  6. Mario

    Drug Business

    Plugin has a few bugs that popped up recently that were easy to patch myself. We made edits so the dealer auto spawns in outpost during random times, removed the drone function, and put in some UI messages to remind players not to clone the plants. We also put in plant harvest caps to easily balance it even with mods that increase plant gathering, We use it in combination with other plugins so players can make joints and smoke them for buffs. My players love the plugin and because of that I maintain it myself with the lack of support lately. Amazing plugin and I hope the developer becomes active again.
  7. Mario

    ItemPerks

    Any updates or idea of an ETA? If its a big deal any chance for a patch that uses a chat command when looking at the WB interaction area in the mean time? Sort of like Drug Business plugin does.
  8. Yea it works now. It also fixed skulls. Only bug I noticed is when pulling an item from a stack it won't update the number it shows on the stack until you close the box UI and re open. But I am just happy the custom item duping is fixed. Thanks again. Edit: The stack numbers not updating is only happening on the custom item kit that share the same skin, not on default rust items that share the same skin.
  9. Thanks for the plugin. Seems items using the same skin but different custom items/names still have the same issue. Specifically the kits from ItemPerks plugin. Any chance for a check to make sure the item has the same custom name? Seems clone genes are also still broke. Thanks.
  10. Mario

    Building Skins

    Did you patch the bug where you can spam the hammer on floors and move them up or down when placed on half walls? If so please share.
  11. Mario

    Shop

    Is it possible to run a command twice from the shop? Example of a command I would like to run twice with 1 purchase. "Command (%steamid%)": "thecommand %steamid% \"Item With Spaces\"" The command works by itself, can't get it to run twice in the same line I have tried multiple formats. Thanks for the help.
  12. Mario

    ItemPerks

    Okay I can grab all the errors and open a ticket later for them. Thanks.
  13. Mario

    ItemPerks

    When does the plugin save the item data? Seems on a server crash some of the items get bugged depending on the item save spot. Not a huge issues because its rare, but could we get an option to only save data on server save? Should fix the issue on crashes.
  14. Mario

    Drug Business

    Any chance for a feature that auto places the dealers at choice of monument? Like Even an outpost option would be nice. Placing them down each wipe is annoying.
  15. 1.1.19 is the version. I can check for an error after wipe, servers are currently in purge.
  16. Players have issues rotating vending machines after server restarts. They work like normal until the restart, then they can't rotate them. If they pick up the marketplace and set it back down it works again until server restart.. Thanks.
  17. Players are reporting dealers are ripping them off and sometimes processing as well. Some players says it happens some not. Possibly from them spamming the button. Some say they spam button with no issues. Thought I would notify you.
  18. As the title says, when using server rewards it allows players to go negative RP. This can cause a major exploit if someone were to use an alt to purchase 1000's of seeds and pass them off to another account.
  19. Did the developer for this plugin ghost? It has not worked since I purchased it, do they plan to fix this or issue refunds?
  20. Any news on this? I have the inventory upgrade setting at 6 if that helps.
  21. After server restart looks like all upgraded quarry and pumps lost the additional spots in inventory. I don't use anything that alters container sizes, so I don't believe its another plugin. Anyone else have this issue? Thanks.
  22. Mario

    Entity Limit

    Any chance for clan support?
  23. Mario

    Me Actions

    Were you able to track down the cause? I was worried it was fighting with my covertadmin plugin.
  24. Mario

    Me Actions

    After using this plugin players were able to use admin abilities like god and no clip. Took me a bit to track it down I never thought this plugin flagged players as admin. Possibly its an issue because of other plugins I run. What a disaster. Great plugin otherwise.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.