Hello, quester bot change settings only for current session, user settings is reload when you stop bot (UI is not refresh when quester bot is running).
Hello, http://wrobot.eu/forums/topic/1717-gatherer-advanced-profile-how-to-change-zone-after-leveltime/ or http://wrobot.eu/forums/topic/3632-relogger-tutorial-video/
You can use custom iscompleteconditon like
return ObjectManager.Me.Level > 7 || (ObjectManager.Me.Level == 7 && ObjectManager.Me.Experience > 0 && (ObjectManager.Me.Experience * 100 / ObjectManager.Me.ExperienceMax) > 50)
(to complete quest when you level is bigger than 7.5 (7 at 50%)