Search results

  1. Jakkee

    Rust Buster seems to only ban public hacks?

    First of all, This is totally off topic Second, What...? How is saying "I respect your work" shit talking? You came on here to only say how great your client anti cheat is Now before this thread turns into this anti cheat is better than that anti cheat, Only post relatable comments to this...
  2. Jakkee

    Approved HomeSystem

    That error normally happens when the server has been online for quite awhile without a restart. I'm not sure why that would still be happening after wiping the DataStore, Maybe homesystem doesn't use DataStore? I'll have a look in a bit
  3. Jakkee

    Rust Buster seems to only ban public hacks?

    Do you have the source or a link to where to download?
  4. Jakkee

    Error compiling Assembly-CSharp

    Maybe you need to use a different ULink.dll? The prepatched one
  5. Jakkee

    Approved HomeSystem

    DataStore bug, Delete your DataStore.ds
  6. Jakkee

    hmm|?

    if none of those 3 work, Try this Player.Inventory.RemoveItem(ge.ResourceTarget.ResourceItemDataBlock.Ident.name, ge.Quantity); instead of ge.Quantity = 0;
  7. Jakkee

    hmm|?

    remove the ge.Quantity = 0 line, See if the message pops up You could try return true; or return false; instead of ge.Quantity but I don't think On_PlayerGathering can be returned true/false
  8. Jakkee

    hmm|?

    Did you use the hack to get the wood?
  9. Jakkee

    hmm|?

    C# or Python?
  10. Jakkee

    Approved [AHC] Advanced Help Command

    Just skimmed over the code and didn't notice anything wrong, Not sure why its throwing the error you are getting. Is that the same error you are getting in your output.log?
  11. Jakkee

    hmm|?

    Probably don't even need to get the tree locations and store in a Dict (Just assumed server didn't know they were there) This would probably work, nice and light weight: On_Playergathering(Fougerite.Player Player, GatherEvent ge) { float distance =...
  12. Jakkee

    FPS Boost Console Command

    Looking at that picture, I don't many objects Probably running well because not many objects are rendering in and out
  13. Jakkee

    Approved [AHC] Advanced Help Command

    Outdated I think, But post errors/log We can't guess what is wrong
  14. Jakkee

    hmm|?

    E.G; Get all X/Y/Z of trees and load into dictionary if using Hatchet If player.location is 5m or more away from X/Y/Z Don't give wood
  15. Jakkee

    hmm|?

    Might be possible to catch the tree hack with a plugin, But I'm sure RustBuster will catch it
  16. Jakkee

    Error compiling Assembly-CSharp

    Is this the Client or Server you are trying to recompile? Also I have no idea why it would be throwing that error
  17. Jakkee

    Error compiling Assembly-CSharp

    Why are you trying to recompile it?
  18. Jakkee

    Fougerite Official

    I think under Assembly CSharp -> SpawnManager you can increase the minimum spawn amount
  19. Jakkee

    Add Item Gun Custom Slot & Condition

    What's the code you're using?
  20. Jakkee

    RustBuster Support

    Probably RustBuster doesn't connect to Oxide Servers?