Jump to content

Request (add x bars in grinder)


Recommended Posts

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 :)

Link to comment
Share on other sites

  • 3 weeks later...

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%)

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