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

Need Help with this profile.

Sadsadman

New Member
Joined
Jul 2, 2011
Messages
27
Reaction score
0
Well Im writing this profile, to farm the first boss in Act 4 for xp on nightmare, but as of right now, I cant get it to create the game, everything else is fine, until I try to get it to skip the cut scene, which it wont. Then the character I am using it on, which is a barb, just stands there swinging away, which is fine because it kills the boss, but he just keeps swinging. Can someone help me?
 

Attachments

My bad, where should I have put this then? Demonbuddy support? Its not really a Demonbuddy issue, just a profile issue.
 
This doesn't have an appropriate section -.- However I'll take a look in just a sec


First off you can strip the code down to
Code:
<Profile>  <Name>Act 4 XP Farm</Name>
  <GameParams quest="112498" step="2" act="A4" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1"  />
  <Order>
    <WriteReport />  
<MoveTo questId="1" x="351.8134" y="682.6825" z="-14.7" pathPrecision="0" />
<WaitTimer questId="1" waitTime="16000" />
<TalkTo questId="112498" stepId="2" x="351.2172" y="696.3408" z="-14.7" actorId="6353" />
<UseObject questId="1" x="355.927" y="657.5969" z="-12.22805" actorId="182963" isPortal="True" destinationWorldId="109143" />
    <UseTownPortal questId="1" />
    <LeaveGame reason="Run is done" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
</Profile>
(changed it to normal to speed up process)

The bot takes care of if on quest blah blah, that's really only needed for full question profiles.

However there appears to be an invisible entity in the middle of the room that the bot needs to be made to ignore, there is nothing you did wrong, but if you were here when the bot tried to attack the arcane enchanted mobs beams, it's much like that. It just needs a fix bot side.

Load ANY profile near the middle - It will continuously try to attack something there even though the profile is in the wrong spot
 
Last edited:
This doesn't have an appropriate section -.- However I'll take a look in just a sec


First off you can strip the code down to
Code:
<Profile>  <Name>Act 4 XP Farm</Name>
  <GameParams quest="112498" step="2" act="A4" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1"  />
  <Order>
    <WriteReport />  
<MoveTo questId="1" x="351.8134" y="682.6825" z="-14.7" pathPrecision="0" />
<WaitTimer questId="1" waitTime="16000" />
<TalkTo questId="112498" stepId="2" x="351.2172" y="696.3408" z="-14.7" actorId="6353" />
<UseObject questId="1" x="355.927" y="657.5969" z="-12.22805" actorId="182963" isPortal="True" destinationWorldId="109143" />
    <UseTownPortal questId="1" />
    <LeaveGame reason="Run is done" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
</Profile>
(changed it to normal to speed up process)

The bot takes care of if on quest blah blah, that's really only needed for full question profiles.

However there appears to be an invisible entity in the middle of the room that the bot needs to be made to ignore, there is nothing you did wrong, but if you were here when the bot tried to attack the arcane enchanted mobs beams, it's much like that. It just needs a fix bot side.

Load ANY profile near the middle - It will continuously try to attack something there even though the profile is in the wrong spot

Thank you, It was driving me crazy that he was just sitting there swinging away. Is the create new game feature for Demonbuddy not working as well? I have yet to see a profile that can actually create a new game.
 
Thank you, It was driving me crazy that he was just sitting there swinging away. Is the create new game feature for Demonbuddy not working as well? I have yet to see a profile that can actually create a new game.

? What do you mean, every profile I've had can create new games fine? Do you mean like in a loop or what? Like it finishes the last thing, logs out of world, create new one to restart profile or what? Sorry I don't quite know what you're talking about
 
Nah, every time I try to write a profile with
Code:
<GameParams quest="112498" step="2" act="A4" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1"  />
After the first run starts, it tries to twice, then the bot get paused in the act selection screen.
 
Back
Top