February 23, 20179 yr Hi @Droidz As I'm going along with the questing profile, I have to make it grind some parts (to keep up with lvls) But grinding a whole lvl is pretty crazy, as I sometimes just need like 3bars + quest turn ins. So is it possible to make it like "grind to lvl 47 & 10 bars instead of 48? Ofc in the "this step is a grinder" in the quester :)
March 14, 20179 yr 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%)
Create an account or sign in to comment