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!

MAD (Miraculum Apocatstasis Druidae)

Developer Update v1.5.3 - 3/08/2013 - Updated Interrupt/Dispell List

- Updated the Interrupt List # Credits to amputations
- Updated the Dispell List # Credits to amputations
I copyed over a list of some debuffs that should be instantly dispelled from the second boss in Throne of Thunder "Horridon's" adds:


Farraki-adds:
Stone Gaze - Spell - World of Warcraft - Dispell instantly


Blazing Sunlight - Spell - World of Warcraft - Dispell instantly


Dino-Mending - Spell - World of Warcraft - Needs to be interrupted


Gurubashi-adds:


Venom Bolt Volley - Spell - World of Warcraft - Needs to be interrupted, not sure if it can be dispelled yet (not enough data)


Drakaki-adds:


Deadly Plague - Spell - World of Warcraft - Dispell instantly


Amani-adds:


Hex of Confusion - Spell - World of Warcraft - Dispell instantly


Fireball - Spell - World of Warcraft - Needs to be interrupted


These spells that needs to be dispelled instantly could be added to the dispell-list if there is any, will be of great help to healers on Horridon!
 
Well I'm using this for a while and I just wanted to thank you a lot Mirabis and ofc to your crew also, just bought u a bear through paypal mate, have fun! :)
 
Pushed to SVN? Its showing revision 249 for both dev and main, but under the log its showing its still 247 =) Im doing LFR's right now and would love to have MAD back. Thanks for your hard work, I bought you a beer!

Thank you, it'll be well spent on Spa Blue!
Well I'm using this for a while and I just wanted to thank you a lot Mirabis and ofc to your crew also, just bought u a bear through paypal mate, have fun! :)
Do they come with a cage ?

All greatly appreciated.
 
Amputations: you know that it is not mainly the healers job to interrupt? DPS has better interrupt possibilities than we do. It's our job to dispel, not interrupt :)
 
Typhoon is dangerious in important encounters (guildraids etc). If you typhoon and accidentally pull something, you might wipe. I never use typhoon. NEVER! ;)
 
Amputations: you know that it is not mainly the healers job to interrupt? DPS has better interrupt possibilities than we do. It's our job to dispel, not interrupt :)

Indeed, but every bit helps right?
Yeah I know, though I try to help with spamming typhoon once I see casters casting something ^^

Typhoon = Wipe Magnet, try to use Disorienting Roar ;)
Typhoon is dangerious in important encounters (guildraids etc). If you typhoon and accidentally pull something, you might wipe. I never use typhoon. NEVER! ;)

This ^^.
 
Hey mirabis! Okay, i really need help with something heh. I don't know how to attach a log, which is probably horrible. But heres my issue. I mainly use honorbuddy to grind bg's when i to go to work or the store or whatever, just simple little things. Things worked fine before the patch (I used FightThisWay, and Singular). Now that 5.2 has dropped, singluar didn't even do bg's, so i tried your profile. I can now get into bg's, and it autoheals, yay :3 . My issue is in this paragraph :
Casting Mark of the Wild on Myself
[BGBuddy]: Queueing up for RandomBattleground
[BGBuddy]: Accepting battleground join in 4 seconds.
Context changed, switching rotation to : PvP
[BGBuddy]: Starting Battle for Gilneas
[BGBuddy]: Changed to : Attack Logic
Hold
[BGBuddy]: Moving to Waterworks [Reason: Start of game]
Hold
Hold
Casting Barkskin on Myself
Casting Travel Form on Myself
Casting Wild Mushroom at location <1091.472, 1043.696,



When it says "Hold" all it does is sit there...and sit.....by the entrance of the BG or Rez spirit. And where Bgbuddy says "Moving to waterworkds [Reason:Start of game]", it won't move, at all...Any help with this?
Much appreciated,
Heather ^-^
 
Last edited:
Hey mirabis! Okay, i really need help with something heh. I don't know how to attach a log, which is probably horrible. But heres my issue. I mainly use honorbuddy to grind bg's when i to go to work or the store or whatever, just simple little things. Things worked fine before the patch (I used FightThisWay, and Singular). Now that 5.2 has dropped, singluar didn't even do bg's, so i tried your profile. I can now get into bg's, and it autoheals, yay :3 . My issue is in this paragraph :
Casting Mark of the Wild on Myself
[BGBuddy]: Queueing up for RandomBattleground
[BGBuddy]: Accepting battleground join in 4 seconds.
Context changed, switching rotation to : PvP
[BGBuddy]: Starting Battle for Gilneas
[BGBuddy]: Changed to : Attack Logic
Hold
[BGBuddy]: Moving to Waterworks [Reason: Start of game]
Hold
Hold
Casting Barkskin on Myself
Casting Travel Form on Myself
Casting Wild Mushroom at location <1091.472, 1043.696,



