1. KillParadise submitted a new resource:

    Ranks And Titles - Setup a Rank system, or a custom title system

    Read more about this resource...
     
  2. It's not working
    I typing /setup ranks and /setranks
    but infinite loop message please use /setranks finsh to finish setup
    [​IMG]
     
  3. I also get the problem stated above, doesn't seem to work properly...
     
  4. Same problem on my server too.
     
  5. Same here.
     
  6. CHR

    CHR

    So i better wait... ^^ cuz it Looks amazing cant wait for fix

    BTW tell me where the data file is safed.
     
    Last edited by a moderator: Mar 3, 2015
  7. Search for
    Code:
          if ((victim.ToPlayer() && attacker.ToPlayer() && TitlesData.SetupData.Type === "ranks") || (victim.ToPlayer() && attacker = 'TimedExplosive' && TitlesData.SetupData.Type === "ranks")) {
    Replace with:
    Code:
          if ((victim.ToPlayer() && attacker.ToPlayer() && TitlesData.SetupData.Type === "ranks") || (victim.ToPlayer() && attacker === 'TimedExplosive' && TitlesData.SetupData.Type === "ranks")) {
     
  8. Code:
    [Oxide] 2:37 PM [Error] JavaScriptException while calling OnPlayerInit:
    File: RanksAndTitles.js Line: 92 Column: 4 TypeError 76561198074144880 is undefined:
      at Jint.Native.Function.ScriptFunctionInstance.Call (JsValue thisArg, Jint.Native.JsValue[] arguments) [0x00000] in <filename unknown>:0
      at Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin.CallFunction (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin.OnCallHook (System.String hookname, 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: Mar 3, 2015
  9. CHR

    CHR

    Both are the same code dude ^^
    Copy paste error?
     
  10. They're different :) attacker = 'TimedExplosive' vs attacker === 'TimedExplosive'.
    Hmm different error. Tried reloading the plugin?
     
    Last edited by a moderator: Mar 3, 2015
  11. It´s not working
    Code:
    [Oxide] 2:39 PM [Info] Loaded plugin Ranks And Titles v1.0.0 by Killparadise
    [Oxide] 2:39 PM [Info] Groups Found. Loading...
    [Oxide] 2:39 PM [Info] Ranks And Titles Is now loading, please wait...
    [Oxide] 2:39 PM [Info] Ranks And Titles Is now loading, please wait...
    [Oxide] 2:39 PM [Error] TargetInvocationException while calling OnServerInitialized: (ArgumentException: An element with the same key already exists in the dictionary.)
    [Oxide] 2:39 PM [Debug]   at System.Collections.Generic.Dictionary`2[System.String,Oxide.Rust.Libraries.Command+ChatCommand].Add (System.String key, ChatCommand value) [0x00000] in <filename unknown>:0
      at Oxide.Rust.Libraries.Command.AddChatCommand (System.String name, Oxide.Core.Plugins.Plugin plugin, System.String callbackname) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    Can you fix it??? Thanks.
     
    Last edited by a moderator: Mar 3, 2015
  12. KillParadise updated Ranks And Titles with a new update entry:

    Fix for some release Bugs


    [DOUBLEPOST=1425391521][/DOUBLEPOST]Thanks for the catches and reports everyone, I'm at work so working off sight at the moment. Ended up passing out right after releasing :p
     
  13. how it looks in the game?
     
  14. I'm not sure what would cause this but it looks like you tried loading the plugin twice, do you happen to have it in your plugins folder twice? (Probably RanksAndtitles.js and RanksAndTitles(1).js)
     
  15. /setranks still not work
     
  16. Is there an error? or a Log you can show me when you run the command? (Sorry at work so I don't have my own setup in front of me)

    EDIT: are you also doing "/setranks finish"

    EDIT 2: nvm I see the problem, fixing now
     
  17. KillParadise updated Ranks And Titles with a new update entry:

    Fix Setup

     
  18. Code:
    [Oxide] 11:04 PM [Error] Failed to load plugin RanksandTitles: (Exception: Plugi
    n is missing main object)
    [Oxide] 11:04 PM [Debug]  at Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin.Load
    () [0x00000] in <filename unknown>:0
      at Oxide.Ext.JavaScript.Plugins.JavaScriptPluginLoader.Load (System.String dir
    ectory, System.String name) [0x00000] in <filename unknown>:0 0b/s in, 0b/s out
      at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename
     
    Last edited by a moderator: Mar 3, 2015
  19. rename the plugin from "RanksandTitles" to "RanksAndTitles" thats my fault, I'm working in small bits of rushness since I am at work.
     
    Last edited by a moderator: Mar 3, 2015
  20. Can you add the list of Top 10 for kill rank and death?
    Thank's for you work