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

Search results

  1. T

    Stutterwalk?

    Well im seeing this stuttering also, though it didn't happen before the patch (same trinity 1:1). Maybe its due to questing tools (also running it atm) or its due to DB
  2. T

    Temp fix: Trinity 1.7.1.8 - Updated DB #293

    If you set under Trinity -> Config : A: Don't pickup blues OR B: Use loot rules - and it still picks up blues, then something is broken with the latest DB release. I'll test later, honestly didn't even try DB since it has been up.
  3. T

    Temp fix: Trinity 1.7.1.8 - Updated DB #293

    I fixed that already, so maybe that's why people don't understand :p
  4. T

    8 hour bot max

    Until it doesn't initialize plugins b4 login - never will be safe :|
  5. T

    Could someone update version Trinity 1.6.3.4

    Cool, won't code at 4am anymore xd
  6. T

    Could someone update version Trinity 1.6.3.4

    GilesCachedItem doesn't contain property ACD, you need to select ACD by select using DynamicId (until a normal fix is made I guess). Look at my town run.cs under GilesSellOverlord Also just in case - use the CanSell method.
  7. T

    Temp fix: Trinity 1.7.1.8 - Updated DB #293

    This is supposed to work with the latest trinity, it is a fast fix i made. If anyone is willing to test your welcome, otherwise wait for a official fix from rrrix. https://www.dropbox.com/s/vgyxr407iroo2wb/Trinity-Fixed.rar enjoy, im off to sleep. Btw copy the monk.cs from the original...
  8. T

    [Official] Demonbuddy Auth after Banwave

    Like every patch since release
  9. T

    Any ETA?

    I have one account that isn't banned. Other people here are saying they haven't been hit at all. It all depends on profiles + bot behavior (which sucks) Also could be they scan our memory and flagged us all, just needed time to check out each specific player and look at his routine and see if...
  10. T

    "The monk cannon" - a budget fast and effective monk build for Act 3 champion farming

    Then your DB / Trinity / Profile is broken. For it tonwork effectively it should cast all buffs including sweeping winds AND 1 hit all the trash. With high attack speed these 1 hit kills make you pretty fast and thunderclap does hit multiple targets. If many enemies it should use wave of...
  11. T

    Monk Addon - Switch to high dps 1h weapon prior to casting sweeping winds

    Ah well to any survivors out there - i got hit, 4 accounts down, 1 left alive. Until i get new accounts up (if i will), I won't be updating this project anymore. Was a nice run :)
  12. T

    Monk Addon - Switch to high dps 1h weapon prior to casting sweeping winds

    I will be uploading a full 1.7.1.8 with everything integrated later on, so sit tight if you are lazy :)
  13. T

    Monk Addon - Switch to high dps 1h weapon prior to casting sweeping winds

    Ok finished and started testing here, seems to work really well so far. https://www.dropbox.com/s/c71ee846v0x7pbv/WeaponSwap%20-%201.0.2.rar Need to edit monk.cs and add at the top right under this line: private static GilesPower GetMonkPower(bool bCurrentlyAvoiding, bool bOOCBuff, bool...
  14. T

    Monk Addon - Switch to high dps 1h weapon prior to casting sweeping winds

    Small update for you guys that are still having problems. - I have found another small issue where DB misreads memory and this error will continue until DB reset - now fixed and will fix itself when ever the SecurityCheck is run (new game / another memory read issue). - Also added a method to...
  15. T

    Monk Skill, MoC w/ Submission

    Oh sorry my calculations are not correct. Submission is 12% per SECOND and SweepingWinds is 20/45% PER TICK and they tick twice per second. AND your calculations are wrong. its 12% WEAPON DAMAGE meaning going dual wield 50 attacks per second with a weapon with 500 dmg but sheet dps shows...
  16. T

    Monk Skill, MoC w/ Submission

    Lets say it does: Total dmg = (0.2x(Number of Cyclones) + 0.45[Sweeping Winds damage] + 0.12[Submission])x1.12 = 0.224*(Number of cyclones) + 0.504 + 0.1344 = (in case of 1 tornado) = 0.8624 If you go Overawe: Total dmg = (0.2x(Number of Cyclones) +0.45[Sweeping Winds damage])x1.24 =...
  17. T

    Monk Addon - Switch to high dps 1h weapon prior to casting sweeping winds

    Hmm i might look into that, problem is bot will go crazy and crazy behavior = easy to detect. Swap to 2h before sweeping winds is cast -> Then swap back to dual wield for battle -> Then swap 2h for channeling tempest rush -> run around find pack -> swap dual wield for battle -> swap again Will...
  18. T

    Monk Addon - Switch to high dps 1h weapon prior to casting sweeping winds

    Fixed the dropbox file - now public and not private version.
  19. T

    Monk Addon - Switch to high dps 1h weapon prior to casting sweeping winds

    lol i was sure i uploaded the public one XD my bad, and somehow it changed to +3 instead of +2 as it originally was. As for interruption while swapping - it swaps all items in a matter of milliseconds so the possibility of you doing a partial swap is 0. What can happen is it tries to SWAP...
  20. T

    Trinity 1.7.1.8

    neosho Open the profile CoreAzmodan.xml Go to the bottom and find this: <If condition="(not Me.IsInTown)"> <UseTownPortal questId="1" /> <While condition="not Me.IsInTown"> <WaitTimer questId="1" waitTime="50" /> </While> </If> Add before it this: <If...
Back
Top