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

Search results

  1. Stekarn

    How do i not stash leg potion

    It shouldn't stash them by default, just make sure you use Item List otherwise it will stash all Legendaries if you are using that option.
  2. Stekarn

    Is it safe to bot D3 while WoW/Hearthstone is open?

    Yes it's safe
  3. Stekarn

    BOUNTIES PROFILES PLEASE

    attach the log
  4. Stekarn

    YAR Relogger 4.250.0.5

    Try the latest build
  5. Stekarn

    BOUNTIES PROFILES PLEASE

    It is working, there is just one profile for bounties (it only tells Trinity it should be doing bounties), the profile doesn't contain any of the logic for doing bounties it's all in Trinity. Each bounty needs to be scripted except some generic bounties that can share similar code. You should...
  6. Stekarn

    Finished waiting after unit death: x1_Skeleton_Westmarch_A-64940, TimeWaited=0:00:01.0560136

    It's used for waiting for items to appear after killing elites in Rifts, it's not used for regular monsters. Mainly to make sure it waits for the progression globes to drop // Wait after elite death until progression globe appears as a valid target or x time has passed. if (Core.Rift.IsInRift...
  7. Stekarn

    Bounties not to Turn in!

    It should be States.Completed not MovingToTyrael, whoops.
  8. Stekarn

    Bounties not to Turn in!

    You're welcome :)
  9. Stekarn

    No Items stats showing

    Don't you need a log? I think you do :mad::(
  10. Stekarn

    No Items stats showing

    There are item stats in Trinity, it's saved to a file if you have the "Log Session Stats" option selected in Advanced -> Reports. It's saved as a xml file in the TrinityLogs folder. example : Session - Barbarian - 02-25-18.7978568-g - Sat 09-Dec-17 09-05-09.xml
  11. Stekarn

    Barbarian IK / HoA Profile not working

    Damn, working pretty good now. Thx!
  12. Stekarn

    How do i not stash leg potion

    Just select it in the ItemList
  13. Stekarn

    Working Uber profile?

    Damn lazy devs should write the logic for farming ubers/machine parts using a ProfileTag like the Bounties, Rifts etc.
  14. Stekarn

    Bounties not to Turn in!

    Change line 163 in CompleteActBountiesCoroutine.cs to this and it won't try to move to or interact with Tyrael. State = States.MovingToTyrael;
Back
Top