Level System

A simple plugin to add XP and levels in the game

Total Downloads: 1,276 - First Release: Apr 9, 2016 - Last Update: Apr 1, 2018

5/5, 11 likes
  1. Howtorestorethepreviousdataafterthegameupdate
     
  2. What you mean with previous data?
    If you mean the player data from before the game update then it should still be there. This will only be changed when clearing the data.
     
  3. error CS0103: The name 'crestlevel ' does not exist in the current context

    Please help me please
     
  4. Can you send me the error log? Will look into it once I'm done with dinner.
     
  5. It's message of a log , i'm not on my home for the log sorry :/
     
  6. This my log , please help me :)
     

    Attached Files:

  7. From what I can tell it should work. Can you check your configuration file of the plugin? make sure that "requiredLevelCrestDamage" in "Requirements" has a numerical value.
     
  8. Oh yeah that could come from there, as long as I would hold you would you know how to change the spawn of the players?
     
  9. the default spawn locations of players?
    Those can be edited in the mods files of the server.
    Look for the "CrownLand Spawn Points.default.cfg" and "StormWall Spawn Points.default.cfg",
    copy the spawn data for players,
    create new files "CrownLand Spawn Points.cfg" and "StormWall Spawn Points.cfg",
    paste the spawn data in there and edit them.
     
  10. D-Kay updated Level System with a new update entry:

    0.5.4

     
  11. It's all ok... But where are XP for building and crafting?
     
  12. There are no hooks for that yet so sadly can't give xp for it.
     
  13. pvp level requirement seems to be broken since last update.
     
  14. Shouldn't be. Nothing regarding the pvp requirement has been changed. The only things that are changed are capturing players and placing blocks.
     
  15. Sorry my mistake, some fool turned it off
     
  16. Player claimed ancient throne with level 1 (in config require 20 level), and not found in LevelsList (possible cause of the bug).
     

    Attached Files:

    • bug.png
      bug.png
      File size:
      27.5 KB
      Views:
      19
  17. It might be a bug. Has this happened before?
     
  18. Yes, many times.
     
  19. I have a question about "xpcrestroping" I can toggle on and off but has no effect on roping , I and other players can still rope. Possible factors? I am running GrandExchange plugin and am set up by the Tax Tree on Stormwall map.(my crested area)

    I looked in the config. for crest roping and did not see one ...that would be nice if you could set the xpcrestroping to max and that should stop players in that area but allow roping at reduced requirements every where else.It looks like xpcrestroping is an on/off setting but not working.
     
    Last edited by a moderator: Dec 20, 2016
  20. the crest rope function is to allow players to rope players that do not (yet) meet the level requirement in their crest area so they have a way to defend themselves when newborns are trying to annoy, delay, etc them.

    Example:
    I build a small base and 2 players come to raid me, one of them being a newborn. if this feature is turned on then I can rope both players as long as they are in my crest area.

    I know this function is not really necessary but my experience is that newborns will often try to disturb other players that are in combat or building a base. For this I added the option that as long as you're in your guild crest zone you can rope other players regardless of their level (the level requirement to rope others and being able to be roped is 3 by default).
    [DOUBLEPOST=1482333563][/DOUBLEPOST]
    I've looked through the code but I can't find a possible cause of this.
    Each time a hook gets triggered (i.e. claiming the throne) the plugin will check if that player already is in it's database or if information needs to be changed (i.e. the player name). After that the plugin will check if the player meets the requirements.