• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Act 1][Inferno] Demon Hunter Sarkoth farming script

    Discussion in 'Archives' started by icool, Jun 14, 2012.

    1. chrisssj3

      chrisssj3 New Member

      Joined:
      Jun 11, 2012
      Messages:
      270
      Likes Received:
      1
      Trophy Points:
      0
      How is it that u hit 530+ k?

      I only get 400k.

      I use the Final4vault templar, same radiuses. same MS, 309 GF which is more then you, 44k dps with sharpshooter/arachery/TacticalADvtange which is more then you. What attack skill do you use? And u use generic or all in one?

      Using DB version 92, I saw 95 posted here on forum but I dont trust to download off any other then admins.
       
    2. icool

      icool Member

      Joined:
      Oct 3, 2011
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      6
      The ferret should be summoned as you enter the cellar

      Im aware of that.
       
    3. ddmisho

      ddmisho New Member

      Joined:
      Jun 13, 2012
      Messages:
      176
      Likes Received:
      0
      Trophy Points:
      0
      alsome thx man. seem like you did not sleep at all
       
    4. chrisssj3

      chrisssj3 New Member

      Joined:
      Jun 11, 2012
      Messages:
      270
      Likes Received:
      1
      Trophy Points:
      0
      Hmm nevermind my last post even I Repeat same profile with same setup results are not the same...

      For example 20 runs might net you first time 500 GPH

      Next time u get unlucky and only get 360 GPH..

      This is really annoying and making the reports people make about GPH practically useless.. Unless it's something more solid like an hour or 100/200 runs.. but stille even then luck factor plays in..

      Hard to compare profiles just by that.. untill you actually look how it works ingame.
       
    5. kvich

      kvich New Member

      Joined:
      Jun 12, 2012
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      I'm having a frustrating issue. The bot itself does what it's supposed to, but it never uses my secondary attack. I was using Mammon's, but since I don't know how to turn off ferrets till the cellar, it will waste all my disc at the start on summoning them multiple times.

      When I use Belphegor, it never uses my secondary attack. I've been trying to use ClusterArrow. Any advice?
       
    6. icool

      icool Member

      Joined:
      Oct 3, 2011
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      6
      try switching secondary with the primary
       
    7. kvich

      kvich New Member

      Joined:
      Jun 12, 2012
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      Yeah I've tried switching them around and a few other things with no success. Any other suggestions?
       
    8. souljaboi225

      souljaboi225 New Member

      Joined:
      Jun 8, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      0
      Having the same issue, I suspect that you guys are using generic? Mammon does not currnetly use cluster arrow.
       
    9. legzor

      legzor New Member

      Joined:
      Jan 15, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      I'm using mammoth's profile. Have no problem what so ever. Only use ferrets in the basement. sure you have got the two plugins?

      But I don't use cluster arrow, just hungering arrow and multishot.
       
    10. kewlanime

      kewlanime New Member

      Joined:
      Jun 13, 2012
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      I had was frustrated with it when I didn't know how to set .

      -go to Routines/Belphegor/Routines folder
      -open Demon Hunter (open with something like notepad)
      -look for :

      // Secondary
      Spell.CastAtLocation(SNOPower.DemonHunter_ClusterArrow, ctx => ((DiaUnit)ctx).Position),

      // Primary
      Spell.CastAtLocation(SNOPower.DemonHunter_HungeringArrow, ctx => ((DiaUnit)ctx).Position)

      make sure u changed that secondary to ClusterArrow. and your skill secondary (right click) should have Cluster Arrow in it [If i'm not wrong..]

      well thats how I did it.. lol
       
    11. tozededao

      tozededao Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,225
      Likes Received:
      5
      Trophy Points:
      38
      Thanks once again for this awesome profile also thanks to the OP.

      I must be really unlucky since 70% of the times there is no cellar, I'm sitting at 330 GPH with 259GF no MS though, 14k dmg still think it is low at least comparing to your reports :p I might try to do some upgrades and get MS and see the changed.
       
    12. icool

      icool Member

      Joined:
      Oct 3, 2011
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      6
      thats my setup too
       
    13. ikw

      ikw New Member

      Joined:
      Jun 15, 2012
      Messages:
      127
      Likes Received:
      1
      Trophy Points:
      0
      yep after 100 run im sitting around 410-420gph
      i sell all stuffs except gems/tombs.

      I also changed my gear a lil bit.
      Now I have 14kdps with steady aim and 251gf with follower

      I use belphegor all in one, and change the script to replace impale with cluster arrow.

      try replacing sharpshooter with hot pursuit too. i think this is a key factor, besides vault, of your overall run speed. you dont see boss every run but you save 0.5-0.8 seconds on avg each run using hot pursuit.
       
      Last edited: Jun 15, 2012
    14. Stash

      Stash Member

      Joined:
      Jun 9, 2011
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      6
    15. souljaboi225

      souljaboi225 New Member

      Joined:
      Jun 8, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      0
      Aha, thanks for the help.

      I have one issue now where she'll vault down the steps where you spawn and then walk backwards. This is getting her killed in some runs. Typical for most people or is there a solution?

      Currently running the killwait plugin and artemis plugin.
       
    16. Ronso

      Ronso Member

      Joined:
      Jan 31, 2012
      Messages:
      151
      Likes Received:
      1
      Trophy Points:
      18
      @ikw what's your kill radius? and at the DemonHunter.cs line 24 did u change anything?
      Code:
      new Decorator(ctx => ctx != null && ((DiaUnit)ctx).Distance > 30f,
       
    17. ikw

      ikw New Member

      Joined:
      Jun 15, 2012
      Messages:
      127
      Likes Received:
      1
      Trophy Points:
      0
      are you using bel all in one?
       
    18. ikw

      ikw New Member

      Joined:
      Jun 15, 2012
      Messages:
      127
      Likes Received:
      1
      Trophy Points:
      0
      Kill radius 30
      Loot radius 40
      repair 10

      i didnt change any code except replacing impale with cluster in bel all in one
       
    19. souljaboi225

      souljaboi225 New Member

      Joined:
      Jun 8, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      0
      Yes I am, I swapped to belphegor and changed the impale to cluster thanks to a post above me.

      The issue is when it starts, sometimes she'll start vaulting far away... and then she'll walk backwards towards the stairs and gets killed. Seems like it's having a waypoint issue for me.
       
    20. Stash

      Stash Member

      Joined:
      Jun 9, 2011
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      6
      anychance the walking north after dying in the cellar can be fixed with something like adding logout after ressing?
       

    Share This Page