Search results

  1. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    ANA never did this, It just looked for illegal characters in the name.
  2. DreTaX

    Approved FriendlyFireNotice

    You are slowing the code with the file reading. Cache It. import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite class FriendlyFireNotice: n = None def On_PluginInit(self): ini = self.Settings() self.n = ini.GetSetting("Popup", "Notice") def...
  3. DreTaX

    RBDownloadable

    rbdownloadable
  4. DreTaX

    RustBusterServer - 1.7.1

    Server: NEW CONFIGURATION OPTIONS ADDED, DO NOT LAUNCH YOUR SERVER WITHOUT THESE! EXPLANATION ON THE FRONT PAGE. Respond=False RejectCount=4 RejectCooldown=15 Enchanced TCP Connections. New classes were added in the Server DLL. You can create file downloads using the API. Further explanation...
  5. DreTaX

    Retrying connection...

    I will be taking a look at this. See if waiting 15 minutes solves the issue on RB 1.7.0 server.
  6. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    Constantly changing their name? How? You mean reconnecting?
  7. DreTaX

    Approved Airdrops

    DreTaX updated Airdrops with a new update entry: 1.2 Read the rest of this update entry...
  8. DreTaX

    Airdrops - 1.2

    Salva and Gintaras researched the old Airdrop bug, seems like you have to run the Airdrop on main thread if its in a timer. viewID error spams should be eliminated. Added new config options, and also disabling the default rust airdrop automatically. Changed the cooldown system to a better one...
  9. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    wut?
  10. DreTaX

    Approved Kits

    /flushkit admin /flushkit starter It just wipes off the cooldown table.
  11. DreTaX

    Approved Kits

    Be sure to /flushkit all of your kits @Revezunds
  12. DreTaX

    Approved Kits

    DreTaX updated Kits with a new update entry: 1.1 Read the rest of this update entry...
  13. DreTaX

    Kits - 1.1

    https://github.com/dretax/Python-Plugins/commit/bccb9ada565f4f4bd59e4a9f75c35afa6e9963d8 Changed cooldown to a better type. added flush command.
  14. DreTaX

    Approved TpFriend

    DreTaX updated TpFriend with a new update entry: 3.7.6 Read the rest of this update entry...
  15. DreTaX

    TpFriend - 3.7.6

    Same thing, forgotten fix wasn't uploaded here or to github. https://github.com/dretax/Python-Plugins/commit/efa1562585f54ab741e904bd493d91a7cf8290b8
  16. DreTaX

    Approved HomeSystem

    DreTaX updated HomeSystem with a new update entry: 2.6.5 Read the rest of this update entry...
  17. DreTaX

    HomeSystem - 2.6.5

    Seems like i did important fixes for homesystem in 2017 september, i just forgot to upload it to my git and here.............. https://github.com/dretax/Python-Plugins/commit/4128fae214d7b20c636b27962e13caaf8a9fcfb4 I failed to upload it here so its on mediafire.
  18. DreTaX

    Approved Kits

    Yes, unrelated.
  19. DreTaX

    Approved Kits

    Unrelated to the post...........
  20. DreTaX

    RustBusterServer - 1.7.0

    Server: After 4 client connection failures (Error with decrypting, wrong stuffs, etc) the IP was blocked by RB until the server restarted. Now after 15 minutes this blacklist will keep getting cleaned by a parallel timer. You also have the ability to view the blocked IPs and also unblock with...