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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Singular - A community driven All-In-One CC - v5

Sorry for the delays here!
Right now Singular is pending a merge request before I can continue the work on it.

I'll be updating the test build today for anyone wanting to use it.
Thanks for the continued support!
 
Code:
[23:19:42.584 N] [GatherAssist] Mining Leystone Basilisk
[23:19:42.792 D] Interacting with Leystone Basilisk (Unit Id: 104877)
[23:19:42.999 N] (Singular) [WoWRedError] 252
[23:20:12.620 N] (Singular) YourCurrentTarget: changed to: (null)
[23:20:29.701 N] Latency to Buddy service: 34 ms
[23:20:52.931 N] (Singular) (Singular) info: 73.1 seconds since BotBase last called Singular (now in OnBotStopped)
[23:20:52.873 N] Stopping the bot!
[23:20:52.873 Q] Bot stopping! Reason: User pressed the stop button

Can somebody explain me what this WoWRedError 252 from Singular does mean?
Sometimes my plugin seems to get stuck while interacting with a mob (to skin/mine/herb it).
 
Code:
[23:19:42.584 N] [GatherAssist] Mining Leystone Basilisk
[23:19:42.792 D] Interacting with Leystone Basilisk (Unit Id: 104877)
[23:19:42.999 N] (Singular) [WoWRedError] 252
[23:20:12.620 N] (Singular) YourCurrentTarget: changed to: (null)
[23:20:29.701 N] Latency to Buddy service: 34 ms
[23:20:52.931 N] (Singular) (Singular) info: 73.1 seconds since BotBase last called Singular (now in OnBotStopped)
[23:20:52.873 N] Stopping the bot!
[23:20:52.873 Q] Bot stopping! Reason: User pressed the stop button

Can somebody explain me what this WoWRedError 252 from Singular does mean?
Sometimes my plugin seems to get stuck while interacting with a mob (to skin/mine/herb it).
The error doesn't come from Singular, but instead WoW's UI_ERROR_MESSAGE event being fired.
Singular hooks to this event and logs any message it sends in the background.

UI_ERROR_MESSAGE typically outputs actual messages but sometimes it will output numbers like this.

252 Another action is in progress ERR_SPELL_FAILED_ANOHTER_IN_PROGRESS
220 You have no target. ERR_GENERIC_NO_TARGET

51 Item is not ready yet. ERR_ITEM_COOLDOWN
50 Can't do that while moving - Interrupted ERR_SPELL_FAILED_S

In-game, you can run /dump GetGameMessageInfo(#) to have the game return which event the number identifies as.

 
Demo Warlock heal doesnt work well. Its channeling the Spell only for 1sec. and makes dmg after that. It looks very stupid because hes doing it the whole time.
At 30% Petlife: Heal (1sec), DMG, Heal (1sec), DMG, Heal (1sec) etc.
 
Demo Warlock heal doesnt work well. Its channeling the Spell only for 1sec. and makes dmg after that. It looks very stupid because hes doing it the whole time.
At 30% Petlife: Heal (1sec), DMG, Heal (1sec), DMG, Heal (1sec) etc.
Are you talking about "Health Funnel" ?

Anyways, noted!
I'll investigate this and add it to the tracker.

Thanks for the report!
 
Hello Echo Tiger. The Druid's feral healing seems really weak atm. My toon seems to cast one regrowth and then attempts no other healing until he dies. Only recasting regrowth when the hot wears off rather than during every free cast proc. "No rejuv.. no notta". Was it intended to behave that way? I feel like there is alot of needless dying due to it.
 
Hello Echo Tiger. The Druid's feral healing seems really weak atm. My toon seems to cast one regrowth and then attempts no other healing until he dies. Only recasting regrowth when the hot wears off rather than during every free cast proc. "No rejuv.. no notta". Was it intended to behave that way? I feel like there is alot of needless dying due to it.
I believe this was already fixed.
If you look on the "Issue Tracker" I've got:

Druid
  • [div=text-shadow: 0px 1px #a3a3a3;][Feral][/div]* ւ Will now utilize Predatory Swiftness procs more by casting Regrowth despite the HoT buff being active and if the player needs to be healed. (#HB-3511)

You can download the Test Build of Singular to obtain this change.
There will be a Honorbuddy within the hour, which will make these changes public.
 
Last edited:
Affliction Warlock is not using the artifact ability Reap Souls no matter what settings I set. Anyone else getting this?
 
I would like to add a request to have Disc brought up to speed for Legion.
I looked trough the CC as it currently stands it's < Pandaria level

See my post here from the quick scan I did on the CC file: https://www.thebuddyforum.com/honor...sc-priest-doesnt-post2372042.html#post2372042

If you need an idea how Disc is utilized, you can have a look at the profiles this guy is writing for ........ : GitHub - Yobleed/NerdPack-Yobleed: a Complete Priest Pack! Supports Shadow, Holy and Disc with customizable settings. Additions? Ask on Discord
They are not scrambled and free to pick apart.
 
Last edited:
I would like to add a request for the options to disable dismounting unless below a certain health or entirely. It isn't always optimal for the class to dismount the toon unless the user wants it to.
In which situations is it dismounting you? Do you have a log for this?
It should only be dismounting when the bot gives it a goal to kill a mob.
 
i cant seem to get my gaurdian druid to cast iron fur at all
If I'm not mistaken, there's several user settings that controls Ironfur - and the actual casting of the spell is only considered under specific situations.

For the settings:
There's a setting that lets you pick how many mobs must be attacking you, and a setting that lets you pick the player's minimum health to cast.
If you set the mob count to 1, and your health min to 100 - then it should be casting on cooldown. Is it not?
 
Affliction Warlock is not using the artifact ability Reap Souls no matter what settings I set. Anyone else getting this?
Blizzard may have changed how Tormented Souls stack onto the player.
Right now, Singular is looking for the "Tormented Souls"' aura on your player and is counting the stack from that to determine when to cast the spell.

Once the servers come back online, and the bot is updated for the new patch - I will investigate this to see what's up.
Thanks for the report!
 
I would like to add a request to have Disc brought up to speed for Legion.
I looked trough the CC as it currently stands it's < Pandaria level

See my post here from the quick scan I did on the CC file: https://www.thebuddyforum.com/honor...sc-priest-doesnt-post2372042.html#post2372042

If you need an idea how Disc is utilized, you can have a look at the profiles this guy is writing for ........ : GitHub - Yobleed/NerdPack-Yobleed: a Complete Priest Pack! Supports Shadow, Holy and Disc with customizable settings. Additions? Ask on Discord
They are not scrambled and free to pick apart.
All rotations are lightly revamped (rotation-wise) when an expansion is first released, then from there fine tuning takes place after the fact.
Healing specs are usually left out more than Tank/DPS specs unfortunately.

Thanks for bringing this to my attention. I'll look into reworking the rotation once the servers are back online.
 
All rotations are lightly revamped (rotation-wise) when an expansion is first released, then from there fine tuning takes place after the fact.
Healing specs are usually left out more than Tank/DPS specs unfortunately.

Thanks for bringing this to my attention. I'll look into reworking the rotation once the servers are back online.
The external link I posted has all 3 priest specs in use and they do a pretty decent job so you might use it as a info template for the priest rotations in singular.
Thanks, Mike.
 
Anyone noticing the mage is conjuring new food each time it needs to eat doesn't notice the stacks are building up
 
Anyone noticing the mage is conjuring new food each time it needs to eat doesn't notice the stacks are building up
Echo already updated Singular with the new ids for food and shields.
Shouldn't be long.
 
Back
Top