• Visit Rebornbuddy
  • [FateLevelSetter] Set fate level restrictions relative to your level.

    Discussion in 'Plugins' started by SkyHigh, Apr 18, 2015.

    1. SkyHigh

      SkyHigh Member

      Joined:
      Apr 15, 2010
      Messages:
      396
      Likes Received:
      4
      Trophy Points:
      18
      Fate Level Setter

      This plugin keeps the fate level restrictions relative to your level.
      By default it will set the minimum level 4 levels lower than your current level and max 4 levels higher. This can be changed in the .cs file.

      I am new to the game and bot so feedback would be nice.

      Enjoy <3

      Code:
      Version 1.1:
      Localized bot base detection
      
      Version 1.0:
      Initial Release
      
       

      Attached Files:

      Last edited: Apr 21, 2015
      Shambo likes this.
    2. newb23

      newb23 Community Developer

      Joined:
      Nov 26, 2014
      Messages:
      397
      Likes Received:
      15
      Trophy Points:
      18
      Dynamically changing the level caps/mins is an excellent idea, and could be one implemented into the basebot for sure. This will be awesome for my next toon to get leveled! Thank you!
       
    3. SkyHigh

      SkyHigh Member

      Joined:
      Apr 15, 2010
      Messages:
      396
      Likes Received:
      4
      Trophy Points:
      18
      Yes, I was surprised that this wasn't in the botbase by default.
       
    4. Shambo

      Shambo New Member

      Joined:
      Jul 4, 2014
      Messages:
      89
      Likes Received:
      1
      Trophy Points:
      0
      Nice. Will give it a whirl the next time I level a character. Cheers.
       
    5. dark wolf

      dark wolf New Member

      Joined:
      Mar 11, 2015
      Messages:
      95
      Likes Received:
      2
      Trophy Points:
      0
      Nice addition.
      One thing which I saw in the code. you should use EnglishName instead of Name. Else your plugin might run into a problem when running on different Languages.
       
    6. SkyHigh

      SkyHigh Member

      Joined:
      Apr 15, 2010
      Messages:
      396
      Likes Received:
      4
      Trophy Points:
      18
      Thanks dark wolf for pointing that out, I updated the code.
       
    7. Royalbramster

      Royalbramster Member

      Joined:
      Apr 13, 2015
      Messages:
      33
      Likes Received:
      2
      Trophy Points:
      8
      The fatebot does use the offset dynamic with your lvl. The lowest level is a static value.
      so if u set that to 10 and your lvl is 20 and the offset is set to +3. U do all fates between 10 and 23. Once u level up, u do all fates from 10-24.
      The botbase setting is confusing. But thats how it goes.
       
    8. newb23

      newb23 Community Developer

      Joined:
      Nov 26, 2014
      Messages:
      397
      Likes Received:
      15
      Trophy Points:
      18
      The problem with that, is when you are in an area, say, Aleport, if you only have the dynamic above the level, rather than above AND below, if you set the minimum to 10, at level 40 it'll do 10 - 40+(dynamic) including all of the lowbie FATEs. If it's purely dynamic, it'll ignore everything less than that dynamic limit and you can avoid running all the way to Swiftperch to do the stupid crab instead of a higher level FATE.

      It allows you to ignore on both sides dynamically, rather than just one. More or less a set it and forget it system.
       
    9. newb23

      newb23 Community Developer

      Joined:
      Nov 26, 2014
      Messages:
      397
      Likes Received:
      15
      Trophy Points:
      18
      An odd request, but, can you add an option to get the level of say, a party member, and set FATEbot to +- that character's level?

      For instance, I have all level 50s but I want to help my lowbies level up. So if I could query a target's level (my lowbie) and set my own maxed toon's FATEbot to that characters dynamic FATE level settings also, I could do the same FATEs as that character.

      This could take the place of a proper /follow plugin until someone gets around to writing one that works after all the updates since we lost kaihandler.

      Thank you for your consideration!
       
    10. Royalbramster

      Royalbramster Member

      Joined:
      Apr 13, 2015
      Messages:
      33
      Likes Received:
      2
      Trophy Points:
      8
      Just went trough your code. I dont see a way to disable the plugin.
      u should add a bool wich u set true at OnEnabled en false on OnDisabled.
      Then do an if during your pulse. To either change the settings or dont change the settings ondisabled.
       
    11. SkyHigh

      SkyHigh Member

      Joined:
      Apr 15, 2010
      Messages:
      396
      Likes Received:
      4
      Trophy Points:
      18
      Will add this when I get home tomorrow. :)
       

    Share This Page