• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • pussyarcher Crit EvasionTornado Shot / Puncture Bow Range

    Discussion in 'Archives' started by WhereIsMyMind, Feb 9, 2015.

    1. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      See attached. This is not a level CR but more early end game.

      I do not plan on making any changes as I am nearly done with this build and will run with something different next league.

      Only thing left is to confirm if it was the cause of the bans (likely not but I don't have data saying it was not) but the recent bans seem across the board so...
      And one of the accounts using it was not banned.

      CR is based on ZiggyD's Crit EvasionTornado Shot / Puncture Bow Range
      https://docs.google.com/spreadsheets/d/1ZF5qCN0rGkykyezDDFAq6-On_aSak6utdFunADwoKSI/edit#gid=0

      debug code present. Code not optimized (read "OMG why did you even.. I.. wut?") but it runs well nice, was happily mapping with this.

      I would next extend this with some rework of the blocked by door logic and adding another escape technique with blink arrow. I have yet to play with those arrow skills.
      Unfortunately for this build the 'OP as your mum' Kinetic blast build will be my next CR project.

      wimm
       

      Attached Files:

    2. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      Naturally mad props to PushEdx, the buddy crew, for whom I could not have made this if I had not stolen their code.
      To the rest of the community, including the noobs, bot hard or go home

      wimm
       
    3. Rechedhag

      Rechedhag New Member

      Joined:
      Jan 19, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      awesome, thanks wimm!
       
    4. IeU

      IeU Member

      Joined:
      Jul 20, 2010
      Messages:
      830
      Likes Received:
      11
      Trophy Points:
      18
      I have this build too, i modifeid a bit the trap logic so it does not throw half range, but at mobs position. (i had puncture as trap)

      i find thou that the dmg wasnt that good, btw too gear dependent
       
    5. Nixon233

      Nixon233 New Member

      Joined:
      Sep 30, 2013
      Messages:
      320
      Likes Received:
      2
      Trophy Points:
      0
      Sweet! will give this a shot on my one but, also just started a kinetic blast build. Level 53 and it is mowing down mobs! very excited to see how the bot handles it.
       
    6. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      yes, kinetic blast is the next CR. Going to be so easy.

      wimm
       
    7. Nixon233

      Nixon233 New Member

      Joined:
      Sep 30, 2013
      Messages:
      320
      Likes Received:
      2
      Trophy Points:
      0
      Will be waiting patiently lol :p might just mod this one a bit to get it to work, or example.
       
    8. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Modular CR inc !
       
    9. judge001

      judge001 Member

      Joined:
      Mar 25, 2012
      Messages:
      97
      Likes Received:
      1
      Trophy Points:
      8
      Wimm, thank you for sharing this; it is very much appreciated. If I simply change tornado shot to another bow skill, but keep other skills the same, is there any reason why it would not work? Thank you for your support and insights!
       
    10. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      depends on the skill.. for instance TS can target a location. Can your skill?
      It could also be a timing issue, perhaps the cooldown on your skill is too long?

      wimm
       
    11. UmitB

      UmitB Member

      Joined:
      Mar 13, 2014
      Messages:
      100
      Likes Received:
      8
      Trophy Points:
      18
      DO i need to replace with current exmaple routine? I can't make it work. Anybody can help me , how i can make it work?
       
    12. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      This is a specialized CR around a certain specialized build. It is only here for dev resource or for experienced EB users.

      But, to get it working, you need to respect the following (changing these to different skills WILL NOT WORK without a good level of EB CR experience to change the code).
      Not having the skills in the following slots WILL CAUSE THE CR TO FAIL.

      MainDamageSlot = 4; (TORNADO SHOT)
      SingleTargetCurseShot = 5; (CURSE ON HIT LIGHTNING ARROW)
      PunctureSlot = 6; (TAKE A GUESS)
      SmokeMineSlot = 7; (PUNCTURE? wrong, THAT WAS THE ONE ABOVE)
      _auraSlot = 2; (don't put anything in here you want because the CR uses this to cycle through auras)
      Vaal gem skill slot = 8; (use nearly any vaal skills that is not targetted e.g. vaal arc, cold snap, molteshells,...)

      for instance, say, you swap out the curse on hit with a normal curse, well that will fail because the CR is most of the time loosing an arrow towards a target OFFSCREEN
      Punctureslot, same thing, it will target offscreen
      Tornadoshot, never targets offscreen but may target an area and not a target. So swapping this for a different skill will likely break.

      wimm
       
      Last edited: Feb 22, 2015
    13. Rechedhag

      Rechedhag New Member

      Joined:
      Jan 19, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Wimm what skill do you put in slot 1 2 3?
       
    14. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Move. because it'll mostly overlap GUI with cursor ;) so it doesn't get stuck on the tooltips
       
    15. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      ToNy is right,
      1 is default attack, (I don't think default attack will even be called by the CR and lets face it if you are calling the default attack then your build/CR is shit).
      2 is left empty but the CR uses it to cycle through auras.
      3 would have to be move as all other slots are used.

      I am really looking at a Summon Raging Skulls CR, let the RS's do all the work :p Lets see what the 1.4 patch notes say first.

      yay, 2 of the PoE bot accounts I just checked have not been banned (i've not run any of them in 3 or 4 weeks because of rl)

      wimm
       
    16. Rechedhag

      Rechedhag New Member

      Joined:
      Jan 19, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      In ziggyds guide it doesnt show he has smoke mine on there but in his items on the attachment to his excel it does on lvl 80 - 87, but on 90 he doesnt, its kinda confusing
       
    17. lyvewyre

      lyvewyre Member

      Joined:
      Jan 3, 2013
      Messages:
      418
      Likes Received:
      12
      Trophy Points:
      18
      Shit yeah! If you have anything you want tested i'll help out best I can. Been wanting a SRS focused CR for ages, one that uses desecrate/flesh offering intelligently, vaal haste. I've seen the build in action when played properly and it is insane! I just don't know how to code the CR.

      If you want some ideas on build etc PM me and I'll give you an overview of what I've been using.
       
    18. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      If you read OP's first post, you will see 'based on' ziggies.
      the smoke mine is a play around.. and will be used again because with a little tuning it works well with the bot with ranged builds. Example magic and rare mob within melee distance, smoke mine is up for longer than a few seconds (I would check the distance it is next cr) then hit it. Otherwise, no SM, then log out.

      this is a pussy variant. I don't care if the bot takes it's time.. I would rather see it survive as I develop in SC and run in HC.

      wimm
       
    19. Rechedhag

      Rechedhag New Member

      Joined:
      Jan 19, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Wimm , i replaced my exampleroutine.cs with this but still has the old settingsgui otherwise if i just put this one , errors would come up, with the old settingsgui, it wont cast auras just shoots ts and wont use lightning arrow for curse on hit, i placed all the skills in the right place, help pls?
       
    20. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      My CR doesn't read from the GUI.. it is hard coded.

      You need to open the CR and you will see the variables at the top.

      As I stated, this is more for Devs and those interested in seeing some fucked up C# coding.

      wimm
       

    Share This Page