NoEscape

Moved

Total Downloads: 12,045 - First Release: Oct 23, 2015 - Last Update: Apr 12, 2018

5/5, 33 likes
  1. Wulf

    Wulf Community Admin

    Temp/quickfix.
     
  2. Calytic

    Calytic Community Admin Community Mod

    Calytic updated NoEscape with a new update entry:

    0.4.0

     
  3. Calytic

    Calytic Community Admin Community Mod

    Calytic updated NoEscape with a new update entry:

    0.4.1

     
  4. [Oxide] 08:27 [Error] NoEscape plugin failed to compile!
    [Oxide] 08:27 [Error] NoEscape.cs(502,48): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `FindPlayerById' and no extension method `FindPlayerById' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?

    Linux Debian x64 server
     
  5. Wulf

    Wulf Community Admin

    That change was for an Oxide update, which should have been noted.
     
  6. hello
    the /home not block with raid
    if the player raid any base the Owner that base can back /home
    this is my config
    Code:
    {
      "blockAll": true,
      "blockingPrefabs": [
        "door.hinged",
        "door.double.hinged",
        "window.bars",
        "floor.ladder.hatch",
        "floor.frame",
        "wall.frame",
        "shutter",
        "external"
      ],
      "blockOnDamage": false,
      "blockOnDestroy": true,
      "cacheMinutes": 1,
      "clanCheck": false,
      "clanShare": false,
      "combatBlock": false,
      "combatBlockNotify": false,
      "combatDuration": 180,
      "combatOnHitPlayer": false,
      "combatOnTakeDamage": false,
      "cupboardShare": false,
      "damageTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat"
      ],
      "friendCheck": false,
      "friendShare": false,
      "ownerBlock": true,
      "raidBlock": true,
      "raidBlockNotify": true,
      "raidDistance": 50,
      "raidDuration": 180,
      "raiderBlock": true,
      "raiderClanShare": false,
      "raiderFriendShare": false,
      "unblockOnDeath": false,
      "unblockOnRespawn": false,
      "unblockOnWakeup": false,
      "useZoneManager": false,
      "VERSION": "0.4.0",
      "zoneEnter": false,
      "zoneLeave": false
    }
     
    Last edited by a moderator: Oct 21, 2016
  7. (20:02:19) | [Oxide] 11:02 [Error] NoEscape.cs(502,48): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `FindPlayerById' and no extension method `FindPlayerById' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference?
     
  8. Wulf

    Wulf Community Admin

    Update Oxide or use the previous version of the plugin. That change was made for a newer Oxide build but wasn't mentioned.
     
  9. I update this plugin*
    [Oxide] 09:46 [Error] NoEscape plugin failed to compile!
    [Oxide] 09:46 [Error] NoEscape.cs(502,48): error CS1061: Type `Oxide.Core.Librar
    ies.Covalence.IPlayerManager' does not contain a definition for `FindPlayerById'
    and no extension method `FindPlayerById' of type `Oxide.Core.Libraries.Covalenc
    e.IPlayerManager' could be found. Are you missing an assembly reference?
     
  10. I updated oxide ytd and on windows no escape worked perfectly, on linux it didnt ( the new version) Was linux oxide update pushed later on??? Thx

    P.D: is that the last v ersion? Oxide 2.0.2552 for Rust 1044.73 (1805)
     
  11. Update your Oxide, should fix the problem for you.
     
  12. Wulf

    Wulf Community Admin

    That isn't the latest version of Oxide.
     
  13. Ok thx will try to update again today.
     
  14. Wulf

    Wulf Community Admin

    You can use the previous version of the plugin too if you didn't wantto update right away.
     
  15. THANK YOU!
     
  16. noescape.combat.tradeblock

    this is not working,
    I configure for the Event but inner event the users can send Trade request anyway,

    some weeks ago, this was working fine, but not now
     
    Last edited by a moderator: Nov 12, 2016
  17. Shooting clan/friend entities, still get me into raid block , is it just me?

    Here is my config:
    Code:
    {
      "blockAll": false,
      "blockingPrefabs": [
        "door.hinged",
        "door.double.hinged",
        "window.bars",
        "floor.ladder.hatch",
        "floor.frame",
        "wall.frame",
        "shutter",
        "external"
      ],
      "blockOnDamage": true,
      "blockOnDestroy": false,
      "cacheMinutes": 1.0,
      "clanCheck": true,
      "clanShare": false,
      "combatBlock": true,
      "combatBlockNotify": true,
      "combatDuration": 60.0,
      "combatOnHitPlayer": true,
      "combatOnTakeDamage": true,
      "combatUnblockOnDeath": true,
      "combatUnblockOnRespawn": true,
      "combatUnblockOnWakeup": false,
      "cupboardShare": false,
      "damageTypes": [
        "Bullet",
        "Blunt",
        "Stab",
        "Slash",
        "Explosion",
        "Heat"
      ],
      "friendCheck": true,
      "friendShare": false,
      "ownerBlock": true,
      "raidBlock": true,
      "raidBlockNotify": true,
      "raidDistance": 100.0,
      "raidDuration": 180.0,
      "raiderBlock": true,
      "raiderClanShare": false,
      "raiderFriendShare": false,
      "raidUnblockOnDeath": true,
      "raidUnblockOnRespawn": true,
      "raidUnblockOnWakeup": false,
      "unblockOnDeath": true,
      "unblockOnRespawn": true,
      "unblockOnWakeup": false,
      "useZoneManager": false,
      "VERSION": "0.4.1",
      "zoneEnter": false,
      "zoneLeave": true
    }
    Thx
     
    Last edited by a moderator: Nov 17, 2016
  18. Hi. I would like to know how I can configure the plugin so that in combatblock I can put high walls and raid block can not build.

    Thx
     
  19. How to do that would block the raider acted?
     
  20. The raid block for the house owner doesnt work, are here any solution?