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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Act 2] Maghda Boss Farm

Made some minor improvements:
Code:
<Profile>
  <Name>Act 2 Q3.2 by Inrego</Name>
  <GameParams quest="74128" step="54" act="A2" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1"  />
  <Order>
    <WriteReport />
    <!-- Let us start this while we're down there... Only use the WP if we're not already at the level we want to be on. -->
    <If condition="Me.IsInTown">
        <UseWaypoint questId="74128" stepId="54" x="323.9641" y="290.2655" z="1.645628" levelArea="1999503360" actorId="6442" waypointNumber="4" />
    </If> 
    <MoveTo questId="74128" stepId="54" x="1283.739" y="1291.053" z="184.6851" levelArea="1999568897" pathPrecision="35" name="Alcarnus Barricade" />
    <MoveTo questId="74128" stepId="54" x="1092.617" y="1541.873" z="184.4917" levelArea="1999568897" pathPrecision="35" name="Alcarnus Stairs" />
    <MoveTo questId="74128" stepId="54" x="895.123" y="1214.042" z="196.8707" levelArea="1999568897" pathPrecision="35" name="Lair of the Witch entry point" />
    <While condition="Me.WorldDynamicId == 1999568897" >
        <UseObject questId="74128" stepId="54" x="895.0288" y="1212.03" z="196.8707" levelArea="1999568897" actorId="195234" />
        <WaitTimer questId="74128" stepId="54" waitTime="500" />
    </While>
    <MoveTo questId="74128" stepId="26" x="214.0962" y="197.2851" z="0.1" levelArea="1999634434" pathPrecision="10" name="Boss location" />
    <WaitTimer questId="74128" stepId="26" waitTime="200" />
    <SkipCutscene questId="1" />
    <MoveTo questId="74128" stepId="26" x="200.8307" y="195.8042" z="0.1" levelArea="1999634434" pathPrecision="10" name="Boss location" />
    <While condition="IsActiveQuest(74128) and IsActiveQuestStep(26)" >
        <WaitTimer questId="74128" stepId="26" waitTime="500" />
    </While>
    <WaitTimer questId="74128" stepId="9" waitTime="500" />
    <UseTownPortal questId="74128" stepId="9" />
    
    <!-- Actually leave the game!  -->
    <LeaveGame reason="Run is done" />
  </Order>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
 </Profile>

Runs smooth with:
Kill Radius: 35
Loot Radius: 60

currently running in .103 with:
[19:17:40.196 N] Last run acquired 2419 gold.
[19:17:40.197 N] Current Gold per Hour: 43462

P.S.: The conversation with magda is skiped :)
 
Last edited:
i activate the profile but never enter to the game :S.



[15:15:49.384 N] Loaded profile Act 2 Q3.2 by Inrego
[15:15:49.384 D] Starting bot Order Bot
[15:15:49.385 D] Added new hook [OutOfGame] ec23c79c-dfda-460c-8214-94bca0621ee5
[15:15:49.385 D] Added new hook [RoutineBuffs] b854f6f6-b1f2-4b04-9d28-83d44097741c
[15:15:49.385 D] Added new hook [RoutineCombat] 02e9e19a-e503-402e-8ca7-07eb5ba2e737
[15:15:49.385 D] Replaced hook [BotBehavior] bf1cd533-fd28-4444-b566-3bf18d7a733a
[15:15:49.385 D] Spooling up bot thread.
[15:15:49.387 D] Bot thread started.
 
Last edited:
I get stuck after 1 run - the bot won't open a new game, dunno if it's the bot or the profile :/

NVM wrong difficulty ;)
 
if I can figure out a way to make it ignore all monsters on the way to magdha, I could run this in inferno. Anyone have any idea? :(
 
I'm guessing you can edit this plugin
Sarkoth KillWaitl

@ Line 81 there is
if (ProfileManager.CurrentProfile.KillMonsters == false && ZetaDia.CurrentWorldDynamicId == 1999568897)
My guess is if the WorldDynamicID can be changed to that of the witch's lair?

Correct me if I'm wrong or if its not as viable as I think it is.
 
I will see if I can get that to work. :)

not quite that easy I guess. didn't work :(
 
Last edited:
Ran this for a couple of hours on Wednesday almost completely AFK (I checked on it ever few minutes or so and I think I only had to move it once or twice). I leveled from 19-24 with no problems. Great job Inrego! Thanks so much for the hard work.

Edit: It did get faster and faster as I bought new equipment off the AH with the $$ it was generating. I think I did this twice.
 
if I can figure out a way to make it ignore all monsters on the way to magdha, I could run this in inferno. Anyone have any idea? :(
There is a plugin for it. Maghda Kill Wait. Someone else made it for use with this profile.
 
could you possibly direct me toward it? I searched for Maghda Kill Wait, and all I got was this thread where you mentioned it. :P
 
Very nice profile!
Running this with my lvl 15 monk (with good gear) and getting about 50% per run.

However, it can be worked on, it's a bit slow to click on stuff, and Maghda convo is not being skipped. But still, great job!
 
I got stuck after finishing Maghda. The bot will not restart the quest on itself. Any experts can help?
 
Back
Top