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

Search results

  1. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    GR HIGH-LEVEL - Wizard - Diablo III Builds - Diablo Fans
  2. N

    Guide to Writing Combat Routines

    I copy files to Plugins folder, when i run db, i got an exception.System.Runtime.Serialization.InvalidDataContractException: Type cannot be serialized “Trin.Routines.Wizard.WizardParalysisArchonVyrTalObsidian". this is my code, where is wrong? using System; using...
  3. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    I think so too
  4. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    I have updated the thread, and added my build url
  5. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    if i understand right, you mean the mana not enough use.I think your off-hand item need this affix:Critical Hits grant (3-4) Arcane Power
  6. N

    bot tries to break all the doors in the jail maps.

    in my case, the bot used Disintegration Wave spell to fuck the wall again and again util end the world ..........
  7. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    updated
  8. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    maybe he want to get your battle id? hah
  9. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    I checked mana > 90% to cast Bllizzard, but bot will be multiple-exercise, i have no idea
  10. N

    Wizard skill ArchonDisintegrationWave cannot be right cast

    thks, i forgot it........i will try, hope it can work
  11. N

    Avoid distance attack's moobs [Mage}

    Infact, bot always moving back and forth when player is in AOE. I'm trying to fix it.Currently, Archon will teleport to a safe destination, and Non-Archon will move to a safe destination too if player stand in AOE. This is the best I can do.
  12. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    OK,but i need to get english client...
  13. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    78 done or not?
  14. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    I think your problem is the bot always jumping back and forth between two places. I'm tring to fix it. Currently, 80 done 8min, and my intelligence point just 10000. The other tester just 7000, 75 done 5min.
  15. N

    Paralysis Vyr Tal 5+3 Obsidian V1.0.4

    move thread to https://www.thebuddyforum.com/threads/perfect-routine-library.298623/
  16. N

    Avoid distance attack's moobs [Mage}

    As far as i know, nothing can do this.I write a new combat routine. Tal rasha 5 + Vyr 3 Archon, gr 75 use 6 min, gr 80 use 8-12min. Distance attack kill me when i haven't archon buff. The bot not avoid distance attacks.
  17. N

    Wizard skill ArchonDisintegrationWave cannot be right cast

    In my combat routine, i use this code to cast ArchonDisintegrationWave skill if (IsArchonActive && target != null && target.Distance < 45 && target.IsInLineOfSight) { var position = MathEx.CalculatePointFrom(target.Position, ZetaDia.Me.Position, 45f); return new...
  18. N

    Guide to Writing Combat Routines

    Thanks a lot.I have a problem, is routine auto load? For example, i write my wizard routine, if i move the file to Plugin\Trinity\Routines\Wizard\. The plugin will automatically load it?
Back
Top