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

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

    1. wraithrider

      wraithrider New Member

      Joined:
      May 23, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      0
      any idea why the shadow priest sucks so back and why once you get mike spiked that's all it will cast on mobs and it stops using your shield and you die a lot.
       
    2. izzy

      izzy Member

      Joined:
      Jan 15, 2010
      Messages:
      249
      Likes Received:
      7
      Trophy Points:
      18
      I'm not sure how to use this. Not the best coder but should it look something like this --> Spell.Cast("Fel Flame", ret => Styx.WoWInternals.WoWObjects.WoWUnit.Auras("Immolate").TimeLeft.TotalMilliseconds)) <= 5000),
       
    3. Obliv

      Obliv New Member

      Joined:
      Oct 18, 2011
      Messages:
      636
      Likes Received:
      6
      Trophy Points:
      0
      StyxWoW.Me.ActiveAuras["Inquisition"].TimeLeft.TotalSeconds <= 2

      or

      StyxWoW.Me.CurrentTarget.GetAuraTimeLeft("Faerie Fire", true).TotalSeconds <= 1

      Etc... I believe you can just add Milliseconds instead of Seconds, although I've never used it that way.
       
    4. izzy

      izzy Member

      Joined:
      Jan 15, 2010
      Messages:
      249
      Likes Received:
      7
      Trophy Points:
      18
      thxs that did the trick!!
       
    5. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
    6. Niteowl

      Niteowl New Member

      Joined:
      Jan 5, 2012
      Messages:
      186
      Likes Received:
      0
      Trophy Points:
      0
      I am running this for the first time on my 56 Holy priest, I am using kicks profile to level from 12-58, the priest stops every once in a while and goes into an endless loop trying to cast lightwell, is there anyway to tell it not to cast lightwell? I dont need it while soloing and even when I help the bot cast lightwell he never clicks it. He just casts the lightwell and runs away.
       
    7. HyperMonkey

      HyperMonkey Member

      Joined:
      Jul 3, 2010
      Messages:
      517
      Likes Received:
      7
      Trophy Points:
      18
      Holy priest got a small bug at line 64:

      Spell.Cast("Shadowfiend", ret => StyxWoW.Me.ManaPercent <= 80 && StyxWoW.Me.GotTarget)

      Should be:

      Spell.Cast("Shadowfiend", ret => StyxWoW.Me.ManaPercent <= 80 && StyxWoW.Me.GotTarget && !StyxWoW.Me.CurrentTarget.IsFriendly),

      Basically, there need to be a check whether the target is unfriendly or not. Should only be cast on enemies!

      Regards
       
      Last edited: May 4, 2012
    8. Obliv

      Obliv New Member

      Joined:
      Oct 18, 2011
      Messages:
      636
      Likes Received:
      6
      Trophy Points:
      0
      Open the Holy file and change:
      Spell.CastOnGround("Lightwell", ret => StyxWoW.Me.Location.RayCast(WoWMathHelper.CalculateNeededFacing(StyxWoW.Me.Location, ((WoWUnit)ret).Location), 15f)),
      to
      //Spell.CastOnGround("Lightwell", ret => StyxWoW.Me.Location.RayCast(WoWMathHelper.CalculateNeededFacing(StyxWoW.Me.Location, ((WoWUnit)ret).Location), 15f)),
       
    9. falcone52

      falcone52 New Member

      Joined:
      Dec 3, 2011
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      What Class are you?:Warlock
      What Spec are you?: Demo
      What 'context' is the bot in? (Instance, BG, Normal):Questing
      What level are you?:20
      What revision of Singular are you using?: Regular
      Have you made any modifications to Singular?:No
      Are you using a branched build, or the trunk build? (Only viable for developers):trunk
      What version of Honorbuddy are you using?: newest

      I cant seem to get my lock to attack or cast any spells. This makes it for a very very long questing period per quest. Please help. Using SVN Trunk
       
      Last edited: May 4, 2012
    10. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      I'm using the latest SVN of Singular for my Ret paladin, and it wants to always cast Blessing of Kings. The only issue with this is that everyone asks for Blessing of Might. I can cast that manually, but then the bot recasts Kings. Is there any easy way to change Kings to Might? I tried looking in all the Singular paladin files for BoM and BoK and found them, but it doesn't look as though it's as simple as chaning all the BoK to BoM because both are listed in the paladin files.
       
    11. junk

      junk New Member

      Joined:
      Apr 5, 2012
      Messages:
      123
      Likes Received:
      1
      Trophy Points:
      0
      Hello, few ideas how to make life easier for warlock characters, I've came upon after few weeks of using singular.

      Request: Option to disable pets
      Reason: For low level mobs that just get oneshotted by warlock's pet the warlock don't get any rep or can't loot them. In such cases it's better not to have any pet out.

      Request: Option to disable Soul Fire hardcasting (destro)
      Reason: While on raid bosses it is usually fine to get the Improved soul fire buff, but for questing or grinding it just does not make sense as it makes killing mobs quite slower.

      Request: Use Bane of Agony instead of Bane of Doom
      Reason: Bane of Doom is a 1 minute DoT that ticks every 15 seconds, so it is a wasted cast on anything other than bossfights.

      Request: Stop channeling Hellfire after combat ends.
      Reason: Hellfire does also a bit of self damage, so it's better to stop channeling after last mob is killed or switch to single target rotation when a single mob remains alive.

      Hope that wouldn't be a big problem to implement. Thanks!
       
      Last edited: May 5, 2012
    12. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      well kings has a higher priority than might , if a similiar buff like mark of the wild or embrace of the shale spider is up or someone else casted kings, then the paladin will go to buffing might.
      Is the group aware of the fact the some buffs are equal to others and that kings trumps might ?
       
      Last edited: May 5, 2012
    13. neosporin

      neosporin New Member

      Joined:
      Apr 7, 2012
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      Warrior Singular doesn't seem to use Sweeping Strikes in PvP, it only seems to detect PvE mobs. For example, it'll pop Sweeping Strikes when a Hunter's snake trap goes off, but not when there are 3 players.
       
    14. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Tell them to learn how to play. Kings > Might in all circumstances. It should only buff might if another pally buffs kings, or a druid buffs mark (or the shale spider buff).
       
    15. ShortRound

      ShortRound New Member

      Joined:
      Jun 14, 2011
      Messages:
      781
      Likes Received:
      14
      Trophy Points:
      0
      Being fair, Might may be preferable in an instance with a healer who has very poor regen, but that's about it.
       
    16. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      I agree with Apoc and Laria about Kings > Might, but as HB said, the Might request is always followed by, "It helps with my mana regen, so use that <insert smarmy name calling thing here> paladin. L2P your class..." After that's said, I drop group and wait out the dungeon CD. Maybe an option to select between the two? I'm not trying to be difficult at all. I'm just trying to be as inconspicuous as possible, that's all. :)

      By the way, off topic, I am loving the new Singular. Each update makes it better and better. I've started sticking to two CCs for most classes (CLU and Singular), and for my shaman I stick with ShamWoW.
       
    17. ShortRound

      ShortRound New Member

      Joined:
      Jun 14, 2011
      Messages:
      781
      Likes Received:
      14
      Trophy Points:
      0
      Usually somebody who levelled a dps or tank to end-game and is now trying a healer, without knowing what spirit is for. Probably full heirlooms too and shouting at you to keep aggro while spamming their biggest heals.

      I agree with zeldrak in this case, this is what dropping group was made for. And the ignore list.

      That said, people like that are usually encountered in classic WoW levelling zones and dungeons. I've yet to have such a message come at me through Outland or later. So maybe an option for levelling?
       
      Last edited: May 5, 2012
    18. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Sad to say, but this was in Cataclysm Heroics, and even once in Hour of Twilight heroics. I've come across so many asinine players that it really hurts my head and feelings. WoW used to be a game for those that were mature enough to realize how to play, but it seems that it's becoming more and more "Child Friendly" as the expansions come out. So many demanding brats, self-absorbed assholes, egotistical douchebags, and so many other immature sorts that, had I not spent good money on HB, I would have stopped playing long ago.

      Now, I'm just a hermit that avoids any sort of PUG like the plague. I stick to running strictly with my guildmates and friends. If I have to run a PUG, I always pray to God that it's with competent players that are old-school and know a thing or two about a thing or two.

      Wow, veered off topic there, but now back on track I go. Yes, some sort of selectable option to choose between the two would be nice, or even an auto setting? This is all just me talking out loud, of course, and if nothing comes of this at least I got to vent a little bit about the state of the playerbase, and my opinion was voiced.
       
    19. white_boy8869

      white_boy8869 Member

      Joined:
      Feb 27, 2012
      Messages:
      255
      Likes Received:
      3
      Trophy Points:
      18
      Could you provide more information?
      Log, Level, Location, talents?

      On a side note, these are hard coded in to mage specifics. They are depending on PvP or Not PvP basically.

      FA for PvP Molten/MA for PvE basics.

      These are pre set for best performance for overall use in all levels and endgame.
       
      Last edited: May 7, 2012
    20. infectis5504

      infectis5504 New Member

      Joined:
      Mar 22, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      What Class are you?:warlock
      What Spec are you?:affliction
      What 'context' is the bot in? (Instance, BG, Normal):quest
      What level are you?:82
      What revision of Singular are you using?:updated yesterday
      Have you made any modifications to Singular?:neg
      Are you using a branched build, or the trunk build? (Only viable for developers):
      What version of Honorbuddy are you using?:updated yesterday

      In Deepholm have just finished the boat quests and when the bot is trying to hand in the quests it sat there for over 6 hours repeatedly just opening the quest giver over and over but never handing it in.
       

    Share This Page