When it says "Hold" all it does is sit there...and sit.....by the entrance of the BG or Rez spirit. And where Bgbuddy says "Moving to waterworkds [Reason:Start of game]", it won't move, at all...Any help with this?
Much appreciated,
Heather ^-^

Hold , means some conditions are found ( e.g. ur mounted/ prowl and lazyraider / on transport)
This means, MAD won't interact with anything, it won't do anything while those conditions are true.

Stupid part is, some versions of Honorbuddy want this -> so BGBuddy moves like it should...
And then again sometimes it'll sit there, cuz the routine is holding >.<

Switch to developer version, I will push a quickfix in 5 min.
 
Hold , means some conditions are found ( e.g. ur mounted/ prowl and lazyraider / on transport)
This means, MAD won't interact with anything, it won't do anything while those conditions are true.

Stupid part is, some versions of Honorbuddy want this -> so BGBuddy moves like it should...
And then again sometimes it'll sit there, cuz the routine is holding >.<

Switch to developer version, I will push a quickfix in 5 min.

PHP:
           public Composite Hold()        {            return                new Decorator(                    ret =>                    !Me.IsValid || !Me.IsAlive  || Me.HasAura("Drink") || Me.HasAura("Food") || Me.HasAura("Potion of Focus") || BotManager.Current.Name != "BGBuddy" &&                    Me.HasAura("Prowl") && DotAll(Me) <= 250 || Settings.Instance.UpdateStatus,                    new Action(delegate { TroubleshootingLog("Hold"); return RunStatus.Success; }));        }

Hmm mount check is already removed, did u have any of those things? Food, Pot ?, Prowl.. ?
 
PHP:
           public Composite Hold()        {            return                new Decorator(                    ret =>                    !Me.IsValid || !Me.IsAlive  || Me.HasAura("Drink") || Me.HasAura("Food") || Me.HasAura("Potion of Focus") || BotManager.Current.Name != "BGBuddy" &&                    Me.HasAura("Prowl") && DotAll(Me) <= 250 || Settings.Instance.UpdateStatus,                    new Action(delegate { TroubleshootingLog("Hold"); return RunStatus.Success; }));        }

Hmm mount check is already removed, did u have any of those things? Food, Pot ?, Prowl.. ?

Well, i do have food in the bags, and its ID is registered with the thing that says "Drink".No potions at all, and i was never in prowl at any moment in time, just caster form. Sorry for not really being able to help much i honestly have no idea about these things really
 
Hey, great CC doesnt for some reason do movement in DungeonBuddy even when enabled.
 
Could u try disabling mounting in BGBuddy and report back if it moved or not?
Qued up as we speak.
20 seconds till BG start.
Shes moving! sucks that i can't mount, i definately look like a bot..but at least im not just standing there lol:3
 
Mirabis - Im still having crazy problems with this (1.5.3 dev build), its not even throwing a log anymore, its just hard crashing with these

Image%202013-03-08%20at%209.56.51%20AM.png

Image%202013-03-08%20at%209.57.18%20AM.png


If I hit retry, just hard locks HB - going to wipe my install and try again.

---- EDIT ----

Fresh install of HB 538
Fresh install Tyrael Release
Fresh install of MAD 252 1.5.3

Still getting same errors on HealManager.cs 507 & 502, and Spell.cs 917

Not working with any bot base atm.
 
Last edited:
Mirabis - Im still having crazy problems with this (1.5.3 dev build), its not even throwing a log anymore, its just hard crashing with these

Image%202013-03-08%20at%209.56.51%20AM.png

Image%202013-03-08%20at%209.57.18%20AM.png


If I hit retry, just hard locks HB - going to wipe my install and try again.

Eww that's Debug.Assert *** up ;(
Did u minimize or something?
 
No, But I have more then one HB and wow session up. Both on totally different installs though.

Closed the other sessions, and it's stopped crashing (why didnt I think of that? LOL)

Edit -----

JK Its still crashing =\
 
Last edited:
No, But I have more then one HB and wow session up. Both on totally different installs though.

Closed the other sessions, and it's stopped crashing (why didnt I think of that? LOL)

Edit -----

JK Its still crashing =\

k sec

- Pushed a quick changeo n dev svn, not sure if it's fixed now
 
Last edited:
Back
Top