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!

Siege Camp Chest Runner V2.1 - Fast Legs & No Gear Required

So I am closing in on 24hrs now at less than 2 legendary/hour...

I have been getting around 3.6 legendary/hour before this...
 
For anyone interested I figured out how to increase the gold pile slider so you can make it a huge number so the bot wont backtrack to pickup gold

go to

Demonbuddyinstallfolder\Plugins\Trinity\UI\Items

edit ConfigPickup

search for 4000

edit to whatever you want and when you open trinity and go to gold slider it will go to the max number you specified


also on a side note, question for you Captain. Do you know a way to make it so the bot will use vault with the danetta set(uses hatred instead of dicipline for vault)? If you could figure that out it would be awesome, that way all disc would be used on smoke screen and hatred for vault, would be scary to see how fast it would be with that.
 
Last edited:
I think during the emergency maintenance last night they nerfed this. I ran the profile 6 times for 6+ hours each averaging 2.8-3.6 legendaries per hour. I ran it for 6 hours this morning after the maintenance and I was down to 0.56 legendaries per hour. Thats too much of a drop for RNG.
 
This has not been nerfed. I've used it for 7 hours today, 18 epics. Yes, I was very lucky on the RNG today, however I can confirm it's not nerfed..
 
i know its not nerfed, im at 4.46 leg/hr my self right now @70game per hour, and thats slow to me, if it was coded for danetta i could tumble/smoke screen across entire map. its all about getting your game per hour as high as you can.
 
Long time lurker first time poster. It's unfortunate that Captain discontinued his support; his bot was great. I don't know if this violates any of his principles, but is there anyway that anyone can post a download link to the TrinityOOCToggle.cs script? Unfortunately the links have been taken down and EZupdater wiped it out. I'd greatly appreciate it.
 
@Captain

I've been out of town for a while. i come back and hear from people that this profile is great. Problem is, i just spent the last 20 minutes going through the comments and i dont see the .zip or whatever. Im sorry if im missing something, was reading the nonsense from the troll. anyway, where can i get this profile?

thx
 
That's understandable, but I guess I was asking if anyone could upload TrinityOOCToggle.cs to a downloading host somehow.
 
This has not been nerfed. Running 10+ hrs and still getting 5+ lph with 80+ gph. I am sorry this profile has to fall under folliness of one troll. Thank you cap'n. You are my hero.
 
Is this file in Plugins/Trinity/Combat? Sorry for the dumb question.. Can you upload your version please. It's still working right?

I tested the default routine and it clicks ~10 times even with nothing changed, but you're right.

Maybe this will work better:

Code:
if(Player.Position.Distance(CurrentTarget.Position) > 2f)
{
	if(!isMoving || DateTime.UtcNow.Subtract(PlayerMover.TimeLastUsedPlayerMover).TotalMilliseconds > 500)
	{
		ZetaDia.Me.Movement.MoveActor(CurrentTarget.Position);
		PlayerMover.TimeLastUsedPlayerMover = DateTime.UtcNow;
	}
}
else
{
	iInteractAttempts = HandleItemInRange();
}

Now it will click 2 times a second max, hopefully...

EDIT: !isMoving check is needed also
 
Back
Top