• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Profile with highest xp/h

    Discussion in 'Archives' started by hefal, Oct 4, 2014.

    1. hefal

      hefal New Member

      Joined:
      Sep 9, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      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
       
    2. NoWayLol

      NoWayLol New Member

      Joined:
      Apr 30, 2012
      Messages:
      557
      Likes Received:
      2
      Trophy Points:
      0
      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?
       
    3. krislicoque

      krislicoque New Member

      Joined:
      Jul 14, 2013
      Messages:
      184
      Likes Received:
      0
      Trophy Points:
      0
      T6 rifts as a M6 DH or Raekor Barb should get you around 3 bil/hr with good gear.
       
    4. Harze2k

      Harze2k New Member

      Joined:
      Oct 7, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      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!
       

    Share This Page