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)

So here we go, an updated version auf Feral.cs. Its compatible with the newest SVN version.

ATTENTION!!: The cat part kicks ass. It will do alot of dmg. :P
I have not tested the bear part that much, it should work too.

Please give me serious feedback.

If you report an error or an unexpected behavoir ATTACH A LOG FILE, otherwise i wont help you.

Cheers ;-)
 

Attachments

I've never spoke of an updated cc. I just stated I'm happy with the arms right now as it's pushing me to top the numbers in pvp,arena,LFR,normal,heroic mode.

So this is just the same one in the svn trunk? It stance dances? Uses the correct priorities when the target is under 20% HP? I just remember trying this CC and it being pretty bad...
 
So here we go, an updated version auf Feral.cs. Its compatible with the newest SVN version.

ATTENTION!!: The cat part kicks ass. It will do alot of dmg. :P
I have not tested the bear part that much, it should work too.

Please give me serious feedback.

If you report an error or an unexpected behavoir ATTACH A LOG FILE, otherwise i wont help you.

Cheers ;-)

Thanks for updating :) Will miss your Iloveanimals but all good, cat works will test bear and let you know.
 
Code:
Spell.Cast("Incinerate", ret => StyxWoW.Me.HasAura("Molten Core")),

Demonology spams "Incinerate" even when "Molten Core" isn't proc'd any way to fix this?
 
I don't have a priest or lock to test with, but I'm assuming you're 85. If so, test on an 87 boss in 5 man... then on a raid boss. I'm interested to see if it's happening on both. Let me know the results. If we can pinpoint what is happening I'll modify the file and send it to you for testing.
 
I don't have a priest or lock to test with, but I'm assuming you're 85. If so, test on an 87 boss in 5 man... then on a raid boss. I'm interested to see if it's happening on both. Let me know the results. If we can pinpoint what is happening I'll modify the file and send it to you for testing.

I replaced the code with this. Once VT drops off it still casts it once and then tries to cast again for a 2-3 sec dps cast time loss. Maybe Ralph will fix priest use to love his.

Code:
Spell.Buff("Vampiric Touch", ret => !StyxWoW.Me.CurrentTarget.ActiveAuras.ContainsKey("Vampiric Touch")),
 
Just curious, is there a way to disable targeting with Singular?

yes it is in the class settings way down at the bottom. But for some reason it will still sometimes not allow you to target or stay on a target...
 
What Class are you?: Shaman
What Spec are you?: Enhancement
What 'context' is the bot in? (Instance, BG, Normal): 25 Man Raid
What level are you?: 85
What revision of Singular are you using?: 362
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?: 2.0.0.5588

Problem:
-Is not casting ranged abilities such as Lightning Bolt(5x Malestrom), Shocks or Unleashed Elements on the last 4 Bosses of Dragon Soul.
-Is not Re casting Searing Totem
-Is Not using cooldowns such as Spirit Wolves

It should be using ranged abilities tied into the normal rotation. 2 Logs are provided, 1 on a target dummy of what it SHOULD do, the other on Ultraxion of what it is NOT doing. It is ONLY using Lava Lash and Stormstrike. It SHOULD be using cooldowns and it SHOULD be refreshing totems.


So can anyone please fix this?
 
What would be the code to insert to use item

basically im wanting it to use my trinket at the same time as my avenging wrath.

Item.UseItem(72450), ret => StyxWoW.Me.HasAura("Avenging Wrath"))),

does not work..
 
I've been looking in to the trinket thing for the exact same reason. If you find code that works, let me know so I can implement it. I'll PM you if I find something with the updated CC.

Any devs know how we call for trinkets to be used at a certain time?
 
Last edited:
I've been looking in to the trinket thing for the exact same reason. If you find code that works, let me know so I can implement it. I'll PM you if I find something with the updated CC.

Any devs know how we call for trinkets to be used at a certain time?
pm'ed u
 
Your inbox is full!

My Dropbox should have the latest H Pally file. I've been working on the ret / prot CC and was satisfied enough with the Holy (and not getting any feedback). Feel free to modify it like crazy. Main issues would be trinket usage, better Holy Radiance logic (not sure it's "bad" at the moment but could probably use tweaks), and better PvP logic. I added Cleansing, but it seems broken at the moment. It doesn't remove Magic even if we're talented for it.

Thanks for helping out Singular! :)
 
hmm crazy, my inbox says:
Inbox contains 0 messages. You have 13 messages stored, of a total 50 allowed. ...
and pm'ing is active... but okay :)
I'll take a look into it, and will add some stuff for the trinket and pvping this evening / night.

I'll give you feedback till sunday :)
 
Auto combat problems

Hi

Up till recently I had been using iloveanimals cc which worked a dream, although its doesn't work anymore. Anyway singular seems to work well especially with hani's feral.cc on page 109. The issue I am having is that once the cat starts fighting I cannot disengage from the boss and get hit by aoe's, i used to just hit the esc key to break the fight and run. Have i missed something obvious?

Thanks
 
Back
Top