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

[Party Plugin] SimpleFollow - Multi-Bot Party Plugin

I had the 3rd bot causing leader bot to stop doing anything, try the following:

set update interval for both the leader bot and the follower bot to above 1000 msec
for YAR, you need to run the leader bot as 1st to start, and run whatever profile you like, and run the follower bots using the relogger profile inside the simple follow plugin folder.

You HAVE to check the kickstarter profile in YAR for this setup.


THE problem I have is that leader bot will always start trial/gr/rift as soon as it enters the game, WITHOUT waiting for follower bots, even though I had wait for followers checked. Since my leader bot is a support, it simply gets crappy tickets...

Change the game startup time in db. It's in db folder and Settings, then in a file named GlobalSettings.xml
<GameWaitTimeMin>120</GameWaitTimeMin>
<GameWaitTimeMax>161</GameWaitTimeMax>

So mine waits atleast 2 minutes before creating a game.
 
Not sure what I'm missing. Don't even get the option to enable the addon. This is the log shown. Any pointers?
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\Behaviors\FollowerOpenRift.cs(30,84) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\Behaviors\FollowerOpenRift.cs(30,84) : error CS1662: Cannot convert lambda expression to delegate type 'System.Func<Zeta.Game.Internals.Actors.ACDItem,int>' because some of the return types in the block are not implicitly convertible to the delegate return type
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\Behaviors\FollowerOpenRift.cs(31,76) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\Behaviors\FollowerOpenRift.cs(31,76) : error CS1662: Cannot convert lambda expression to delegate type 'System.Func<Zeta.Game.Internals.Actors.ACDItem,int>' because some of the return types in the block are not implicitly convertible to the delegate return type
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\Behaviors\FollowerTakeWaypoint.cs(16,41) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\ProfileBehaviors\FollowTag.cs(394,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\ProfileBehaviors\FollowTag.cs(447,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\ProfileBehaviors\FollowTag.cs(738,41) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\Users\robyn_000\Desktop\Demondubby Barb\Plugins\SimpleFollow\ProfileBehaviors\FollowTag.cs(984,17) : warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
 
Well I've re read and reordered and still no joy. Anyone? If this was in the store i would be willing to donate, seems a great idea. I NEED :)
 
ya i would donate too...
if im watching my bots and set this plugin manual up.. im getting 17bil xp/h this is huge...
but i have to look at the bots :(
 
ya i would donate too...
if im watching my bots and set this plugin manual up.. im getting 17bil xp/h this is huge...
but i have to look at the bots :(

thanks for the tip, but I couldnt find that timer under global.xml

for those of you with "waiting for follower to open rift" problem

simple solution:

under simple follow plugin folder, go to behavior folder, edit LeaderBehavior.cs with notepad++

ctrl+f find the "waiting for follower to open rift", and simply delete that section.
 
thanks ill try it.
But my main problem is, bots keep randomly quit the game. [SimpleFollow] Leader is not in game, exiting (Recent Interact=False, IsLeavingGame=False !IsInGame=True !IsInSameGame=True)
My main runs fine. But the followers randomly quit :(
I tried everything but i couldnt solve the problem :(
You got any advices?
 
Last edited:
i cant enable plugin

i copy the folder of simplefollow on DBlastbeta folder plugin but dont work and not enable the plugin
 
I think it works fine for me.(this is my first time to try, I just bought second DB account :) )

but I dont know why leader keep stopping (I dont know Bot waiting for follower or not) it seems like waiting follower.

anyone know how to stay like normal bot ? (Im doing A4 bounties)

never mind it works perfect.

this is amazing.
 
Last edited:
how often does that happen? mine does that too but its a very rare occurrence.

probably you want to shorten the update interval on the leader bot to something less than 1000ms
 
how often does that happen? mine does that too but its a very rare occurrence.

probably you want to shorten the update interval on the leader bot to something less than 1000ms

thnx it works.

and Do you what to change If my follower open the rift?

bc DB keep saying that "waiting for follower to open rift" any solution?

I delete what you mentioned previous page but it still shows "Waiting for follower to open rift"
 
Last edited:
[Trinity][Performance] Execution of HandleTarget.HandleBasicMovement took 1504.35810ms.
[Trinity][Performance] Execution of HandleTarget took 1513.46360ms.


why my follower's db shows this msg with lagging?

leader db is fine but it happens to follower.

and what is purpose of "Update Interval"?

and how to reduce follower do teleport?

Thank you.
 
Last edited:
Try this to replace your leaderbehavior.cs file, it worked for me.

The "Execution of HandleTarget took 1513.46360ms" means that you don't get enough ticks on your DB. Either edit it under the Advanced tab in Trinity plugin or set graphics to look like stoneage for better computing performance.
 

Attachments

Try this to replace your leaderbehavior.cs file, it worked for me.

The "Execution of HandleTarget took 1513.46360ms" means that you don't get enough ticks on your DB. Either edit it under the Advanced tab in Trinity plugin or set graphics to look like stoneage for better computing performance.

thnx! it works perfect!

and I have one more question.

Do you use one demonbuddy or two separate demonbuddy?

ah... one more... thnx

how to make my follower fight like a leader?
 
Last edited:
thats good to hear, glad it helped

I use different DBs for different accounts. I don't really get your question "how to make my follower fight like a leader?". If you meant the follower bot to lead instead of the leader bot, then that is not possible with the plugin.
 
thats good to hear, glad it helped

I use different DBs for different accounts. I don't really get your question "how to make my follower fight like a leader?". If you meant the follower bot to lead instead of the leader bot, then that is not possible with the plugin.

oh! thank you so much for your replying. and sorry for my bad english.

I was mean...hm.. my follower just walk with do nothing. it does not use any skill. I want my follower to use skills.

and...Do you know how to increase time to re-secure (I mean Leader does not wait until follower to wake up)

and im using simplefollow.xml what is difference btw simplefollow, simplefolow_powerlevel and relogger?

and... Is your G-rift works properly for follower? idk why my follower keep using portal in front of dungeon and then it moves. lol

please I hope you understand what I say here

Thank you one more time. appreciate. you helped me (or Us) alot
 
Last edited:
Leader is do what Leader has to do... but Follower is just idiot... do nothing just run through Leader and die die die... keep stocking and follower does not follow Leader...

please tell me what to do...

anyone know the best trinity version and questtool for this simplefollower? ... ah... headache.. I just bought the new db key yesterday for this...

and why!!!!!! why follower keep using teleport to town and leader like thousand times....

(for g-rift and normal rift)
 
Last edited:
oh! thank you so much for your replying. and sorry for my bad english.

I was mean...hm.. my follower just walk with do nothing. it does not use any skill. I want my follower to use skills.

I think this has to do with your trinity settings, check Beardi's monk's trinity folder, I am using either that one for the monks of the newest Trinity

and...Do you know how to increase time to re-secure (I mean Leader does not wait until follower to wake up)

I am not sure what you are asking, if you meant the leader enters the game and goes straight to Rift then try to set the leader bot as last to start in YAR

and im using simplefollow.xml what is difference btw simplefollow, simplefolow_powerlevel and relogger?

Simplefollow.xml is for manual start of the bot, never used powerlevel so I don't know what it does, relogger is what you must use for YAR

and... Is your G-rift works properly for follower? idk why my follower keep using portal in front of dungeon and then it moves. lol

It will resurrect @ checkpoint if it dies too many times, this has to do with your trinity settings, and, if your bots cannot handle the GRs. then I suggest you lower the GR lvls in questools

please I hope you understand what I say here

Thank you one more time. appreciate. you helped me (or Us) alot

Hope this helps
 
Hope this helps

fyfy, I really appreciate for your all answers. im not kidding you are so helpful thank you so much.

1. I changed trinity what you told me and set like what Beardi did.
- Leader is working perfect. but follower still do nothing haha...

[SimpleFollow] Unexpected error 1 - could not follow.
[SimpleFollow] Using Waypoint to A5 Hub (Adventure Mode!)
-> Keep showing this on follower's db
and keep using town Portal till end of game (thts why follower cannot collect the items), trinity setting is same as Leader.
(follower Keep using town portal from town to Leader and Leader to town....never stop :( )

if you dont mind... could you please show your trinity setting and simplefollow setting please?

ah. Leader is Barb and follower is Barb.

I set Leader's simplefollow -> unchecked Use Profile Position(idk what it is)
checked Stay in Party
Sever Port 10920
Bind Address (My own IP)
checked Invite Friend 1 only
unchecked Use Trinity HotSpots (Idk what it is)
unchecked Debug Logging
checked Wait for Followers (I think it does not work)
Update Interval 30000ms (idk what it is)

Follower's setting - all setting are same except
unchecked Invite Friend
unchecked Wait for Followers

Thank you one more time... and hope I can use simplefollow next time.
 
Back
Top