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!

[PAID] [Warlock] Demonic - An Advanced Honorbuddy Warlock Routine [PvE/PvP]

So I glad I managed to get the donator version of this CC, it was certainly worth it. I have really crappy gear 480ilevel and still do reasonably well in raids. Keep up the good work Millz and I really like the changes you are making.
 
Well it's taken me the best part of 7 hours to fully re-implement how hotkeys are working, but it's done, and it's much nicer now. On that note, it's long past my bed time.
 
Doing a very long dps test as of right now. currently at 405million damage @ 109k dps. Has no dropped below 103k since the start. Bursts up too 115k with DS - IS on CD. She's working good Millz.
 
Hey Millz,

I have a few notes to your Routine:

if a target is not in the visual field, then the character lags very noticeable around by trying it anyway attacking like a mad. It looks very bottish. Can you code something if enemy is not in field of view that he not try to attack it?

and I've found, that in some boss fights like oondasta for example, there is a little problem with the skills for such "Piercing Roar" ? [Oondasta unleashes a piercing roar, inflicting 200,000 Physical damage to all players and interrupting spell-casting, preventing spells of that school from being cast for 10 sec.]

He casts ahead and cashed the 10 sec silent.

Is it possible to code something to detect and prevent these things?
 
Hey Millz,

I have a few notes to your Routine:

if a target is not in the visual field, then the character lags very noticeable around by trying it anyway attacking like a mad. It looks very bottish. Can you code something if enemy is not in field of view that he not try to attack it?

and I've found, that in some boss fights like oondasta for example, there is a little problem with the skills for such "Piercing Roar" ? [Oondasta unleashes a piercing roar, inflicting 200,000 Physical damage to all players and interrupting spell-casting, preventing spells of that school from being cast for 10 sec.]

He casts ahead and cashed the 10 sec silent.

Is it possible to code something to detect and prevent these things?

Which version are you talking about here? Premium has the LoS check in it. As for the silencing from fight mechanics, you'll have to take care of that by pausing the routine (i.e. use Tyrael's hotkey to pause).

*Edit* The reason I don't have the LoS check in the free version is because it would introduce enough lag to cause minor pausing. The premium version has an internal caching system which stores objects and values so that I don't need to do the LoS check each tree traverse (which means I'm not introducing lag from the check). It's not because I'm trying to gimp the free one, it's because I'd be gimping it more by actually adding the check in.
 
[11/Aug/2013 - Update #2]
- Hopefully fixed exception when loading routine.
 
I'm using the premium Edition.

PLayed some Challenge Mode and toes 10 Player yesterday. And there i have the char lagging prob with my warlock. Especially everytime when death blossom casts by the enemy and i have to go behind the column he is lagging around very hard in try to attack him.
 
I'm using the premium Edition.

PLayed some Challenge Mode and toes 10 Player yesterday. And there i have the char lagging prob with my warlock. Especially everytime when death blossom casts by the enemy and i have to go behind the column he is lagging around very hard in try to attack him.

Oh i see. Well as I say the LoS check is in there, so theres very little else other than that which I can do.

*Edit* Actually I've just had a thought on how I may be able to get around that. I'll see what I can do.
 
It seems like it uses Unending Resolve on cooldown now oO
My settings are use on 40% but the bot uses it whenever I am in combat and it is off cd
 
Code:
[Demonic ~ Debug] Someone tried to interupt us using Counterspell, cancelling our cast!

Strong lulz to be had. Still a bit of work to be done on it, but it does actually work haha.
 
[11/Aug/2013 - Update #3]
- Better blacklisting of units out of LoS (now using combat log).
- [PvP] Interrupt our spell cast when someone attempts to silence us - need low latency for best results.
 
Back
Top