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

demonkiki

New Member
Joined
Sep 17, 2015
Messages
64
Reaction score
0
Hi TarasBulba

Thanks for the awesome plug-in and your work. I wonder if you can take a look at these for us SimpleFollow users to fully use the Adventurer.

Currently there are some problems using Adventurer + SimpleFollow:

1) FollowerBot TP to Act 5 instead of staying in Act 1 where the Leader bot is
2) When GreaterRift completed, leaderbot does his townrun and immediately open the next rift while the follower bot is still performing their townrun/gambling, this result in the follower bot stash being full and shards full after a few runs. Can you tell us how to add a timer to delay the opening of next rift by leader bot?
3) Is there any plan to support bounties with SimpleFollow? So each bots farm different bounty at the same time and turn in all together when all bounties are completed. Instead running each individual bounty all together?
4) Not so related to SimpleFollow, but I wonder if there is a plan for Cube support in the future also? For example let the bot upgrade rares instead of salvaging them.

I am sure there may be some other questions some of us SimpleFollow users may have, maybe we can gather all of them in this thread.

Once again, thank you so much TarasBulba :)

DemonK
 
Last edited:
I'll take these points into consideration for the future updates, thank you for your feedback.
 
Any chance for you to tell us where to increase the timer/delay the greater rift opening by leader bot? So the follower bots can finish their town runs and gamble/salvage items.
It shouldn't be so hard if someone can point to the right line to change the timer. Thanks.
 
1) FollowerBot TP to Act 5 instead of staying in Act 1 where the Leader bot is

TB answered that before in the simplefollow 3.0 thread.

If you want them to goto Act1 hub instead of Act5 pls change line 324 of SimpleFollow/ProfileBehaviors/FollowTag.cs from
Code:
new Action(ret => ZetaDia.Me.UseWaypoint(49)),

to
Code:
new Action(ret => ZetaDia.Me.UseWaypoint(0)),
 
TB answered that before in the simplefollow 3.0 thread.

If you want them to goto Act1 hub instead of Act5 pls change line 324 of SimpleFollow/ProfileBehaviors/FollowTag.cs from
Code:
new Action(ret => ZetaDia.Me.UseWaypoint(49)),

to
Code:
new Action(ret => ZetaDia.Me.UseWaypoint(0)),

I'm not sure if you guys have already tried to change the hub zone from A5 to A1. It works but in NRift, my FollowBot will not be able to TP to the leader any more. The FollowBot are trying to TP someone who is nearby him while the leader is out of the town.
 
I'll take these points into consideration for the future updates, thank you for your feedback.

Please help to make it happen, TeamBot is the real bot.

appropriate the Adventurer plugin, it's awesome!
 
TB answered that before in the simplefollow 3.0 thread.

If you want them to goto Act1 hub instead of Act5 pls change line 324 of SimpleFollow/ProfileBehaviors/FollowTag.cs from
Code:
new Action(ret => ZetaDia.Me.UseWaypoint(49)),

to
Code:
new Action(ret => ZetaDia.Me.UseWaypoint(0)),

I am aware of TB posted this before, but for some reason, it doesn't work for me. I think it somehow only works for NRift not GRift. The follower bot is still TPing to Act5.
And do any of you guys know how to add a delay/timer for the leader bot to open new greater rift? The follower bots really need some more time finishing salvaging and gambling.
 
I dont really give a damn what zone the bots do gamble and so on at. it works so i dont touch it.

I dont have the problem you guys are describing much, ive noticed my leader always do gamble and that makes the others catch up.
Try lower your blood shard count->kadala in armory that seems to work for me.
 
Back
Top