July 18, 20187 yr 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.
July 18, 20187 yr 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 July 18, 20187 yr by FNV316
Create an account or sign in to comment