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

Funky Bot

v2.10.2.2 uploaded

Fixed Line of Sight movement backtracking after targeting something else.
Fixed Gold Inactivity not resetting and reloading first profile used after exit.
Added Ghoms Gas Cloud to Avoidances.
 
Just a suggestion:
The route planning and finding of this plugin is much better than trinity. However, when it comes to the combat skill for wizard, trinity is much better. My archon build wizard could farm T6 by hands. And with the help of Trinity, my wizard could farm T3 rifts without a death for hours. It turns to archon only when encountering elites, and the combat skills it uses during archon form is much more rational.
 
Anyone tried funkybot with riftprofile?
The movement/pathing of this bot is much better than trinity but it sometimes it isn't as snappy in combat (Meaning to say it doesn't cast things as frantic as trinity, which may be a good or bad thing depending on build/class)

Funkybot seems to be a lot more polished than trinity and works very well with most of the popular profiles I've tried both public and private. It isn't as glitchy as trinity to be brutally honest, with trinity I have massive issues no matter which release with "GOLD INACTIVITY". I literally have to turn off any spammable OOC spells otherwise trinity gets bamboozled into thinking %^&*( is happening and you end up waking with your bot running back and forth in the same map it's been for several hours.

Funkybot doesn't do that, so it's been my go to when I need to Rift/Bounty overnight.

Also:
How come boots isn't selectable for Kadala gambling?
 
Last edited:
The movement/pathing of this bot is much better than trinity but it sometimes it isn't as snappy in combat (Meaning to say it doesn't cast things as frantic as trinity, which may be a good or bad thing depending on build/class)

Funkybot seems to be a lot more polished than trinity and works very well with most of the popular profiles I've tried both public and private. It isn't as glitchy as trinity to be brutally honest, with trinity I have massive issues no matter which release with "GOLD INACTIVITY". I literally have to turn off any spammable OOC spells otherwise trinity gets bamboozled into thinking %^&*( is happening and you end up waking with your bot running back and forth in the same map it's been for several hours.

Funkybot doesn't do that, so it's been my go to when I need to Rift/Bounty overnight.

Also:
How come boots isn't selectable for Kadala gambling?

THX for your post. What for char you using? So it is a go for me? With trinity had a waste over 100 keys last night :(
 
Custom Town Run Behavior -- including Gambling.
No More Full Stash -- Mule Creation and Item Transfer.
It seems like that these plugin can be modified to spent bloodshards on another character?
am i right?
 
pathing seems good so far but if you play as dh, actions are too low (sentries, companion, mainattack etc) any idea? and if he set a sentry he wont attack with ca or mainattack
 
Mine crusader is not doing very good. I use this build Crusader - Game Guide - Diablo III
The problem is, he never uses Akarat's Champion and i would like him to use it on every elite pack if it is available, and second thing is he uses Fist of Heavens very rarely , most of the time he just spams primary attack(i have not ticked the option) and that's about it. Could someone point me what should i change in the code to make it working.
 
THX for your post. What for char you using? So it is a go for me? With trinity had a waste over 100 keys last night :(
Wow 100 keys that's brutal man. I've used Funky with WD/Barb/DH so far and it's been great. I use a private rifting profile although I also have success if I use the public bounty/rift common as well. (I prefer farming a ton of keys and then rifting it till I exhaust all keys.)

I read your latest post and do agree that DH isn't as frantic to pew pew the enemies, it's inconsistent at times but I suppose it depends on your specific builds and torment level as well.
 
Wow 100 keys that's brutal man. I've used Funky with WD/Barb/DH so far and it's been great. I use a private rifting profile although I also have success if I use the public bounty/rift common as well. (I prefer farming a ton of keys and then rifting it till I exhaust all keys.)

I read your latest post and do agree that DH isn't as frantic to pew pew the enemies, it's inconsistent at times but I suppose it depends on your specific builds and torment level as well.

Which rift profil yu use? Chance to get it? With trinity ican do t5 and with funky bot only t2
 
Last edited:
Mine crusader is not doing very good. I use this build Crusader - Game Guide - Diablo III
The problem is, he never uses Akarat's Champion and i would like him to use it on every elite pack if it is available, and second thing is he uses Fist of Heavens very rarely , most of the time he just spams primary attack(i have not ticked the option) and that's about it. Could someone point me what should i change in the code to make it working.

Find file "\Plugins\FunkyBot\Player\Hotbar\Skills\Skill Objects\Crusader\AkaratsChampion.cs"

change this line

Code:
FcriteriaCombat = () => Bot.Targeting.Cache.CurrentTarget.IsBoss || Bot.Character.Data.dCurrentHealthPct < 0.5d;

like this

Code:
FcriteriaCombat = () => Bot.Targeting.Cache.CurrentTarget.IsBoss [B]|| Bot.Targeting.Cache.CurrentUnitTarget.IsEliteRareUnique[/B] || Bot.Character.Data.dCurrentHealthPct < 0.5d;
 
No More Full Stash -- Mule Creation and Item Transfer

How it works? I didn´t find this option in the Bot settings.
 
Trying this now. Does it work well with SimpleFollow? I play with 4 toons while I am controlling my Leader manually and my 3 slaves should just dollow and support me. Do I need questtols for this sort of setup?
 
Last edited:
Whats wrong when the Settings->Combat Rutine just openes as a blank page ??

What i need to do is to turn of to pick up White items.. and let my goblin handle them :/
 
I am currently in the process to learn editing skills. I have read the instructions on page 1 but I am still a bit confused and I guess an example would help me to understand the logic a bit better. The first thing which I am looking to change is to change the logic of the Archon skill for the Wizard. The bot should use Archon ONLY on elites . How do I have to modify the file to make this work?

And one other questions, how can I force the bot to do a town run if the bot is in town and bags are not empty?

Thanks
itraxx
 
Last edited:
@herbfunk we need more action for dh in combat atm it is rly low for dh...

pathing is great better then trinity

but the combat is better in trinity :D
 
How come boots isn't selectable for Kadala gambling?
Fixed.

No More Full Stash -- Mule Creation and Item Transfer

How it works? I didn´t find this option in the Bot settings.
Unfortunately the Switch Hero API is broken, therefore mule creation is disabled. Sorry!

I am currently in the process to learn editing skills. I have read the instructions on page 1 but I am still a bit confused and I guess an example would help me to understand the logic a bit better. The first thing which I am looking to change is to change the logic of the Archon skill for the Wizard. The bot should use Archon ONLY on elites . How do I have to modify the file to make this work?

And one other questions, how can I force the bot to do a town run if the bot is in town and bags are not empty?
Archon by default is only used when any non-normal target is selected. Settings allow for Archon to be used always also.
Hitting the Force Town Run button on main Demonbuddy will engage a town run.

@herbfunk we need more action for dh in combat atm it is rly low for dh...
I changed Sentry to allow for multiple casts and now its cast by location instead of at player location.
If you could be more clear on what you think/wish the demon hunter would do, I would have a better idea of how to implement it.
And I only have a single account with ROS on it, so it's hard to see whats wrong with every class. Currently I've been playing Pet Doctor build but Demon Hunter sounds appealing so I'll probably start with that next!


v2.1.3.0 uploaded

Noteworthy Changes:
  • Sentry Skill has been updated.
  • Town Run Gambling Settings now visible again.
  • Item Rules Unid Stashing replaced with new setting found in Town Run tab.
 
I tried the newest version today on my WD. It has a little problem that it keeps summoning the dog when the skill is ready. However, if the dog is still alive there is no need to summon a new one.
FYI. ty anyway.

Best,
 
Back
Top