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

Search results

  1. DarkScorpion

    Necromancer - Working all builds 'custom routines'

    Change your item& skills manually. go to: Plugins-->Trinity-->Routines-->Necromancer...place .cs files there :)...restart DB and you should see the routines :)
  2. DarkScorpion

    Necromancer - Working all builds 'custom routines'

    well, I am trying to temporary disable kitemode during landofdead and switch back after... So...
  3. DarkScorpion

    Necromancer - Working all builds 'custom routines'

    Original BD from chinese D3 forum http://bbs.d.163.com/forum.php?mod=viewthread&tid=173498784 Kind like http://www.diablofans.com/builds/92035-post-hotfix-bones-of-rathma-ultimate-singularity This build relay on high CDR, but it is able to One shot GR 80 Elites. Try this build and routine file...
  4. DarkScorpion

    [Necromancer] Bone Storm GR80+

    I think you may got some issues with CorpseLance range on trash minion, it should be causing by TargetUtil.BestTarget(BoneStormRange). So what I did was mix v0.4, which is target = TargetUtil.BestEliteInRange(BoneStormRange) ?? TargetUtil.GetBestClusterUnit(10f, BoneStormRange); And I would...
  5. DarkScorpion

    Necromancer - Working all builds 'custom routines'

    I just make some adjustment based on your work. Now this routines could work on BLOOD GOD PET BUILD Here is my build, it could farm GR70 with 0 death.:)
  6. DarkScorpion

    What file contains all the SNOPower's

    like the skeletal mage? i dont think buff checking works on this one.
  7. DarkScorpion

    Bounties issue

    Did u guys got the bounties quest issue? Somehow bot randomly teleport to the map without quest. Any idea how to fix this?;)
  8. DarkScorpion

    Arachyr Firebat's (with manajuma set)

    if (Player.HasBuff(SNOPower.Witchdoctor_Hex)) { Logger.Log(LogCategory.Routine, $"Casting Explode Chicken"); if (PlayerMover.IsBlocked) { return ExplodeChicken(Player.Position); } return...
Back
Top