I get these kind of errors in my log
10:11 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'Rank-ME' (KeyNotFoundException: 76561198089202559)
How can i change that?
Rank-ME [Replaced]
Discussion in 'Plugin Support' started by Steenamaroo, May 29, 2015.
-
-
Ok
thanks
-
Hi, On my server i get some players in /top range with ranges between 500m and 3000m, could it be a bug or they simply use a really good aimbot?
Last edited by a moderator: Jun 23, 2015 -
[Error] Failed to call hook 'OnPlayerInit' on plugin 'Rank-ME' (MissingMemberException: RankME instance has no attribute 'db')
-
Is there a way to make it so, if they kill the same person within a certain time frame it doesn't count? So people can't farm kills? It would also be cool if you could implement Rust.io Clans so Clan members don't count at all.
-
Still, know that is something to be considered, and I may work on something in the future. -
keep receiving this error ^^
Code:[Oxide] 11:59 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'Rank-ME' Traceback (most recent call last): File "RankME.py", line 269, in OnEntityDeath RuntimeError: Failed to call OnEntityDeath (KeyNotFoundException: 1338018836) at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c> at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024> at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2> at (wrapper dynamic-method) object.OnEntityDeath$17 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object,object) <0x00b09>
end -
ANNOUNCEMENT:
To all my plugins users, it is with great sadness that I am announcing my retirement on Oxide plugins development. The reason of this is because my personal and professional life has taken me all the time that I have for this little hobby I have been enjoying for so long, I have a job which occupies most of my time, and also there have been a lot of changes on my life that I have to give more attention to, as much as I would like I can no longer spend much time on developing/updating my plugins.
I want to thank everyone that have been using plugins so far and all the support a lot of people gave me while developing them. I have been following Rust development since Rust was played on the browser, I have seen every single change until today, and it is without a doubt one of the best games I have ever played and enjoyed modding in such a great community as Oxide is, but unfortunately my gaming time is close to none and I can no longer spend much time on it.
To all of you, thank you for everything, and farewell!
A MESSAGE FOR THE DEVELOPERS:
I am whiling to give away any of my plugins to a developer who wants to do so. Any one is free to come to me and ask to take over a plugin, I will then choose a developer I see fit for each plugin. -
as a developer been chosen? the rank mod has errors, especially when killing an NPC
Code:[Oxide] 2:20 AM [Error] Failed to call hook 'OnEntityDeath' on plugin 'Rank-ME' Traceback (most recent call last): File "RankME.py", line 269, in OnEntityDeath RuntimeError: Failed to call OnEntityDeath (KeyNotFoundException: 1880295627) at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c> at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024> at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2> at (wrapper dynamic-method) object.OnEntityDeath$137 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object,object) <0x00b09>
Last edited by a moderator: Jul 26, 2015 -
Anyone know if its possible to block kills gained in arena?
-
Hey there - Im trying to set up a new game Type with random kits in a Deathmatch mode . You can test it here - DEATHMATCH EUROPE - found in modded servers list - For this gametype i would need a Rank GUI - that shows at the endof each round - Do you think thats possible ? or are you planing to do it ?
-
SkinN õ.Õ'.|. updated Rank-ME with a new update entry:
Rank-ME | Improvements & Fixes!
Better later than never, I guess.
This version should fix all the NPC related issues, and there have been tons of improvements on all systems making everything to work much smoother.
I am currently trying to use the UI with Python, so I can later on add some neat UI windows to replace the current chat system and make the plugin way nicer.
I hope you guys enjoy this version. -
I have a little problem with it. rank and top didn't update. I don't know why. I'm just install plugin, kill some people and wait about 60 min, but kills and top didn't work already.
that's my console log:
[Oxide] 11:32 AM [Error] Failed to call hook 'OnEntityDeath' on plugin 'RankME v1.1.0'
Traceback (most recent call last):
File "RankME.py", line 302, in OnEntityDeath
RuntimeError: Failed to call OnEntityDeath (UnboundNameException: global name 'tt_inf' is not defined)
at IronPython.Runtime.Operations.PythonOps.GetVariable (IronPython.Runtime.CodeContext context, System.String name, Boolean isGlobal, Boolean lightThrow) [0x00000] in <filename unknown>:0
at IronPython.Compiler.LookupGlobalInstruction.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
[DOUBLEPOST=1441788898][/DOUBLEPOST]I use latest version, of course
[DOUBLEPOST=1441791050][/DOUBLEPOST]oh. I'd fix this weird bug
just find 304 line and replace this line to else: att_inf['KILLS'] += 1
[DOUBLEPOST=1441791362][/DOUBLEPOST]but kills of animals don't save all the same -
Code:[Oxide] 8:39 AM [Error] Failed to call hook 'OnEntityDeath' on plugin 'RankME v1.1.0' Traceback (most recent call last): File "RankME.py", line 302, in OnEntityDeath RuntimeError: Failed to call OnEntityDeath (UnboundNameException: global name 'tt_inf' is not defined) at IronPython.Runtime.Operations.PythonOps.GetVariable (IronPython.Runtime.CodeContext context, System.String name, Boolean isGlobal, Boolean lightThrow) [0x00000] in :0 at IronPython.Compiler.LookupGlobalInstruction.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in :0 at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in :0
I haven't replaced anything yet in the plugin... I should do the line 304 fix??... Sounds like it doesn't quite fix everything. :/
I look forward to an update whenever you might be able to provide one. -
SkinN õ.Õ'.|. updated Rank-ME with a new update entry:
Rank-ME | Minor Fix
[DOUBLEPOST=1441818870][/DOUBLEPOST]There @KittyMeowMeow I have released a fix, and thank you @serezhadelaet for reporting the issue. -
Code:
[Oxide] 2:02 AM [Error] Failed to call hook 'OnEntityDeath' on plugin 'RankME v1.0.1' Traceback (most recent call last): File "RankME.py", line 269, in OnEntityDeath RuntimeError: Failed to call OnEntityDeath (KeyNotFoundException: 1386018943) at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c> at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024> at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2> at (wrapper dynamic-method) object.OnEntityDeath$29 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object,object) <0x00b09>
-
The latest version is v1.1.1, the error was fixed on v1.1.0, please update your version. -
no ranks are updating for me either. fresh install
-
check it, be kind