What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

kolayuk

New Member
Joined
Sep 20, 2015
Messages
12
Reaction score
0
Is there any way o make bounty unsupported to skip that act if that bounty is required? Act 2 bounty kill belial is very buggy, bot cannot find way to palace after resurrection, it runs from resurrection point at palace to map start again and again... So it is waste of time, I'd like to skip A2 if kill belial bounry is active, until developer will fix that.
 
Remove it from Plugins/Adventurer/Game/Quests/BountyDataFactory.cs, then restart the bot

Remove this code block:

Code:
            // A2 - Bounty: Kill Belial (358353)
            Bounties.Add(new BountyData
            {
                QuestId = 358353,
                Act = Act.A2,
                WorldId = 60756, // Enter the final worldId here
                QuestType = BountyQuestType.SpecialEvent,
                WaypointNumber = 20,
                Coroutines = new List<ISubroutine>
                {
                    new EnterLevelAreaCoroutine(358353, 109894, 60756, 1074632599, 159574),
                    new ClearLevelAreaCoroutine(358353),
                }
            });
 
Some boss bounties are harder than the usual bounties, I suggest you to run them the bounties on lower diff if u are having trouble with killing the bosses. Torment 1 or 7 are the most optimal difficulties.

Also, fixed the Belial reentry problem, will be on next release of Adventurer.

Thanks for your report.
 
Back
Top