• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • LazyRaider/Combatbot

    Discussion in 'Buddy Wing Forum' started by distiny, Feb 3, 2013.

    1. strepie

      strepie New Member

      Joined:
      Jun 11, 2012
      Messages:
      290
      Likes Received:
      2
      Trophy Points:
      0
      Create a new file with notepad or whatever editor you like. Type "<profile/>" without the "" of course...and save it as "Combat Bot.xml". That's all. Load this and go :)

      So, it will look like this when you open your Combat Bot.xml file:

      <profile/>
       
    2. HostilityFactor

      HostilityFactor New Member

      Joined:
      Aug 29, 2011
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Thank you guys, appreciate it.
       
    3. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      Added Power Tech Shield Tech and Vanguard Shield Specialist.

      Pretty cool, this is the first time I've seen my Shield Tech do much of anything. :)
       
    4. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      where is the file to download?
       
    5. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      Just update SVN and you got it
       
    6. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      ok ty is there any notes on this like which classes are implemented?
       
    7. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      Not yet.. The ones with files, have been implemented
       
    8. Manolitox

      Manolitox New Member

      Joined:
      Jan 1, 2013
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      anyone else getting error if you try to SVN update?
       
    9. distiny

      distiny Member

      Joined:
      Oct 3, 2010
      Messages:
      141
      Likes Received:
      2
      Trophy Points:
      18
      no, I just did it and it worked

      btw anyone know how the syntax to use items (medpacks;etc) or relics ?
       
    10. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      i would love to know this so i can add it to Joe's 2.0
       
    11. distiny

      distiny Member

      Joined:
      Oct 3, 2010
      Messages:
      141
      Likes Received:
      2
      Trophy Points:
      18
      for joe's it's this:

       
    12. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      Added support for this. Haven't tested yet.

      Created new class called "IManItem". Went ahead and put an instance of it in RotationBase called "Medpack". To use it in your rotation, just put "Medpack.UseItem()" in your rotation.

      An example of how to put other items in.

      Code:
      //Name: Medpac
      //Cooldown: 120
      public static IManItem MedPack = new IManItem("Medpac", 120);
      
       
      Last edited: Apr 30, 2013
    13. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      it already is in Joes' ...

      i am playing around abit to figure out how to implement it in PureSWTor
       
    14. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      just added it. Updated too, you can now put conditions in, so...

      Medpack.UseItem(ret => Me.HealthPercent <= 30)
       
    15. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      k have to check out what you did now ;-)
      still learning *g*

      thanks anyways mate!
       
    16. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      Testing it out myself. Not working at the moment. :p

      Sorta working, but the timer is a little slow..... NM, my medpac only has a 1.5 minute cd. Are they all like that?

      EDIT: ok.. Medpac is fixed! Spent an hr banging my head on keyboard b/c I thought it was a 2 min cd. Other Items should work too!
       
      Last edited: Apr 30, 2013
    17. distiny

      distiny Member

      Joined:
      Oct 3, 2010
      Messages:
      141
      Likes Received:
      2
      Trophy Points:
      18
      They changed the CD on medpacks it seems
      and can be used only once per fight
       
      Last edited: Apr 30, 2013
    18. Siccum

      Siccum New Member

      Joined:
      Jun 13, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      has this been added to all specs? working? and also do i need to change anything to get it to use a specific medpack over another? example use warzone medpack instead?

      EDIT1: on a side not this is working fantastic. and goes through the rotation flawlessly on lightning spec.
       
    19. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      thanks made ;-)

      it seems it's going to the inventory from top left to right, top to bottom and uses the first item with "medpac" in it.

      tried it with several now by simply switching it's positions in the inventory.
       
    20. ChrisAttackk

      ChrisAttackk New Member

      Joined:
      Apr 4, 2011
      Messages:
      229
      Likes Received:
      1
      Trophy Points:
      0
      Hey I've been using the Seer Spec CR which I believe you made Ama, I was wondering if I'm doing something wrong or can it not heal while not having engage a target? I've noticed it only heals if I target an enemy. not sure if this is a BW thing since I'm new to all this. This is in War Zones BTW, I haven't tried Flash Points.
       

    Share This Page