What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[FateLevelSetter] Set fate level restrictions relative to your level.

SkyHigh

Member
Joined
Apr 15, 2010
Messages
396
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
 

Attachments

Last edited:
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

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!
 
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.
 
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.
 
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.

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.
 
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!
 
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.
 
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.

Will add this when I get home tomorrow. :)
 
Back
Top