• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • UPaCCBT: The BehaviourTree Ultimate Paladin Healer Custom Class

    Discussion in 'Archives' started by Gilderoy, Jul 17, 2011.

    Thread Status:
    Not open for further replies.
    1. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      you could just grab the direct link from the paypal code and post that. Could even make it look sexy and make your own donate button. lol
      [​IMG]
       
    2. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      EDIT: so it seems i could figure it out, at the end :p

      rev125 is online with the small fix to make she always target lowest healt percentage mob when in solo mode
       
      Last edited: Jul 22, 2011
    3. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      you can tell paypal to Generate a link for Email, then just post that
      [​IMG]
       
    4. twistedintel

      twistedintel New Member

      Joined:
      Oct 3, 2010
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      This doesn't work well If your intention is to heal a FC who switches every 1-3 minutes. Wouldn't it be nice to just be able to target the person you want to heal, press a key-bind set in wow to set your focus, and know that he has top priority, instead of getting yelled at while going through the lazyraider menu and looking for the guys name, while said guy gets killed beside you.

      BotManager.Current.Name

      Also, why would you have to Overwrite the tank-selection code? You could just provide an option (in the form of a check box in the CC settings?) to choose whether or not you want to give your focus priority over lazy-raider's tank, and write another targetting behavior for when that option is enabled.

      E.g.
      PHP:
                  Boolean FocusPriority true// Set by the checkbox instead of this...
                  
      if (BotManager.Current.Name == "Lazyraider" && FocusPriority == true)
                  {
                      
      // Give our focus the priority
                  
      }
                  else
                  {
                      
      // Normal code
                  
      }
      Alternatively I guess I could start working on a plugin to automatically set the lazyraider tank to your focus... Just makes more sense to me to make it be part of the CC...

      Edit--
      I made a plugin that will automatically make your focus your LazyRaider tank, posting it here for anyone who might find it useful... Not going to post it in its own thread, because its useless unless used in conjunction with this CC... However, it makes healing BG's just that much easier. ( I recommend setting a key-bind to set-focus with this, so that all you have to do is target someone, press the keybind, and earn their gratitude.) Feel free to do whatever you want with the code...
      ----
       
      Last edited: Jul 23, 2011
    5. HyperMonkey

      HyperMonkey Member

      Joined:
      Jul 3, 2010
      Messages:
      517
      Likes Received:
      7
      Trophy Points:
      18
      Gilderoy, it seems the new casting system has really changed overhealing. The bot overheals a lot more now. Have you noticed this as well, is there any fix?
       
    6. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      What spells are doing the over healing, he needs info like that
      [​IMG]
       
    7. HyperMonkey

      HyperMonkey Member

      Joined:
      Jul 3, 2010
      Messages:
      517
      Likes Received:
      7
      Trophy Points:
      18
      Divine Light / Holy Light
       
    8. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      I don't see a problem with overhealing....
       
    9. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      same...most of the time DPS do more overhealing then me lol like a shadowprist using VE

      [​IMG]
       
    10. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      did the BT version get flag protection coded in. been doing bg's today and noticed its casting Divine shield (self) and blessing of protection on flag carriers.
      [​IMG]
       
    11. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      @twistedintel: i looked at your code and adapted it to work within the CC, you will find it inside rev 126, with credit ofc :) pls remove the attachment and realy thank you! you saved me a lot of time of coding ^__^
      you will find the new setting in the GUI, is false for default except in BG.
      it have first priority if the option in selected.
      @loevstroem: since there is no agreement here if she overheal or not i need more data.
      What i need: a full log, a pic of recount overhealing and a pic of your personal overhaling (the window that pop up when you click on your name) so i can see what spell overhealed for you and when.
      Whitout those data i cannot understand what is overhealing for you :)
      @xsilverdicex: as a matter of fact there wasn't :p I must have overlooked them in the rewriting.. they are back again in business, sorry ^^
      BTrev127 is onlyne! Selection of tank from your focus if the option is enabled added and added the option in the GUI for every setting, also put back the check for flag carriers ^__^
      6763 lines of code and counting! ^__^
       
      Last edited: Jul 22, 2011
    12. Jvidia

      Jvidia Member

      Joined:
      Jan 7, 2011
      Messages:
      594
      Likes Received:
      13
      Trophy Points:
      18
      Great work on the Selective Healing!

      I got asked to heal the tanks BOOOM easiest thing since sliced bread!!!

      Could do with being a little bit more like a table straight...

      Group member 1 ][ Group member 1 ][ Group member 1
      Group member 1 ][ Group member 1 ][ Group member 1
      Group member 1 ][ Group member 1 ][ Group member 1
      Group member 1 ][ Group member 1 ][ Group member 1
       
      Last edited: Jul 22, 2011
    13. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      eh eh eh eh :p I know I know that's the intent.. did you notice the "T" that appears near a person with the tank role in wow? ^__^
      BTW i know it would be more useful if the list was more organized, problem is HBCore does not support knowing in witch subgroup a unit is and witch position of the subgroup.
      The list _can_ be arranged by subgroup (but still no arrangment can be made inside the subgroup) using massive LUA calls and a lot of coding.. so if with the name of the unit with no organization is enought i will let it stay it like that :)
       
    14. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      doing awesome job her man...HIRE THIS MAN!
      [​IMG]
       
    15. tozededao

      tozededao Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,225
      Likes Received:
      5
      Trophy Points:
      38
      Glideroy can you remove the UltimatePalaHeaerBT Folder from SVN? I keep deleting it so your CC can rock it out, other than that, the average posts your cc has per day say it all :)
       
      Last edited: Jul 22, 2011
    16. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      Still using divine shield on self mate. with flag
       
    17. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      Also the new option to select tank from Focus is great for bg's BUT, if no tank is currently on focus (you dont as of yet have a focus target) it will not heal anyone not even itself. need to add a If no focus set self as tank maybe, or use Lazyraider tank Untill Focus
      [​IMG]
       
      Last edited: Jul 23, 2011
    18. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      I think this may be cause when i go into a BG it seems to Load "World PVP" only tested WS
       
    19. tozededao

      tozededao Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,225
      Likes Received:
      5
      Trophy Points:
      38
      Even setting all the options to no, it will still assume that your tank is the focus
       
    20. xLegendx

      xLegendx Active Member

      Joined:
      Apr 25, 2010
      Messages:
      1,050
      Likes Received:
      1
      Trophy Points:
      38
      View attachment 7-23-2011_3_37 AM 6256 Log.txt


      Doesn't seem to work when I went into a BG


      Figured out the problem, "Import your tank form focus" or whatever its called was enabled and it caused it to just sit there and do nothing in BGs.

      Once i disabled it. It worked.
       
      Last edited: Jul 23, 2011
    Thread Status:
    Not open for further replies.

    Share This Page