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

Search results

  1. T

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

    There is a whole thread about people that do want DPS after sweeping winds is cast and they complained about blinding flash not casting - so i found some small solution to satisfy everyone.. In the meantime ill look into adding another GUI check box so you can select if you want to use blinding...
  2. T

    Get character stats - DPS and attacks per second

    Hey, need a way to reach the character stats like total damage, total attacks per second - for smarter use of combination strike (mainly), and other skills that are triggered can help determine if buffed or not and what to do when.
  3. T

    Plugin Compile + Init before db is logged in

    Nesox that is a lousy excuse... 1.99% of the people here run with YAR and have force enable all plugins. 2.you can make it so plugins have a special tag inside like it has a name, a version it can have a "MUST INIT BEFORE LOAD" which is defaulted to NO and is for plugins like Rads Atom / YAR...
  4. T

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

    Working on some nice optimizations for when to swap, when to cast blind, should we wait for blind to cast sweeping winds? (based on the situation), is the 8% bonus from deadly reach + combination strike relevant atm? or should we just prime attack. Seems to work clean without any micro stucks...
  5. T

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

    Anyone having problems with sp eddition please try this and tell me if it works properly: https://www.dropbox.com/s/occ5gopai5ws21y/GilesTrinity-1.7.1.7-Test.rar This is the original 1.7.1.7 without the additions from !sp
  6. T

    Trinity looking for a weapon in my stash whenever I go to town

    It isn't fixed in 1.7.1.7 there is an && that is supposed to be || Search for: // Returns if this item is protected by the swapper or not -> should make items safe from town run routine public bool SwapperUsing(ACDItem thisItem) { if...
  7. T

    [GUIDE] Item Swapping - Monk

    I had before this ~550 items per hour running mp2, and after proper configuration im running mp6 with 0.2 deaths per hour and 710 items per hour. Weapon I use a legendary with special effects like stun / freeze and stuff like that or one with high Life On Hit / Life After Kill. Shield i search...
  8. T

    [GUIDE] Item Swapping - Monk

    private static int[] rows = new int[] {0,0,0,0,1,0}; private static int[] columns = new int[] {1,2,3,4,4,5}; /// <summary> /// Possible Inventory Slots: /// InventorySlot.PlayerNeck - Necklace ///...
  9. T

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

    New version up v1.0.1b Changelog: 10/12 *Version 1.0.1b *Fixed several monk issues in 1.7.1.7 (missing hashHotbarHasPower...) *Made sweeping winds cast smarter so it won't always wait for blinding flash *Made trinity treat bottom right corner as protected for ALL monks that are weapon...
  10. T

    [Trinity addition] Combination Strike - Monk

    Combination Strike Each different Spirit Generator ability you use increases your damage by 8% for 3 seconds. Game mechanics How it really works is like this: each time you use a spirit generator it refreshes the buff (just like sweeping winds) keeping the damage bonus you have gained until...
  11. T

    1.7.1.6-B + mods by !sp // needs testing by advanced users

    So far it seems good here..
  12. T

    1.7.1.5 Monk doesn't use Sweeping Wind

    No weapon swappers or inna users it should trigger if it matches this: iElitesWithinRange[RANGE_25] > 0 || iAnythingWithinRange[RANGE_20] >= 3 || (CurrentTarget.IsBossOrEliteRareUnique && CurrentTarget.RadiusDistance <= 25f) So if any elites / boss / over 3 trash. And...
  13. T

    How you sell your SOJ?

    Auction House -> Equipment -> Armor -> All Armor types -> Bonus vs Elites > 20, Add other specific class skills. Only problem is stupid witch doctor ones i think that you can't find them.
  14. T

    Upgrading from 2 to 3

    The web application allows to upgrade from 1->3 What if i have bought 1 bot at the start and got it doubled to 2 and now i want to make it 3. Is there a different price?
  15. T

    Trinity looking for a weapon in my stash whenever I go to town

    Try this, it should fix the problem.
  16. T

    [GUIDE] Item Swapping - Monk

    My weapon swap looks exactly like the one above in the "CODE", just post what you want to do - even with an inventory picture and i will explain to you how it can be done.
  17. T

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

    If you installed v1.0.1 then yes it detects what set it currently has on and works accordingly. As for the casting, if you run with combination strike then you need it to cast after giving a few hits - do you have serenity? or at least high enough armor + res + hp to survive 2-3 seconds?
  18. T

    [GUIDE] Item Swapping - Monk

    Thunderclap is a lot faster due to the fact it teleports between monsters - with high attack speed this is crucial for a high speed build (at least from what i encountered). But, i am currently testing a new "fix" that makes it use combination strike for sweeping winds cast, making it get a dps...
  19. T

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

    Created a small guide to anyone having problems or wants to make his monk even better: http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-guides/94373-guide-item-swapping-monk.html
Back
Top