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

ACT 5 Kill Mathael

neo243

Member
Joined
Jul 22, 2013
Messages
58
Reaction score
1
ACT 5 Kill Mathael and Dcs in a loop

Hi I didn't know if i should post it under Bounty statistic but here is a log from the Bounty Kill Mathael.
The Bot Runs from 1 Point to Another and back in a row.


Second Error

Sometimes the bot starts to dcing in a row(loop) when i restart Demonbuddy everything is fine but this error appears very often every ~3 Hours.

Code:
inBehavior Closing error dialog
11:03:23.138 DEBUG Logger [Adventurer][AdvDia] Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 00000084, Size: 4
11:03:23.139 DEBUG Logger [Adventurer][AdvDia] Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 00000084, Size: 4
11:03:23.140 DEBUG Logger [Adventurer][AdvDia] Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 00000084, Size: 4



Greetings Neo
 

Attachments

Last edited:
Hello Neo,

Yes sometimes that might happen, the death gate navigation still needs some work, thanks for your report.
 
Hello, i just noticed the same thing, its running back and forth in a corner spot, never reached Malthaels room nor the third floor.

Can we somehow blacklist a5 bounties if Kill Malthael bounty is up?
 
Last edited:
Yeah, remove the following lines from DB/Plugins/Adventurer/Game/Quests/BountyDataFactory.cs and restart DB.

Code:
            // A5 - Bounty: Kill Malthael (359927)
            Bounties.Add(new BountyData
            {
                QuestId = 359927,
                Act = Act.A5,
                WorldId = 328484, // Enter the final worldId here
                QuestType = BountyQuestType.KillBossBounty,
                WaypointNumber = 57,
                Coroutines = new List<ISubroutine>
                {
                    new EnterLevelAreaCoroutine(359927, 271235, 346410, 1012176886, 176002),
                    new EnterLevelAreaCoroutine(359927, 346410, 328484, -144918420, 374257),
                    new ClearLevelAreaCoroutine(359927)
                }
            });
 
Yeah, remove the following lines from DB/Plugins/Adventurer/Game/Quests/BountyDataFactory.cs and restart DB.

Code:
            // A5 - Bounty: Kill Malthael (359927)
            Bounties.Add(new BountyData
            {
                QuestId = 359927,
                Act = Act.A5,
                WorldId = 328484, // Enter the final worldId here
                QuestType = BountyQuestType.KillBossBounty,
                WaypointNumber = 57,
                Coroutines = new List<ISubroutine>
                {
                    new EnterLevelAreaCoroutine(359927, 271235, 346410, 1012176886, 176002),
                    new EnterLevelAreaCoroutine(359927, 346410, 328484, -144918420, 374257),
                    new ClearLevelAreaCoroutine(359927)
                }
            });

Sweet! Thx :)
 
about the second error taras that wasn't a problem with your plugin/profiles i'm using a rdp connection to overwatch the bot that causes this error :/.
 
about the second error taras that wasn't a problem with your plugin/profiles i'm using a rdp connection to overwatch the bot that causes this error :/.

RDP messes up with games. Try VNC or TeamViewer.
 
Yeah, remove the following lines from DB/Plugins/Adventurer/Game/Quests/BountyDataFactory.cs and restart DB.

Code:
            // A5 - Bounty: Kill Malthael (359927)
            Bounties.Add(new BountyData
            {
                QuestId = 359927,
                Act = Act.A5,
                WorldId = 328484, // Enter the final worldId here
                QuestType = BountyQuestType.KillBossBounty,
                WaypointNumber = 57,
                Coroutines = new List<ISubroutine>
                {
                    new EnterLevelAreaCoroutine(359927, 271235, 346410, 1012176886, 176002),
                    new EnterLevelAreaCoroutine(359927, 346410, 328484, -144918420, 374257),
                    new ClearLevelAreaCoroutine(359927)
                }
            });
hi
i want to skip this quest but if i do this procedure db give me this error
14:46:02.056 DEBUG MainWindow There are 7 plugins
14:46:02.057 DEBUG Logger [Arcanum][Worker] Thread 20: Worker: Arcanum.Arcanum.UI Started
14:46:02.199 INFO ProfileManager Failed to load profile: Element TakeWaypoint is not supported. Please check your XML and try again. (<TakeWaypoint waypointNumber="0" />) Line 73
14:46:02.200 ERROR ProfileManager System.Exception: Element TakeWaypoint is not supported. Please check your XML and try again. (<TakeWaypoint waypointNumber="0" />) Line 73
at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????(XElement , Type )
at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????(XElement , PropertyInfo )
at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Zeta.Bot.Profile.Profile.Load(XElement element, String path)
at Zeta.Bot.Profile.Profile.Load(String path)
at Zeta.Bot.ProfileManager.Load(String profilePath, Boolean rememberPath)
14:46:03.064 DEBUG Logger [Arcanum][UI] Worker IsRunning=False ArcanumTabSelected=False
 
Back
Top