Search results

  1. Jakkee

    Important wpe Packet modification causes the server error

    Thats a Rust crash (Nothing to do with Fougerite)
  2. Jakkee

    Important wpe Packet modification causes the server error

    Why are you trying to modify the packets? Is this for sending packets or receiving?
  3. Jakkee

    Approved HomeSystem3

    If you are using HomeSystem (Not HomeSystem3) and have DonatorRank installed it take the max homes from DonatorRank instead of HomeSystem config.
  4. Jakkee

    Experimental Support?

    Fougerite is Legacy only. http://forum.pluton-team.org/ is what you're looking for. (Has fougerite staff on there as well)
  5. Jakkee

    Approved NpcLoot

    Jakkee submitted a new resource: NpcLoot - NPCs can drop loot bags! [Bear, Wolf, Chicken, Stag, Boar & Rabbit] Read more about this resource...
  6. Jakkee

    NpcLoot - NpcLoot

    Description: Let non rad animals drop loot bags! NOTE: If you are using Fougerite 1.0.7B Download the latest IronPythonModule from here: http://fougerite.com/threads/ironpython-module.450/ or a .dump file will be created every time an NPC is killed and that file can get pretty big (May cause...
  7. Jakkee

    On_PlayerGathering

    on-playergathering
  8. Jakkee

    On_NPCKilled

    on-npckilled
  9. Jakkee

    On_PlayerHurt

    on-playerhurt
  10. Jakkee

    On_EntityDeployed

    on-entitydeployed
  11. Jakkee

    On_PlayerDisconnected

    on-playerdisconnected
  12. Jakkee

    On_PlayerConnected

    on-playerconnected
  13. Jakkee

    TP GUN Request

    Decided to come back to this. This would be pretty cool plugin to have butttttttt someone isn't to good with the whole RayCasting :oops: Not even sure if im going in the right direction with the code below.. def On_Command(self, Player, cmd, args): if cmd == "p": if...
  14. Jakkee

    Approved DonatorRank

    its ashame IsAscii(Char c) is private
  15. Jakkee

    Approved DonatorRank

    What version of DeathMSG's are you using? I see a bit of this: (Something to do with SpikeWalls) [2/2/2015 4:49:28 AM] [Debug] [IronPython] An error occurred in: DeathMSG plugin while calling method: On_PlayerKilled [2/2/2015 4:49:28 AM] [Exception] [ IPPlugin->Invoke | IPPlugin->OnPlayerKilled...
  16. Jakkee

    Approved DonatorRank

    For DonatorRank error theres a double up in the settings file. Check for dup items or delete the file and reload/restart the server. I didn't get any errors in my console and I even deleted the settings and created them. [DEBUG] [IPModule] Loading plugin DonatorRank. [DEBUG] Found function...
  17. Jakkee

    Approved DonatorRank

    Maybe the Error in HomeSystem is this: https://github.com/dretax/Python-Plugins/blob/master/HomeSystem/HomeSystem.py#L588 (Maybe) Try: s = "string" s = int(s) Instead of: s = int("String") @DreTaX For On_PlayerConnected there is the same error but a lot of int(string). Not 100% sure if...
  18. Jakkee

    Approved DonatorRank

    Is that a Rusty Log? (Rusty doesn't log every error).
  19. Jakkee

    Approved DonatorRank

    Is it all good if you can post the latest logs (from today) and a list of all the plugins you are using and we'll sort this out for you?
  20. Jakkee

    Approved DeathMSG

    What plugin is that for? A custom one?