Plan5 1 Posted August 24, 2021 Share Posted August 24, 2021 Hello, I am new to this but trying to learn. I tried making a simple questing profile for the Dwarf starting area on a 1.12.1 server. The first quest, I have this on the 'Is complete condition' [return ObjectManager.Me.LevelDecimal >= 2;] so the bot will level to 2 before continuing, but when he levels he tries to turn in the quest immediately. It will complete the quest normally if I remove this. Do I need to add a second condition? The quest 'A New Threat' I broke into two parts. The first part goes smooth but the bot completely skips the second part and tries to turn in the quest. I am not sure what is wrong. I'm thinking that the quest is fully completed by the first condition so it skips the second. I'm not sure how to get around this. Thanks DwarfZone.xml DwarfZone.xml.cs Link to comment https://wrobot.eu/forums/topic/13409-newb-here-needing-some-help/ Share on other sites More sharing options...
Droidz 2738 Posted August 31, 2021 Share Posted August 31, 2021 Hell, 1. try to use return ObjectManager.Me.LevelDecimal >= 2 && base.IsComplete(); 2. try to disable option "AutoDetectObjectiveCount2" in "A New Threat Part 2" Link to comment https://wrobot.eu/forums/topic/13409-newb-here-needing-some-help/#findComment-63431 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now