NoEscape

Moved

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

5/5, 33 likes
  1. yes we need that. if its possible please add that too
     
  2. [Oxide] 00:21 [Error] Error while compiling NoEscape.cs(396,48): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `UniqueID' and no extension method `UniqueID' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference?
     
  3. And same error here
     
  4. Maybe it's wrong way, but i just replace on line 392 and 395
    Code:
    target.UniqueID
    to
    Code:
    target.ToString()
    And plugin was compliled fine.
    And working (after a small test)
     
  5. Wulf

    Wulf Community Admin

    No, that is wrong.

    target.Id is what you want to use. What you replaced it with would be the wrong information.
     
  6. Thanks! :)
     
  7. File removed as coder uploaded my fixes
     
    Last edited by a moderator: May 24, 2016
  8. Oxide version: 2.0.1941, Rust version: 890.8 (1376)
    Code:
    Failed to call hook 'OnEntityDeath' on plugin 'NoEscape v0.3.0' (NullReferenceException: Object reference not set to an instance of an object)
    (12:57:42) | [Oxide] 10:59 [Debug] at Oxide.Plugins.NoEscape.StructureAttack (.BaseEntity targetEntity, .BaseEntity sourceEntity, System.String weapon, Vector3 hitPosition) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.NoEscape.OnEntityDeath (.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
     
    Last edited by a moderator: May 22, 2016
  9. Getting same as above. With onEntityTakeDamage
     
  10. Can someone help me, if i put it in my plugin map, nothing will show up in my config map and the plugin wont work??
     
  11. Can we get this working for N-Teleportation? Such a fantastic plugin, people ask for it everyday
     
  12. The plugin is really cool. And it works great with the N-Teleportation
     
  13. yes at me too works great whit n-teleportation.and thx resistance for the fix.but can the plugin owner add a permission for blog trade at raid?its terrible no escape +trade plugin....players trade some stuff at a raid to save point.i have remove trade plugin.but can you add a permission for no use trade at raid?sorry for bad english
     
  14. It does NOT work currently with N-Teleportation disface.

    Everyone is complaining that it notifies you of a raid block, however, teleporting away is unaffected. The only plugin we use for teleporting is N-Teleportation, and I have the required plugins the developer asks for except Magic Teleportation. If you read the prior posts, we are not the only ones who have mentioned this. It does not work with N-Teleportation properly, but will work the older unmaintained version, m-Teleportation.
     
  15. Calytic

    Calytic Community Admin Community Mod

    Calytic updated NoEscape with a new update entry:

    0.3.1

     
  16. Code:
    (16:10:32) | [Oxide] 16:10 [Error] Failed to call hook 'OnEntityTakeDamage' on plugin 'NoEscape v0.3.1' (NullReferenceException: Object reference not set to an instance of an object)
    (16:10:32) | [Oxide] 16:10 [Debug] 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
     
    Last edited by a moderator: May 24, 2016
  17. same:
    Code:
    [Oxide] 18:37 [Error] Failed to call hook 'OnEntityTakeDamage' on plugin 'NoEscape v0.3.1' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 18:37 [Debug] 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
     
    Last edited by a moderator: May 24, 2016
  18. Is this using n-teleportation or m-teleportation? m-teleportation isn't really used anymore.
     
  19. long time use n-teleportation
     
  20. Have some prob with OnEntityDamage...