Jump to content

Grind to level


axelguard

Recommended Posts

Ive got a grind to level "quest" in my quest profile, yet when the required level is met, the bot stays on this task, how do i get it to move on? is there some sort of command to put into the Is complete condition?

 

EDIT: Nvm, seems a restart of the bot a few times somehow helped it all.

Link to comment
Share on other sites

You have to set the "max level" to a value one below the level you plan to grind to. The bot will pulse that quest until your characters level is greater than "max level"

Or you can write it as Is complete condition:

return ObjectManager.Me.LevelDecimal >= 10;

Returns true, as soon as your character reached level 10

Edited by FNV316
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...