• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Pure SWTor

    Discussion in 'Archives' started by Ama, May 9, 2013.

    1. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      There's no way to measure threat, so the aggro dump is not in.

      The cleanse is sort of half-in. Basically, Ama was trying to compile all of the debuffs in the game that could be cleansed, but he never finished. Right now there's a Spell.Cleanse call, but it's fairly useless since it only has a handful of debuffs it cleanses (mostly raid-specific debuffs).
       
    2. Dre

      Dre Member

      Joined:
      Nov 6, 2011
      Messages:
      196
      Likes Received:
      0
      Trophy Points:
      16
      Dirty fighting Scoundrel you mean?

      P.S. Love that profile pic

      What are you using Pure or Unpure rotation?

      Okay by the looks of it your not point blank for all the spells to go off, some of those have a 10m and 4m range.
       
      Last edited: Mar 13, 2014
    3. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Are you using the most up-to-date version of Pure? Pure or UnPure? Is he in crouch/cover? What happens if you put him in crouch? Are you within 10m of the target?

      I need more information, plus a log if you can get it. I don't have a Gunslinger, so I can't test any of the rotations for myself.
       
    4. axyy

      axyy Member

      Joined:
      Nov 23, 2012
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      6
      What must I do BW automatically choose Unpure ?
       
    5. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Hm, it's not recognizing any points you have in the Dirty Fighting tree. This happened before with Guardian Defense and it was a BW issue, so you may need to make a new thread. Do Joe's or Walter's recognize the points?
       
    6. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      It won't automatically choose it. You need a default routine (I use Joe's) so that Pure can work.
       
    7. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Latty79, I saw your post in the support forum, thank you. For now, I'd suggest just switching to one of the other two trees until this gets fixed. It looks the bot is recognizing those trees no problem, and the rotations should be working fine as well.
       
    8. 17N

      17N New Member

      Joined:
      Jan 24, 2014
      Messages:
      278
      Likes Received:
      2
      Trophy Points:
      0
      What do you mean by default routine?

      ATM at the routines folder I only have the BW default and pureswtor

      Do you mean that instead of the BW default, I could use Joe's and delete the BW default?

      Also do you mean I could delete the BW default and just have pureswtor?
       
    9. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      No, I mean the exact opposite of this. If you want to use Pure, you need to have some other rotation in the folder. It can be default, Joe's, or Walter's, but you need a rotation in there. BW will always load that other rotation first (hence why I call it a "default" rotation), but then you'll be able to select Pure from the dropdown menu.
       
    10. 17N

      17N New Member

      Joined:
      Jan 24, 2014
      Messages:
      278
      Likes Received:
      2
      Trophy Points:
      0
      are there any differences if I have the default rotation against joe's or walter's?
       
    11. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      No, they don't affect the rotation at all.
       
    12. 17N

      17N New Member

      Joined:
      Jan 24, 2014
      Messages:
      278
      Likes Received:
      2
      Trophy Points:
      0
      is there any way to cast slow spell if the target is not affected by debuff slow?
       
    13. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Yeah absolutely. I won't add it to the rotation, because it's not useful for fp's and op's, but I can tell you how to add it to yours. What's the name of the spell (exact name) and the name of the debuff on the target (exact name)?
       
    14. 17N

      17N New Member

      Joined:
      Jan 24, 2014
      Messages:
      278
      Likes Received:
      2
      Trophy Points:
      0
      the debuff name is called:

      slow (force)

      I don't know if the brackets should be included

      The spell name is called

      Chilling Scream

      If you give me the code to that, I am sure I could adjust it for other characters
       
    15. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Spell.Cast("Chilling Scream", ret => !Me.CurrentTarget.HasDebuff("Slow (Force)")),

      Let me know if that doesn't work. The debuff name has to be properly spelled and capitalized, so that's probably the culprit.
       
    16. 17N

      17N New Member

      Joined:
      Jan 24, 2014
      Messages:
      278
      Likes Received:
      2
      Trophy Points:
      0
      do we know what makes the rotation to hung?

      is it a condition that fails to execute?

      for example rotation picks: use vicious slash but the player does not have enough rage therefore rotation hungs.

      if not what is it?
       
    17. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      That shouldn't cause it to hang. If you don't have enough rage to use Vicious Slash then it should use Assault or Battering Assault. I've never seen hanging in Warrior/Guardian routines, only in the Shadow/Assassin routines.
       
    18. 17N

      17N New Member

      Joined:
      Jan 24, 2014
      Messages:
      278
      Likes Received:
      2
      Trophy Points:
      0
      could it be then, that momentarily the enemy (player) moves out of range, and causes the hang?
      could it be ravage?

      I want to find what it is and fix it :p
       
    19. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      It might help if you tell me what's happening and what you're seeing. You could post a log next time you see it happen.
       
    20. 17N

      17N New Member

      Joined:
      Jan 24, 2014
      Messages:
      278
      Likes Received:
      2
      Trophy Points:
      0
      The character will stand next to an enemy and cast NOTHING, as if someone paused the rotation. And I don't know how to post logs. And it also happens only in PVP, never in PVE.
       

    Share This Page