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

Search results

  1. Magi

    Unified GilesPlugin's Unnoficial Updates File

    OK, further tweaked Sweeping Wind code. We fixed the spamming issue for users without Inna, but Inna users would have to wait until they reached 75+ spirit to initially cast it. This ensures sweeping wind is always running for Inna users and not wait for the initial 75 spirit: // Sweeping...
  2. Magi

    Unified GilesPlugin's Unnoficial Updates File

    I did a quick search through all of the Belphegor files and found nothing for ACD.AnimationState...you sure it's using them? I saw them doing some set/checks for "Burrowed" Which file did you see them using this animation state? This is all I found for Belphegor: private bool...
  3. Magi

    Unified GilesPlugin's Unnoficial Updates File

    OK my version attached for whenever the official v40 comes out. I already changed the version number on it in case anyone wants to start using it. Here's what I did: - Included suggestion above for reduction of time allotted for temporary monster blacklisting. Reduced from 2 minutes to 25...
  4. Magi

    Unified GilesPlugin's Unnoficial Updates File

    I'll change that since I'm putting Uber code in...just about done
  5. Magi

    Unified GilesPlugin's Unnoficial Updates File

    I'll look through but last time I found that code it was set to 2 minutes before it was put on the temporary black list. I can reduce the time if you want if that hasn't been changed by anyone in this unified version. Has been about 2 weeks since I last saw that because I was getting stuck by...
  6. Magi

    Unified GilesPlugin's Unnoficial Updates File

    Sounds good, give me a few hours. Have some real life work to do first. Will send over to you asap though.
  7. Magi

    Unified GilesPlugin's Unnoficial Updates File

    ok morning just started for me so I've got 12 hours before my nightfall...how about your nightfall lol. I can work off version .39 if that's cool unless you've already started .40 PM me if you want.
  8. Magi

    Unified GilesPlugin's Unnoficial Updates File

    Jub - FYI, I made quite a bit of changes to Trinity including adding a new AoE in the trinity config window which requires editing of both the .cs and .xaml I figured I'd try and put those in your latest version when things slowed down but if you think you can handle it, have at it. nothing...
  9. Magi

    Problem with Leoric Manor door

    Looks like one of my old profiles. Might want to update it. See my sig.
  10. Magi

    Craft an Infernal Machine

    Unfortunately nothing available for crafting stuff. My Uber profile is ready for it too, if any dev's out there are listening...hook a brother up!
  11. Magi

    Unified GilesPlugin's Unnoficial Updates File

    I don't envy you jubisman, but I appreciate your hard work and help. Always good to hear that from folks, so please, anyone who is using this, give him and those others working on it some love to. It's good to hear right before you tell us something is broke :)
  12. Magi

    Unified GilesPlugin's Unnoficial Updates File

    damn your full of good stuff aren't ya? Thank you!
  13. Magi

    Unified GilesPlugin's Unnoficial Updates File

    Elites get an increased range depending on the user's kill radius set. If less than 60, it defaults to 60. If between 60-90, it defaults to 90. However the issue is more to do with hidden mobs that jump out at you. There is a check for "burrowed" mobs in Trinity, but I don't think it works. Sure...
  14. Magi

    Unified GilesPlugin's Unnoficial Updates File

    This is a problem with all "invisible" monsters...including Wither Moths in Act 1 Hunting Grounds, Birds in Oasis Act 2, Act 3 Dragon things. Trinity does have something built in after 2 minutes that it will put them on a temporary blacklist. You could drop that down to 30 seconds or something...
  15. Magi

    Unified GilesPlugin's Unnoficial Updates File

    Hey jubisman, Just do a quick search in the .cs file for "now in action!" and you'll see where this should be replaced. Giles was using Version instead of Description, so I replaced it so we can keep track of what unified version we're using. Let me look at the priority for potions against...
  16. Magi

    Craft an Infernal Machine

    haha thank you! Going to first finish off a basic uber run profile so you can at least use all those pesky keys taking up space in your stash, then will hunt around for crafting solution. Have to write some new functions for the Uber profile and modify trinity to properly fight these ubers...
  17. Magi

    Craft an Infernal Machine

    Got it, perfect. Will get to work.
  18. Magi

    Unified GilesPlugin's Unnoficial Updates File

    Might I suggested adding your version in the display dialogue: Log("************************************"); Log("ENABLED: " + Description + " now in action!"); Log("************************************"); Also, 2 pages back (I think) I posted some additional avoids for Zolton's Time Warb and...
  19. Magi

    Craft an Infernal Machine

    Noob alert - Any insight how I can access that info? Not sure if that's buried in DB code or Diablo itself.
  20. Magi

    Unified GilesPlugin's Unnoficial Updates File

    FYI, working on Uber profiles...adding Zolton's Twister and Bubble to avoid list: // **************************************************************** // ***** Avoidance-related dictionaries/defaults ***** //...
Back
Top