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

ACT3 Champion farming. Azmodan problem.

  • Thread starter Thread starter online88
  • Start date Start date
O

online88

Guest
Since there is an issue with Azmodan where bot dont wanna loot anything and just porting to town.

I got 1 mb stupid idea to implent FORCE REPAIR right after kill.
As i mind this he is gonna port to town => repaid/salvage/stash/sell => come back to AZMODAN => ???LOOT MB??? => then again port back to town for a profile switch.
I'm totall noob in coding and dont 100% sure that its gonna work it's only my crazy idea.
 
do you use a barb for azmo?

I noticed my barb doesnt attack him with his primaries, once in awhile he'll use rend or revenge but he doesnt spam his normal attacks and continuously circles around him like he was a WW barb with the tornado rune. Not sure if its an issue relating to GilesCombat.
 
The problem with Azmodan is that since he is so large the bot can't attack the center of him. That is why he keeps running around him. Plus, for Inferno you need to code in his avoidance's into either Belph or Giles Combat.
 
bot works great with Azmo when you are using Belphegor.
This one:
do you use a barb for azmo?

I noticed my barb doesnt attack him with his primaries, once in awhile he'll use rend or revenge but he doesnt spam his normal attacks and continuously circles around him like he was a WW barb with the tornado rune. Not sure if its an issue relating to GilesCombat.
Happens with Giles combat routines.

BUT!!! Azmo is achievable with proper gear...BUT BOT Dont wanna loot him.
That's why this thread is started.
Anyone got solution for this?
 
Fck avoidance on azmo, i burst that guy in 1 wotb even when not in wotb.
 
haha be that as it may, the issue is that gilescombatroutine cant target him, he too fat!
 
Since there is an issue with Azmodan where bot dont wanna loot anything and just porting to town.

I got 1 mb stupid idea to implent FORCE REPAIR right after kill.
As i mind this he is gonna port to town => repaid/salvage/stash/sell => come back to AZMODAN => ???LOOT MB??? => then again port back to town for a profile switch.
I'm totall noob in coding and dont 100% sure that its gonna work it's only my crazy idea.


See what you get? You dont whine about act 3 profiles, you ask for help but do you get a reply from any devs on help? No! /kktnxbye
 
online88 - Loot is loot - doesn't matter what drops it. Not sure what profile you are using, but it is likely TP'ing as soon as Azmo is dead, before the bot has a chance to pick anything up. Open your profile, look toward the end where Azmo is being killed, and play around a bit. Try adding a MoveTo command after he is dead, or a WaitTimer. It isn't rocket science, and the sooner and more often you play with profiles, the sooner you'll be making your own and not having to rely on someone else to do it for you.
 
Which combat routines are you guys running which allows you to attack azmodan? as you read above, i cant seem to target him with GilesCombatRoutines

thanks
 
Since there is an issue with Azmodan where bot dont wanna loot anything and just porting to town. ...

Interesting, was the loot close by ?

I'm going to have a go at this now, see if the same thing happens to me.

---------
EDIT: I just did it, and my char picked everything up

I used Belphegor, and the following profile:

Code:
<Profile>
	<Name>Combat Bot</Name>
	<KillMonsters>True</KillMonsters>
	<PickupLoot>True</PickupLoot>
  <Order>
      <MoveTo />
  </Order>	
</Profile>

Loot radius in DB is set to 50

The above profile allows me to manually move the char, but all combat and looting is controlled by the bot.
 
Last edited:
Back
Top