August 24, 20214 yr 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
August 31, 20214 yr Hell, 1. try to use return ObjectManager.Me.LevelDecimal >= 2 && base.IsComplete(); 2. try to disable option "AutoDetectObjectiveCount2" in "A New Threat Part 2"
Create an account or sign in to comment