• 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. nysos

      nysos Member

      Joined:
      Aug 3, 2010
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      6
      They're working with what they've got. The programmers have lives as well. (Well, I don't...but I haven't put forth the effort...) Not everything can be perfect. Just wait.

      And Lol at gilette. Your name is spelled wrong.
       
    2. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Just thought I'd mention that for some reason the newest build of Singular is not recognizing my mage, and therefore not letting me choose it as a CC to use with m y mage. Currently, the only CCs I can use with my mage are Fpsware Mage, Amplify, and FelMaster. I know I have Singular because I update it via SVN before I log in to WoW every single time. I do this with everything that I've got an SVN link for. Singular just isn't listed as a CC to choose for my mage.

      Oh, also, I'm playing a frost mage, which is currently listed on this thread as being implemented, tested, and working without (or minimal) bugs if I'm not mistaken. I am colorblind, so it's hard to determine between the fully working and not implemented colors. lol
       
    3. nysos

      nysos Member

      Joined:
      Aug 3, 2010
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      6
      An option to disable DnD for Blood DKs would be AMAZING...
       
    4. GraveWalker

      GraveWalker New Member

      Joined:
      Mar 7, 2010
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      0
      I have been having a weird thing happening resently. Evet once in awhile when the bot it fighting in questing, if i get a 2nd mob to agro after the initial combat then it will not attack the secound target. will stand there like a lump and get killed. Next time it happenes i will post the log. Hope someone knows what is going on and can help fix this.
       
    5. GraveWalker

      GraveWalker New Member

      Joined:
      Mar 7, 2010
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      0
      here is a log that it happened 2 or three times.
       

      Attached Files:

    6. Zuzul

      Zuzul New Member

      Joined:
      Sep 23, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Request: An option to turn off pre-combat buffing.
      A profession bot recasting buffs in the middle of crafting looks very botty.
       
    7. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      update
       
    8. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      update
       
    9. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      Can you help me to find out the exact time that happened in your log?
       
    10. vitalic

      vitalic Banned

      Joined:
      Jun 21, 2010
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      0
      HasAura() doesn't seem to work, sometimes it returns true and casts a spell even when I don't have the buff, any ideas? Is there any other call you could make?
       
    11. GraveWalker

      GraveWalker New Member

      Joined:
      Mar 7, 2010
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      0
      ok here is a new log it did it at 10:27 and agian at 10:29.
       

      Attached Files:

    12. benkoren

      benkoren New Member

      Joined:
      Jan 18, 2011
      Messages:
      356
      Likes Received:
      28
      Trophy Points:
      0
      What's holding the above code back from being committed? I'd be happy to fix & test, just need to know how it's deficient.

      - Ben
       
    13. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Sorry, been a bit busy lately with BGBot2 stuff. I'll recheck your code and commit it in a few minutes.
       
    14. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Submitted.

      Benkoren; I don't have a hunter to test with at the moment; but if you would please try something for me:
      Code:
      new Action(ret => Lua.DoString("RunMacroText(\"/cast Explosive Trap\")")),
      
      Replace that line with

      Code:
      Spell.Cast(82939), // Explosive Trap - Trap Launcher
      
      And see if it still works properly. We really need to avoid using calls to pure Lua, that use the english spell name. (That's not localized by HB!)
       
    15. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      Hunter trap logic should work fine now.

      Also fixed a bug with caster classes standing still in combat. which was an issue with CreateAutoAttack behavior.

      Moonkin and Frost mage should be dpsing fine
       
    16. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      I don't understand why Singular is not showing up as a CC to use with my frost mage. The only CCs i'm seeing as a choice are Fpsware, Amplify, and FelMaster. Even after I've updated to the newest edition of Singular. I don't even have a log because I can't select it to use. Singular shows up for my other toons such as my DK, my warrior, my rogue, and the rest of them, but it's not showing for my mage. :(
       
    17. krunkd

      krunkd New Member

      Joined:
      Dec 3, 2011
      Messages:
      84
      Likes Received:
      0
      Trophy Points:
      0
      is Priest healing for IB Working?
       
    18. benkoren

      benkoren New Member

      Joined:
      Jan 18, 2011
      Messages:
      356
      Likes Received:
      28
      Trophy Points:
      0
      Fixed Frost DK Outbreak logic.
       

      Attached Files:

    19. Clu

      Clu New Member

      Joined:
      Jun 22, 2011
      Messages:
      54
      Likes Received:
      11
      Trophy Points:
      0
      Am I the only one who experienced issues with evading mobs?
      Was using a blood dk (lvl 85), r439 and a grinding profile in deepholm; the bot spent a night fighting a bugged mob.

      no logs sorry
       
    20. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      evading mob detection has been fixed in r455ish
       

    Share This Page