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

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

    1. alexio86

      alexio86 Member

      Joined:
      Jun 3, 2014
      Messages:
      262
      Likes Received:
      2
      Trophy Points:
      18
      sorry for my stupid question.

      so I can download the new routine from page 1? where there link SVN?

      work all or need change any?

      thanks
       
    2. trasser

      trasser New Member

      Joined:
      Sep 15, 2014
      Messages:
      91
      Likes Received:
      0
      Trophy Points:
      0
      Link first string in first post. Called SVN.

      In base work fine, but some class routines must be changed.
       
    3. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      No need to check if Backstab is on Cooldown, it's ahead of Crippling Strike in the Priority order. As do the second thing, there's no movement code for "move behind" (that I'm aware of), so no way to make it move behind unfortunately :(

      I pushed the fixes you suggested to the SVN. Update and keep testing, thanks.
       
    4. alexio86

      alexio86 Member

      Joined:
      Jun 3, 2014
      Messages:
      262
      Likes Received:
      2
      Trophy Points:
      18
      thanks i try then
       
    5. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      trasser,
      I also posted your Mercenary/Arsenal changes live. They looked fine, but again, I can't test as I don't have a Merc. Thanks for the updates
       
    6. brandondehorta

      brandondehorta New Member

      Joined:
      Sep 17, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      ---------------------------------------------
      Starting Buddy Wing v1.0.1124.524
      Logging in...
      T: 5247221891355794355 H: 766090812
      Login Success!
      User is a Agent
      Advanced Class: Operative / Discipline: Lethality
      LazyRaider Disabling Loot Targeting
      LazyRaider Disabling Mounting
      LazyRaider Disabling Movement
      LazyRaider Disabling Targeting
      LazyRaider Disabling Repop
      [Hot Key][F7] Toggle AOE
      [Hot Key][F8] Load UI
      [Hot Key][F12] Set Tank
      [Hot Key][F9] Toggle Pause
      Initialize Behaviors
      RebuildBehaviors called.
      Medpac Created!
      Using Operative Lethality by aquintus rotation based on Character Spec
      Rebuild Complete.
      Chose Pure Rotation as your combat routine.
      LazyRaider Disabling Loot Targeting
      LazyRaider Disabling Mounting
      LazyRaider Disabling Movement
      LazyRaider Disabling Targeting
      LazyRaider Disabling Repop
      [Hot Key][F7] Toggle AOE
      [Hot Key][F8] Load UI
      [Hot Key][F12] Set Tank
      [Hot Key][F9] Toggle Pause
      Initialize Behaviors
      RebuildBehaviors called.
      Using Operative Lethality by aquintus rotation based on Character Spec
      Rebuild Complete.
      BuddyMonitor has started up successfully.
      [BuddyMonitor] You have enabled BuddyMonitor but haven't entered your API key or your identifier yet! Open the configuration, set the values and restart BuddyWing.
      Sell quality set to Premium.
      Buddy Wing: The Old Robot is ready!
      -----------------------------------------------------------

      I use to be able to hit the f12 hot key and toggle everything... now it doesnt do anything.. and my lazyrider stays disabled. Any suggestions?
       
    7. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      I haven't updated Lethality yet. If you'd like to speed up the process, please provide the updated abilities, buffs, debuffs, and rotation changes so I can code them in.
       
    8. stoiansl

      stoiansl Member

      Joined:
      Oct 9, 2012
      Messages:
      209
      Likes Received:
      1
      Trophy Points:
      18
      Sent combat is ok just need to change this Alltr

      Spell.Cast("Precision Slash"),
      Spell.Cast("Master Strike", ret => Me.HasBuff("Precision Slash")),

      to this


      Spell.Cast("Precision"),
      Spell.Cast("Master Strike", ret => Me.HasBuff("Precision")),

      for me now is working ok i am not sure because i have lag or my server have lag
       
    9. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Fixed and committed. Please updated from SVN and let me know how it works. Thanks!
       
    10. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      There are quite a few discipline issues at the moment. After 2 hours logging onto each class and checking which discipline BW thinks is it and dumping all the spells and IDs, I found 11 discrepancies.

      The good news is, I sent the spreadsheets to Aevitas and it will all be insanely easy to fix. :)
       
    11. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Ama, for the moment I've disabled the Shadow/Serenity cs file because it was conflicting with Sage/Balance. I'll change it back when we get the updated Discipline IDs, just didn't want you to freak out if you saw that
       
    12. stoiansl

      stoiansl Member

      Joined:
      Oct 9, 2012
      Messages:
      209
      Likes Received:
      1
      Trophy Points:
      18
      no its not you change only
      Spell.Cast("Master Strike", ret => Me.HasBuff("Precision"))

      you need to change this too
      Spell.Cast("Precision"),





      Spell.Cast("Precision"),
      Spell.Cast("Master Strike", ret => Me.HasBuff("Precision")),

      this must be end version
       
    13. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Ha, I missed that first fix. My bad. Fix is on SVN now.
       
    14. stoiansl

      stoiansl Member

      Joined:
      Oct 9, 2012
      Messages:
      209
      Likes Received:
      1
      Trophy Points:
      18
      now its ok
       
    15. alexio86

      alexio86 Member

      Joined:
      Jun 3, 2014
      Messages:
      262
      Likes Received:
      2
      Trophy Points:
      18
      i tried but when i start bot in unpure version. F12 hotkey not work . and bot not loot credits or other. i check in file setting and where is lootnpc:true

      anyone know why this?

      thanks
       
    16. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Attach a log file. Make sure both the bot and the game are running in Administrator mode
       
    17. stoiansl

      stoiansl Member

      Joined:
      Oct 9, 2012
      Messages:
      209
      Likes Received:
      1
      Trophy Points:
      18
      its most like he dont have default routine in folder i had same problem before
       
    18. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Commando/Assault (won't work until we get a tree fix from Aevitas)
      Commando/Gunnery
      Commando/Combat Medic
      Scoundrel/Sawbones

      All update and pushed to SVN.

      I'm probably done for the night now, going to do some actual playing :)
       
    19. Swtor

      Swtor New Member

      Joined:
      Nov 29, 2014
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      I can't loot chest with this routine, any solutions ?
       
    20. brandondehorta

      brandondehorta New Member

      Joined:
      Sep 17, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 2014-12-08 00.43.txt I tried both having the defaultcombat folder in the routine folder and without. And both of them failed to toggle anything while pressing f12, or any hotkey
       

    Share This Page