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

Bounties not to Turn in!

Status
Not open for further replies.

hordeboy1903

Member
Joined
Jun 3, 2013
Messages
50
Reaction score
1
hello
how can i make the bot to not turn in bounties for all acts? i want it to stop after it do all acts and wait for me!
i wud be really happy if someone can help.
ty
 
Tried it, could never get it working. Stopped short of just straight blacklisting Tyrael. Try that I guess.
 
Change line 163 in CompleteActBountiesCoroutine.cs to this and it won't try to move to or interact with Tyrael.

State = States.MovingToTyrael;
 
It should be States.Completed not MovingToTyrael, whoops.
 
_townRunInitiated = false;

State = States.Completed not MovingToTyrael;

return false;
}


thats ok?
I'm going to test if it works

EDIT: It's Wrong, not works. How i must write the new line? thx
 
did not test yet but the "not Moving...." is not to write.

State = States.Completed

Stekarn you should edit your first post :P
 
Hello again,

I have a problem, when I edit the file and put the line as you told me before the program does not start correctly and it does not let me do the bounty routine. i only edited the 163 line and erase "movingtotyrael" and put "complete" but i received one error when i open the program
Some solution?
my player is still takings the reward of all acts
 
it doesnt work can someone help us?
we want bot to not collect bounties and when all bounties ready bot shudnt leave game
 
Sounds like your one of those services that sell bounty caches, and you want to farm them while you sleep so players can collect when you wake up? just speculating :)
 
Have another pc with a bot doing bounties while I do grifts with another acc with a party.
Bot finishes up the bounties and waits for me to join. Leave bot and invite the other 3 members of my party that were doing grifts.
Repeat
 
Status
Not open for further replies.
Back
Top