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

[Party Plugin] SimpleFollow - Multi-Bot Party Plugin

I've a problem, sometimes the leader banner's is the last one, and the followers take the wrong banners.
 
Last edited:
I added a bitcoin donation address.

rrrix, there is a problem when the game start and one of the followers crash, it can happen than the leader will have his banner in the wrong place, and the followers will click on another follower's banner, and when this happen the followers will simply stay in the city.
 
glad rrrix made this plugin, for a future request can you make the option of not accepting boss fights, usually i just power llvl my guys from 1-15 buy killing a boss over and over. But i'm sure theres a simple way to do this for myself, anways good stuff
 
Rrrix, you realy did some great work with the plugin. As i am doing a party plugin myself for something special, i had a look into your code now and then =). But i can not get your plugin or mine to work well with 2 barbs. The problem is that follower bot will combat to another location and is therefore to far away for getting the loot from the other bot and vice versa. Also some dying issues i have not solved yet.

But anyway. Nice work you did. Like the http protocol you did =)
 
Rrrix, you realy did some great work with the plugin. As i am doing a party plugin myself for something special, i had a look into your code now and then =). But i can not get your plugin or mine to work well with 2 barbs. The problem is that follower bot will combat to another location and is therefore to far away for getting the loot from the other bot and vice versa. Also some dying issues i have not solved yet.

But anyway. Nice work you did. Like the http protocol you did =)

I had the same problem so I set the minimum pack size for the followers to 15. They seem to only attack whatever the leader is attacking now.

EDIT: Nevermind, my leader went to attack a pack of 50 while the followers stayed behind to attack the keywarden. Ugh.
 
Last edited:
Hi guys I just set up my 3 bots with SimpleFollow, the leader bot doesn't invite my 2 other bots, it has only the other bots on its friends list and I've manually invited and everything works fine
when the leader starts it keeps opening the social tab to invite but it closes quickly.
 
Rrrix, you realy did some great work with the plugin. As i am doing a party plugin myself for something special, i had a look into your code now and then =). But i can not get your plugin or mine to work well with 2 barbs. The problem is that follower bot will combat to another location and is therefore to far away for getting the loot from the other bot and vice versa. Also some dying issues i have not solved yet.

But anyway. Nice work you did. Like the http protocol you did =)
Same problem on barbs, that why they need to run solo. But wizards run perfect.
Maybe if plugin will have some max range after which followers will go to leader (in combat)
 
hey boys, how do i get my followers to "cancel" boss fights? I've come to the conclusion that its this line of code here

public static UIElement PartyFollowerBossAccept
{
get
{
if (UIElement.IsValidElement(0xF495983BA9BE450F))
return UIElement.FromHash(0xF495983BA9BE450F);
else
return null;
}

and this line

SafeClick(PartyFollowerBossAccept, ClickDelay.Delay, "Boss Portal Accept");

i know i'm supposed to chance this number to a "cancel" number, but i have no clue what number? "0xF495983BA9BE450F"
 
hey boys, how do i get my followers to "cancel" boss fights? I've come to the conclusion that its this line of code here

public static UIElement PartyFollowerBossAccept
{
get
{
if (UIElement.IsValidElement(0xF495983BA9BE450F))
return UIElement.FromHash(0xF495983BA9BE450F);
else
return null;
}

and this line

SafeClick(PartyFollowerBossAccept, ClickDelay.Delay, "Boss Portal Accept");

i know i'm supposed to chance this number to a "cancel" number, but i have no clue what number? "0xF495983BA9BE450F"

The button id can be read by hitting the last button clicked diagnostic thingy in DemonBuddy (this is no plugin)

Changing the value to decline should do the trick (in theory)
 
The button id can be read by hitting the last button clicked diagnostic thingy in DemonBuddy (this is no plugin)

Changing the value to decline should do the trick (in theory)

thanks alot man! i totally forgot demon buddy had a diagnostic button
 
I have some problem with the plugin to accept events, any solution? :(
 
Not dependent on any other plugin (including Trinity
6.jpg

7.jpg

8.jpg

9.jpg
 
Last edited:
well doing some afk leveling so i'm using level profile (all acts) questtools autoskilled autoequipp trinity yar and ofc simplefollow (my quess is it's cuz trinity)

is there a "simple" way to change how long wait time until trinity tries to open event again or speed up simplefollow's accept click?
 
Last edited:
haeh
i have the problem that when D3 has an error and YAR restarts, simple follow is turned off? any solution for this?
 
enable it once manually, close DB manually and let YAR restart DB again. Should work then.
 
i have done this before and it works sometimes and after a while its again off ... that really suxxs
 
i have done this before and it works sometimes and after a while its again off ... that really suxxs

solution #2

Go to your demonbuddy directory, go to settings dir inside it. There you'll find a directory for each of your bots. Go to the first bot, open with notepad charactersettings.xml.

<?xml version="1.0" encoding="utf-8"?>
<CharacterSettings>
<MonsterPowerLevel>10</MonsterPowerLevel>
<KillRadius>50</KillRadius>
<LootRadius>60</LootRadius>
<EnabledPlugins>
<Value>Trinity</Value>
<Value>QuestTools</Value>
<Value>SimpleFollow</Value>
<Value>YAR Comms</Value>
</EnabledPlugins>

Look at these lines after enabled plugins. If there is not <Value>SimpleFollow</Value> , add it.Save the file, close DB and reopen it. Rinse and repeat for each bot.

Should help solve your issue.
 
Back
Top