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

Make bot talk to Orek after rift, then do his intown stuff?

InFaDeLiTy

New Member
Joined
Mar 9, 2011
Messages
33
Reaction score
0
I see so much time wasted seeing bot finish rift then do town run, then very last thing he does is talk to Orek, then wait 30seconds.
 
I'll assuming you're running "Yet Another Rifting Profile" this is something the profile needs modified directly you could look into moving some code around so it closes the portal than finalizes the town run.
 
I'll assuming you're running "Yet Another Rifting Profile" this is something the profile needs modified directly you could look into moving some code around so it closes the portal than finalizes the town run.

I am currently running rift bot.
Where would I look to see the code where bot reads its actions in order?
Seems like would just be matter of moving last line up a few and testing that.

Code:
<?xml version="1.0"?>

-<Profile>

<Name>Rift Bot Common r455</Name>

<KillMonsters>True</KillMonsters>

<PickupLoot>True</PickupLoot>

<GameParams numGames="-1" isPrivate="True" resumeFromSave="False" act="OpenWorld"/>


-<TargetBlacklists>

<TargetBlacklist name="Tyrael" actorId="114622"/>

</TargetBlacklists>


-<Order>

<LoadProfile file="data/RBC/RBC.xml"/>

</Order>

</Profile>
I found the file I run, but doesn't show like all the town run stuff.
Which file would I look at?
 
Last edited:
You'd have to follow the profile calls, so in this file it calls RBC.xml (Rift Bot Complete) in the data/RBC directory of your DB plugins folder. I've looked around and it's never calling the default town run so I'm not sure where to go from there.
 
Back
Top