What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Singular - A community driven All-In-One CC - It Just Plain Works - (Pt. 2)

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.
 
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
 
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.
 
Request: An option to turn off pre-combat buffing.
A profession bot recasting buffs in the middle of crafting looks very botty.
 
StyxWoW.Me.HasAura("Molten Core")

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?
 
It looks like Apoc reverted things in rev450, I'm guessing because the changes weren't friendly to hunters that were leveling up. I'm attaching another version where I've gone back and merged in the changes I made to make the dps much much better along with the changes to make the hunter's life much easier when solo'ing/leveling. This involved adding back in the pre-rev441 solo-oriented abilities (kill command, concussive shot) along with a check to make sure they're not in an instance.

I've also moved the Hunter's Mark down to be a single-target-only ability as well as a check to make sure it's a boss. Bosses will still get Marked for Death via Chimera Shot, really the only reason this needs to be here is if a boss gets chain pulled while Chimera is on cooldown. This change should improve both soloing and AoE quite a bit, as Ruinit mentioned.

The code attached should be friendly for hunters anywhere from low level up to high end raiding.

See attachment.

- Ben

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
 
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

Sorry, been a bit busy lately with BGBot2 stuff. I'll recheck your code and commit it in a few minutes.
 
Sorry, been a bit busy lately with BGBot2 stuff. I'll recheck your code and commit it in a few minutes.

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!)
 
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
 
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

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. :(
 
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
 
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

evading mob detection has been fixed in r455ish
 
Back
Top