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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Profiles] Adventure Mode Bounties - Community Edition

Status
Not open for further replies.
Ive followed ur guide but 7zip fucks up for me :S + cant find the correct EZUpdater.xml it doenst exist in my case.

atm my bot just LAGS alot and teleports to the same teleport bounty, then to town, then back to bounty

i know you do it for free, just annoying no madder how hard i try it always screws up. Wasted alot of hours, of something that should be simple as F :(

EZUpdater.xml is created when you run DemonBuddy with the EZUpdater plugin the first time. Your bot is lagging a lot because you probably have the bounty dumper plugin enabled. Disable that. The teleport loop could be caused by many things, but most of it being likely due to you not having everything updated.

Please read the first post. I have included numbers in the troubleshooting(?) section. If the numbers displayed when you first start DemonBuddy do not match what I have listed there, then you know which plugin is the problem and what needs to be updated.
 
I know your trying to help me but, Im Srsly handicapped at this computer stuff, and im loosing my temper atm. Ill try, Is it possible for you to make a youtube guide for us the retarded people one day, doing all what needs to be done in correct order, WOULD BE GREATLY appriciated. I think im gonna have to give up I have no clue what im doing, and everytime i try my game fucks / chrashes and generally pisses me off :p
 
For those who successfully run a4 bounty profile in a long period, what's the cache per hour you guys get? I know it depends on build & gear but just curious.

please indicate game difficulty.
 
I know your trying to help me but, Im Srsly handicapped at this computer stuff, and im loosing my temper atm. Ill try, Is it possible for you to make a youtube guide for us the retarded people one day, doing all what needs to be done in correct order, WOULD BE GREATLY appriciated. I think im gonna have to give up I have no clue what im doing, and everytime i try my game fucks / chrashes and generally pisses me off :p

see if my guide helps you
 
Act4. if bot goes to vendor after compliting all bounties, it often doesn't talk to tyrael.
 
@sychotix

in mostly act1 issue.

in tags awtrinityexploredungeon with condition until=exitfound maybe if you change that to objectfound with actor id and then next line is using movetoactor with actorid and isportal=true. it will click the portal instead of tp loop. I tested with:

Code:
		<If condition="CurrentWorldId == 82502">
			<WaitTimer questId="312429" stepId="2" waitTime="1000" />
			<AWTrinityExploreDungeon bountyQuestSNO="344547" bountyStep="4" questId="312429" stepId="2" boxTolerance="0.18" boxSize="20" until="ObjectFound" actorId="176038" ignoreMarkers="False">

			</AWTrinityExploreDungeon>
			<MoveToActor questId="312429" stepId="2" x="814" y="1242" z="0" actorId="176038" destinationWorldId="82511" isPortal="True" interactRange="20"  />
			<WaitTimer questId="72095" stepId="11" waitTime="1000" />
		</If>
 
The bot should have timed out due to gold inactivity because of trinity. Weird that it didn't.

I usually set a low threshold for gold pickup paired with a short inactivity timeout (90-120 seconds). Usually works well to catch inactivity but doesn't end up leaving prematurely.
 
Would you be able to help me with teamspeak assistance its hard to explain when you dont know half the stuff im reading / finding / fucking up :p
 
@sychotix

in mostly act1 issue.

in tags awtrinityexploredungeon with condition until=exitfound maybe if you change that to objectfound with actor id and then next line is using movetoactor with actorid and isportal=true. it will click the portal instead of tp loop. I tested with:

Code:
		<If condition="CurrentWorldId == 82502">
			<WaitTimer questId="312429" stepId="2" waitTime="1000" />
			<AWTrinityExploreDungeon bountyQuestSNO="344547" bountyStep="4" questId="312429" stepId="2" boxTolerance="0.18" boxSize="20" until="ObjectFound" actorId="176038" ignoreMarkers="False">

			</AWTrinityExploreDungeon>
			<MoveToActor questId="312429" stepId="2" x="814" y="1242" z="0" actorId="176038" destinationWorldId="82511" isPortal="True" interactRange="20"  />
			<WaitTimer questId="72095" stepId="11" waitTime="1000" />
		</If>

If you are having trouble with it clicking the protals, update your QuestTools plugin. This is easily done with the EZUpdater plugin.
 
Status
Not open for further replies.
Back
Top