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

Profile with highest xp/h

hefal

New Member
Joined
Sep 9, 2014
Messages
17
Reaction score
0
Hey, wanna see how far i can go before i get banned. Which profile would you guess has the highest experience per hour atm?

Running R-rifts profile along with the community made bounties sometimes right now. Other suggestions?

Thanks
 
Been wondering the same thing actually. Been using newest Trinity/QuestTools along side R-Rift and currently getting anywhere from 1.5b-2b XP/HR. Been wondering if there is something higher. Also tried Act 1 bounties and it gave me around the same rates, but curious if there is a good specific bounty to run. Haven't tried Hellrift since 2.0.6, that still good?
 
T6 rifts as a M6 DH or Raekor Barb should get you around 3 bil/hr with good gear.
 
I get around ~3.3b xp/h as Raekor vilecharge with good gear. Use gear swap between The Furnace and Maximus. Use gear swap on shrines as well to maximize elites.
Using this profile: https://www.thebuddyforum.com/demon...profiles/160808-rift-bot-rifting-profile.html

Spec and gear:
Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting

For extra awesome run speed use this (belt in pic above is needed):

Edit your .\Profile\Trinity\Combat\Abilities\BarbarianCombat.cs

Find this section:

Code:
public static bool CanUseWarCry
{
get
{
return
CanCast(SNOPower.X1_Barbarian_WarCry_v2, CanCastFlags.NoTimer) &&
!Player.IsIncapacitated &&
(Player.PrimaryResource <= V.F("Barbarian.WarCry.MaxFury") || !GetHasBuff(SNOPower.X1_Barbarian_WarCry_v2));
}
}
Change it into:

Code:
public static bool CanUseWarCry
{
get
{
return
CanCast(SNOPower.X1_Barbarian_WarCry_v2, CanCastFlags.NoTimer) || !GetHasBuff(SNOPower.X1_Barbarian_WarCry_v2);
}
}

Good luck!
 
Back
Top