NoEscape

Moved

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

5/5, 33 likes
  1. Calytic

    Calytic Community Admin Community Mod

    Don't know what that means cannot reproduce. Maybe you were running an older version of NoEscape.
     
  2. Does this plugin require the latest version of Friends or does it work fine with the older version?
     
  3. When not using BlockAll the raid initiator works.
     
    Last edited by a moderator: Mar 20, 2016
  4. Calytic

    Calytic Community Admin Community Mod

    New version only.
     
  5. Could you also possibly disable the command /trr? Players are trading loot out to their fellow members.
     
  6. Doesn't work for me. Locked to team tpr home remove need all players to give permission ?
    [DOUBLEPOST=1458578431][/DOUBLEPOST]Can't understand how it works. I want someone breaking a wall could not teleport. How to do it .Write in stages. Thank you !
     
  7. Calytic

    Calytic Community Admin Community Mod

    Sure, but this isn't an issue with NoEscape. Trade must be modified. NoEscape does not block chat commands directly, but rather uses built-in features in RemoverTool and m-Teleportation (namely canRemove and CanTeleport).

    grant group player noescape.raid.tpblock
    grant group player noescape.raid.removeblock



    Set "blockAll" to true in the config and you will have maximum blocking. Default function only blocks owner (if present). Also have players/friends test it because it does not work for admins.
     
  8. Is there an API call i can make to determine if structures around a player have lastdamage explosion???
    [DOUBLEPOST=1458689843][/DOUBLEPOST]So in my teleport plugin, if i call IsRaidBlocked it will return true if there has been explosions nearby this player yes?
     
  9. Thank you! Everything works. But for some reason stop working turrets .
    [DOUBLEPOST=1458799443,1458748364][/DOUBLEPOST]"raiderBlock": ture, and does not work. Yesterday everything worked , rebooted the server , stopped working. There is a solution ? if "raiderBlock": false, the errors disappear. [03/24/2016 12:58:29] [Oxide] 12:58 [Error] Failed to call hook 'OnEntityTakeDamage' on plugin 'NoEscape v0.2.6' (NullReferenceException: Object reference not set to an instance of an object)

    [03/24/2016 12:58:28] [Oxide] 12:58 [Debug] at Oxide.Plugins.NoEscape.RaiderBlock (System.String source, System.String target, Vector3 position, System.Collections.Generic.List`1 sourceMembers) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NoEscape.StructureAttack (.BaseEntity targetEntity, .BaseEntity sourceEntity, System.String weapon, Vector3 hitPosition) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NoEscape.OnEntityTakeDamage (.BaseCombatEntity entity, .HitInfo hitInfo) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NoEscape.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    [DOUBLEPOST=1458823775][/DOUBLEPOST]if there is blockAll true it doesn't work and no messages from "raiderBlock": ture, and when blockAll false "raiderBlock": ture the error above
    [DOUBLEPOST=1458823844][/DOUBLEPOST]help solve the problem. It worked and stopped .
     
  10. Calytic

    Calytic Community Admin Community Mod

    Great maxaki, expect that feature in the next version.
     
    Last edited: Mar 27, 2016
  11. Calytic

    Calytic Community Admin Community Mod

    Calytic updated NoEscape with a new update entry:

    0.2.8

     
  12. Woops, wrong thread. Delete please.
     
  13. I still have the same error. What plugins should stand to work 100% ?
    [DOUBLEPOST=1459061479,1459054071][/DOUBLEPOST]raiderBlock true erorr
     
  14. Calytic

    Calytic Community Admin Community Mod

    I cannot replicate this, I need more information to replicate the issue you're having @Gannik.
     
  15. "blockAll": false,
    "cacheMinutes": 1.0,
    "clanCheck": false,
    "clanShare": false,
    "combatBlock": true,
    "combatBlockNotify": true,
    "combatDuration": 100.0,
    "combatOnHitPlayer": true,
    "combatOnTakeDamage": true,
    "damageTypes": [
    "Explosion"
    ],
    "friendCheck": false,
    "friendShare": false,
    "ownerBlock": true,
    "raidBlock": true,
    "raidBlockNotify": true,
    "raidDistance": 100.0,
    "raidDuration": 100.0,
    "raiderBlock": true,
    "raiderClanShare": false,
    "raiderFriendShare": false,
    "unblockOnDeath": true,
    "unblockOnRespawn": true,
    "unblockOnWakeup": false,
    "VERSION": "0.2.8"


    "raiderBlock": true, ---When enabled the error
    "raiderBlock": false-----no errors, but no lock in the RAID
    "blockAll": false, and "blockAll":true ---- not not affect anything.

    "raiderBlock": true, ---When enabled the error
    [03/27/2016 15:39:32] [Oxide] 15:39 [Error] Failed to call hook 'OnEntityTakeDamage' on plugin 'NoEscape v0.2.8' (NullReferenceException: Object reference not set to an instance of an object)

    [03/27/2016 15:39:32] [Oxide] 15:39 [Debug] at Oxide.Plugins.NoEscape.RaiderBlock (System.String source, System.String target, Vector3 position, System.Collections.Generic.List`1 sourceMembers) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NoEscape.StructureAttack (.BaseEntity targetEntity, .BaseEntity sourceEntity, System.String weapon, Vector3 hitPosition) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NoEscape.OnEntityTakeDamage (.BaseCombatEntity entity, .HitInfo hitInfo) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NoEscape.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    [DOUBLEPOST=1459070014][/DOUBLEPOST]I want to lock the one who attacked the house. When enabled , produces an error.
     
  16. Calytic

    Calytic Community Admin Community Mod

    Same config and no error here. Tell me if this fixes it.
     

    Attached Files:

  17. errors when the RAID is gone. But the initiator of the RAID still does not have a lock. And there are no reports of locking.

    {
    "blockAll": false,
    "cacheMinutes": 1.0,
    "clanCheck": false,
    "clanShare": false,
    "combatBlock": true,
    "combatBlockNotify": true,
    "combatDuration": 100.0,
    "combatOnHitPlayer": true,
    "combatOnTakeDamage": true,
    "damageTypes": [
    "Bullet",
    "Blunt",
    "Stab",
    "Slash",
    "Explosion"
    ],
    "friendCheck": false,
    "friendShare": false,
    "ownerBlock": true,
    "raidBlock": true,
    "raidBlockNotify": true,
    "raidDistance": 100.0,
    "raidDuration": 180.0,
    "raiderBlock": true,
    "raiderClanShare": false,
    "raiderFriendShare": false,
    "unblockOnDeath": true,
    "unblockOnRespawn": true,
    "unblockOnWakeup": false,
    "VERSION": "0.2.9"
    }
    [DOUBLEPOST=1459076548][/DOUBLEPOST]"blockAll": false, and "blockAll":true -- not blocking and there is no message about locking
    [DOUBLEPOST=1459076607][/DOUBLEPOST]Upon joining the battle, everything works fine. Players are blocked.
     
  18. may need some mandatory plug-in ? I have no EntityOwner for Rust and for Rust to Teleportation Magic and Building Owners for Rust
    [DOUBLEPOST=1459076986][/DOUBLEPOST]Comrades at all so or only at me ?
    [DOUBLEPOST=1459177814,1459076763][/DOUBLEPOST]Several times rebooted the server and it worked :))