• Visit Rebornbuddy
  • Singular - A community driven All-In-One CC - It Just Plain Works - (Pt. 3)

    Discussion in 'Archives' started by Apoc, Apr 19, 2011.

    1. lmc

      lmc New Member

      Joined:
      Nov 11, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      What Class are you?: Warlock
      What Spec are you?: Destruction
      What 'context' is the bot in? (Instance, BG, Normal): Normal/Quest
      What level are you?: 13
      What revision of Singular are you using?: 2.5.6441.507 (revision 864)
      Have you made any modifications to Singular?: no
      What version of Honorbuddy are you using? 2.5.6441.507 (revision 864)

      Issue: My lock just spams immolate the whole time not casting incinerate which i think would speed up my killing, or is this the fastest way to kill?
       
    2. stratix

      stratix New Member

      Joined:
      Oct 24, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      What Class are you?: Death Knight
      What Spec are you?: Blood
      What 'context' is the bot in? (Instance, BG, Normal): Normal/Questing/Instance
      What level are you?: 88
      What revision of Singular are you using?: Honorbuddy 2.5.6519.513
      Have you made any modifications to Singular?: None
      Are you using a branched build, or the trunk build? (Only viable for developers):
      What version of Honorbuddy are you using?: Honorbuddy 2.5.6519.513

      Lichborne casts immediately upon entering combat while questing. I did not notice it while in an instance, but was doing lower level runs and it didn't matter. This ties into my other concern/request: Is it possible to have interrupts disabled so the user can cast them when appropriate? Strangulate and Mind Freeze pop on any spell, and sometimes are not available when needed. Perhaps I have missed the option in settings? Other than that, the Singular Blood DK has been great for tanking in instances and questing alike. Thanks for all the hard work. One more thing, perhaps setting a spell/interrupt/talent use percent to 0 would disable its control by the CC?

      View attachment 1620 2012-11-13 16.49.txt
       
    3. Obliv

      Obliv New Member

      Joined:
      Oct 18, 2011
      Messages:
      636
      Likes Received:
      6
      Trophy Points:
      0
      What Class are you?: Paladin
      What Spec are you?: Prot
      What 'context' is the bot in? (Instance, BG, Normal): Questing
      What level are you?: 90
      What revision of Singular are you using?: Latest .zip Bobby posted
      Have you made any modifications to Singular?: None
      Are you using a branched build, or the trunk build? (Only viable for developers):
      What version of Honorbuddy are you using?: Latest Stable

      I'd like to see ret and prot paladins use excess Holy Power on Word of Glory when out of combat and low on heatlh, before eating. It would make grinding/questing much faster, as you would almost never have to stop and eat. Basically, Word of Glory if Holy Power > 1 and HP < X%. No log, as it's more of a feature request.. not a bug. :cool:
       
    4. Obliv

      Obliv New Member

      Joined:
      Oct 18, 2011
      Messages:
      636
      Likes Received:
      6
      Trophy Points:
      0
      Same info as above ^^

      However, I'm noticing it is targeting dead mobs and trying to kill them. It's been happening on quite a few of my toons. This log is from today with a 87 hunter while questing.
       
    5. rockingdude

      rockingdude New Member

      Joined:
      Dec 2, 2011
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      Blood PvP

      This is the routine file I use as Blood in PvP, I find it to be much more effective than default, if you have Roiling Blood. I think all I added was Crimson Scourge help and Soul Reaper. It can still be improved but this dude is a beast, averages 10k+ dps 3-4k hps, 10mil damage / 2mil heals (depends on bg etc heavily of course)

      Edit: Singular has misspelled 'roiling' so I had to fix that.
       

      Attached Files:

      Last edited: Nov 15, 2012
    6. Zardoz1

      Zardoz1 New Member

      Joined:
      Dec 6, 2011
      Messages:
      246
      Likes Received:
      1
      Trophy Points:
      0
      Hello Folks.

      Mage request.
      Which lines I have to erase (or change into a comment) to delete the use of sheep?

      edit: I?ve changed line 229 in Singular/ClassSpecific/Mage/common.cs from return true into return false.

      As a test I pulled 10 lowhealth mobs and the bot didn?t use polymorph. Shoul?d be okay. No errors with the change.
       
      Last edited: Nov 16, 2012
    7. Malloot

      Malloot New Member

      Joined:
      Nov 1, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      0
      Hey guys,

      Ive been using the protection warrior cc allot and noticed it never used Heroic Strike or Cleave even though they are listed in the cc. Ive fixed that by setting the entire rage dump part above the rage generating part, it should increase dps by quite allot because they are both of the gcd. Im not sure why they were listed below the generating part in the first place but now it uses hs as intended

      Code:
                              // Dump Rage - throttle Cleave and Heroic Strike since off GCD
                              new Throttle( 
                                  new PrioritySelector(
                                      Spell.Cast("Cleave", ret => UseAOE && (Me.CurrentRage >= RageDump || HasUltimatum)),
                                      Spell.Cast("Heroic Strike", ret => Me.CurrentRage >= RageDump || HasUltimatum)
                                      )
                                  ),
      							
                              // Generate Rage
                              Spell.Cast("Shield Slam", ret => Me.CurrentRage < RageBuild ),
                              Spell.Cast("Revenge", ret => Me.CurrentRage < RageBuild ),
                              Spell.Cast("Devastate", ret => !((WoWUnit)ret).HasAura("Weakened Armor", 3) && Unit.NearbyGroupMembers.Any(m => m.Class == WoWClass.Druid)),
                              Spell.Cast("Thunder Clap", ret => ((WoWUnit)ret).Distance < 8f && !((WoWUnit)ret).ActiveAuras.ContainsKey("Weakened Blows")),
      
                              // Filler
                              Spell.Cast("Devastate"),
      Hope i helped abit, Thnx for the great cc!

      Edit: The profile also doesn't use shield block at all (no matter what hp %), for me that doesn't matter as i am using it to quest&lvl but in heroics it should be up as much as possible. Also i think it shouldn't be bound to player hp as some healers (druids for example) keep your health high most of the time even though you take damage.
       
      Last edited: Nov 16, 2012
    8. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      eleax123, Thanks for taking the time to post. The symptoms you described do not match the results of my testing, so will need to provide some detail. A convenient template is provided in post #4 of this thread that you can copy and paste when posting. Filling in the blanks will lead you to provide the information needed. At a minimum a log file is always needed with any report of a problem or support request. Please see How to Attach a Log File (w/pictures) [CLICK HERE]. Thanks again and good luck with your Shaman, Bobby53
       
    9. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Imc, Sorry for the issue, however Warlock was the one class not much had been done on yet for MoP. Take a look at the first couple posts in this thread for status updates. You'll should see support added in the next release. At that point, if you still have an issue be sure to attach log file as it is always needed with any report of a problem or support request. You can visit How to Attach a Log File (w/pictures) [CLICK HERE] for steps. Thanks again and good luck with your Warlock, Bobby53
       
    10. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Obliv, Thanks for the post and will look at that. Some of the other classes (like Warlock) are being focused on as they aren't really serviceable at the moment. Please be sure to always attach a complete log file with your posts so version and configuration information is available. Thanks again for taking the time to post and good luck with your Paladin, -Bobby53
       
    11. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Obliv, Thanks for the log. That is a known issue and being looked into. -Bobby53
       
    12. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Jaladhjin, Thanks for taking the time to post. A convenient template is provided in post #4 of this thread that you can copy and paste when posting. Filling in the blanks will lead you to provide the information needed. At a minimum a log file is always needed with any report of a problem or support request. Please see How to Attach a Log File (w/pictures) [CLICK HERE].

      The problem is that the current resting logic is referencing a different setting for the cut-off health level. The previous incarnation of the Druid class (Cata and previous) had a large number of settings. In an upcoming release I will be pruning the options some and verifying that those remaining are wired up to the class so they are recognized correctly.

      Wild Charge issue fixed in next release.

      Thanks for the post and good luck with your Druid, Bobby53
      Thanks again and good luck with your Shaman, Bobby53
       
    13. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Malloot, Thanks for taking the time to post. However, the symptom described of never casting Heroic Strike or Cleave does not match the results of my testing. I wasn't able to reproduce the error of not casting Shield Block either. I would be happy to look into these further, but would need the details described in the first couple posts of this thread. A convenient template is provided in post #4 of this thread that you can copy and paste when posting. Filling in the blanks will lead you to provide the information needed. At a minimum a log file is always needed with any report of a problem or support request. Please see How to Attach a Log File (w/pictures) [CLICK HERE]. Thanks again and good luck with your Shaman, Bobby53
       
      Last edited: Nov 16, 2012
    14. Zardoz1

      Zardoz1 New Member

      Joined:
      Dec 6, 2011
      Messages:
      246
      Likes Received:
      1
      Trophy Points:
      0
      Not an issue but a request.

      could you please delete/disable wand usage for casters? It doesn?t make sense anymore to autoattack with a wand.
       
    15. kenzo1979

      kenzo1979 New Member

      Joined:
      Jan 10, 2011
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Hi i only have one problem with locks on destro spec, tho am telling him to use voidwalker it keep summoning felhunter. using grindbot while this happen
       
    16. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Hi,

      i added Light's Hammer and Execution Sentence to Retribution and Protection
      Thought it's a nice dps gain (ES/LH) and a lil bit of healing (LH)

      Based on Singular v3 trunk rev 1160
       

      Attached Files:

    17. Niteowl

      Niteowl New Member

      Joined:
      Jan 5, 2012
      Messages:
      186
      Likes Received:
      0
      Trophy Points:
      0
      I dont understand the logic behind the combat routine for the fire mage (and possibly all specs for mage). If it pulls multiple mobs, it will polymorph one which seems like a smart move, then throw an AE right behind it? seems counter-intuitive.
       
    18. MrWizard516

      MrWizard516 Member

      Joined:
      Jan 18, 2011
      Messages:
      586
      Likes Received:
      5
      Trophy Points:
      18
      I noticed that using Singular on my Shaman (Enhancementl Spec) the bot likes to target horde totems, wolves, etc.. I miss the good ole days of Shamwow. Too bad it is no longer being updated. I tried the version and is in the forums and it seems like to get its ass kicked for several seconds before it decides to attack plus several other issues which makes it useless for Enhancement spec.
       
    19. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      It shouldn't be wanding, although there is an unused user setting for it. I'll remove the setting in the next release, but if you are seeing any wand usage post your log and I'll get it resolved. -Bobby53
       
    20. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Stormchasing, Thanks for the post. Paladins have only been looked at for discrete issues, so will be looking at them in detail and factoring in those changes. Thanks for passing along, Bobby53
       

    Share This Page