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!

[Grandfathered] Stars - Flurry From The Sky

[Release] Version 2.0.2.12

This release should give a noticable dps increase.

Changelog:

Code:
<!-- Type:  Release - Version 2.0.2.12 Date: 26-8-2014 -->
+ All	: Tweaks/Fixed to Mouseover mushroom key
+ All	: Safety check for Carried items
+ ALl	: Experiment with Combat()
+ All	: Fix Raidsettings being overwritten
+ All	: Fixed Dummy settings
+ PvE	: Starsurge.CooldownReact higher prio then Celestial filler
+ All	: Top prio SS only if EnemyCount < 5 or not in Solar
+ All	: NaturesVigil now used on cooldown
+ All	: Better aligning of Gloves,Berserrking,Lifeblood
+ All	: Removed some requirements for Celestial alignment
+ All	: Use Celestial alignment on Trinket.Stat.Intellect.up
+ All	: Increased overall dps
+ All	; Sync latest Simc T16
+ All	: 95.6-99.1% Dot uptime avg.
+ All	: Updated dummy settings
+ All	: Rewrote async hotkey scanner
+ All	: Fixed ALT key not being scanned
 
Thought I'de wright a review on this. For raiding this thing is a fricken MONSTER! I just got my cloak and in norm SoO gear I pull around 300k single target. By hand and have been playing booms since BC I only got around 225k. This is all self buffed to. And in PvP I love this monster. Dots everyone it can and CC's healers. Got to 1900 with a friend just trolling around one day with grievous. Anything you need this for it will work. I highly vouch for this man and his work. And he helps anyone who ask.
 
Mirabis you doing any other routines besides druid? And have you thought about doing feral?
 
Mirabis you doing any other routines besides druid? And have you thought about doing feral?

Not at the moment no. I'm devoting my time to my AH Bot : ) Taking my time.. writing unit tests.. fully Linq and easy to maintain.. fun!
 
I am a heavy Leaves user as my druid is resto spec 85% of the time, but I also bought Stars to be able to do moonkin when needed. However, I too have ended up using PewPewPew most of the time as it has been better for me. But I want to use Stars, and the question I have is, is it possible to get a "good setting" published here, either by Mira or by one of the heavier users? I don't have all that great moonkin gear, around 560, so probably not high enough crit or such, but it would be nice to know if the "good" settings would differ a lot from the default settings.
 
Bot is not resurrecting itself with Questing Bot (using TheBrodieMan's Compendium Lite to farm chests and coins on Timeless Isle).
 
[Release] 2.0.2.14

Pushed out a new version, awaiting store approval before it goes live.

Changelog:

<!-- Type: Release - Version 2.0.2.14 Date: 30-8-2014 -->
+ All : Removed throttle on AutoSymbiosis, incase u cancelcast it by moving
+ All : Fix Auto symbiosis not casting
+ All : Fix AutoSymnb blowing it instantly
+ ALl : Fixed GlobalCOoldown calcs
+ All : bit of code cleanup
+ ALl : Tweaks to CastTime Code
+ ALl : Rebuild talents after 3000 ms and not 1500ms.. might fix it spassing out..
 
Hey Mirabis,

Just curious about LazyRaider functionality and healing. My healing parameters are set a certain way, but it keeps letting my party members die without even attempting heals. I think a few times heals did go off, but maybe less than 10% of the time. Anything you've noticed before or is this expected? Thanks! Otherwise everything else is great.
 
Hey Mirabis,

Just curious about LazyRaider functionality and healing. My healing parameters are set a certain way, but it keeps letting my party members die without even attempting heals. I think a few times heals did go off, but maybe less than 10% of the time. Anything you've noticed before or is this expected? Thanks! Otherwise everything else is great.

Heals are locked for X times in Y seconds, so it won't go all healing and stop attacking. It's supposed to support heal, not heal ur entire party ;/
 
but still im seeing lots of balance druids lately in dungeons queued as healer with hc gear nuking the crap out of everything but still healing like hell :p
would be a 'nice to have feature' in the cr, you have the knowledge for it
 
Heals are locked for X times in Y seconds, so it won't go all healing and stop attacking. It's supposed to support heal, not heal ur entire party ;/

Ah ok, Just running a small group of the druid/me. Anyway I can modify that so it will stop and heal?
 
Upload a log please :)

You need to add something like that to the pulse section :

public string usedBot { get { return BotManager.Current.Name.ToUpper(); } }

if (Me.IsDead && AutoBot)
{
Lua.DoString(string.Format("RunMacroText(\"{0}\")", "/script RepopMe()"));
}

#region AutoBot
bool AutoBot
{
get
{
return usedBot.Contains("QUEST") || usedBot.Contains("GRIND") || usedBot.Contains("GATHER") || usedBot.Contains("ANGLER" || usedBot.Contains("ARCHEO");

}
}
#endregion
 
Stars - Flurry From The Sky

You need to add something like that to the pulse section :

Already use a similar code snippet at startup. Not a fan of pulsing things.

The issue is because LevelBot.CreateDeathBehavior loops and doesn't work as they suggested.
 
Last edited:
Already use a similar code snippet at startup. Not a fan of pulsing things.

The issue is because LevelBot.CreateDeathBehavior loops and doesn't work as they suggested.

Already a long time that the CreateDeathBehavior is not working. Before we also could see how many times we died.

Because it's not longer working, we need to have a solution to work around it :)
 
Already a long time that the CreateDeathBehavior is not working. Before we also could see how many times we died.

Because it's not longer working, we need to have a solution to work around it :)

We've talked about it with purerotation group, most copied and edited singulars death behavior. Will do the same soon.
 
Even though this was true for version 1, where pewpewpew did more damage, it is no longer the case with version 2.

I purchased Stars when it was still on your personal site and not via Honorbuddy, am I receiving Version 2 or is that a different purchase?
 
I purchased Stars when it was still on your personal site and not via Honorbuddy, am I receiving Version 2 or is that a different purchase?

Check my signature, web, twitter or email :) U can claim ur key.
 
Back
Top