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

QuicknDirty Prince of Darkness DestroMod IB Friendly

xenn88

New Member
Joined
May 4, 2010
Messages
83
Reaction score
2
Modded it to use the destro spells instead of Affli/Demo

I know there was already a CC for this but it didnt work on Instancebuddy for me..

So i rewrote The original one just a bit,
and works with Instancebuddy just fine now.
(didnt change to much not to break it, not an expert cc coder)

Nowhere near perfect rotation or coding, so if you have any additions/fixes im open to em.

Credits go to the original author i merely added some lines.
 

Attachments

Last edited:
I think you need to give some credit to the original creator in the thread and ask him if you already haven't.
 
you should also ask for his permission to edit his code and post it.
 
you should also ask for his permission to edit his code and post it.

No idea who made it, but i did post a credit under it, and i hope the original author doesnt mind if its serving the general public.

The cc works great for affli and demo standard now, just the destro side needed a bit of love.
 
I'm going to ask, at the risk of making myself sound like an idiot, what was done to make it IB-compatible? If I know that then I'd be one step closer to being able to edit the rotation into something more polished.
 
You dont need to ask the author to change anything when its open source. However you need to credit him.
 
You dont need to ask the author to change anything when its open source. However you need to credit him.

exactly. But if you ever create something as "100% your own" you better back it up. The best thing to do is not even try to make it look like anyone elses, but if it does, state "i got my inspiration from xxxx's CC"
 
I'm going to ask, at the risk of making myself sound like an idiot, what was done to make it IB-compatible? If I know that then I'd be one step closer to being able to edit the rotation into something more polished.

I'd also like to know this part.
 
I'm going to ask, at the risk of making myself sound like an idiot, what was done to make it IB-compatible? If I know that then I'd be one step closer to being able to edit the rotation into something more polished.

To be honest i do not exactly know, i tried out the other destro profile posted here (prince of darkness and destruction) and it didnt work in ib, but the standard prince of darkness cc did work.

So i just used that added the destro spells to the spells.cc and added them to the rotation in the princeofdarkness.cc removed the affli spells the rest is left intact.

what it is that makes it or breaks it beats me.

The summoning should need a short pause to check if the pet is already summoned becuz currently it tries to summon sometimes when it dismounts and the pet just hasnt spawned yet.

no idea how to change that though...

Some other things i wanna do but i dont have time atm.

im curious if the cc does what it should for you guys also?
 
Last edited:
Cowdude wrote that one, I believe.
 
then cowdude is awesome. and mine's been updated too!
 
it does not use conflagrate btw

It does use it here but usually only on bosses cuz other mobs die to fast,
i have no idea how to make it prio over incinerate though.
 
It does use it here but usually only on bosses cuz other mobs die to fast,
i have no idea how to make it prio over incinerate though.

It should wait that the immolate debuffs appears on your target, then run its combat routine. HB has a small delay when reading unit auras, which means that even if your spell instantly hits the target, HB won't see the debuff until the game server answers. That's why there are a few LUA events handlers here and there.

The idea:

If target needs Immolate, cast immolate, end (don't even try to cast conflag right after that, it won't work!)
if can cast Conflagrate, cast it, end
if can cast ...
if can cast Incinerate, cast it, end

"target needs Immolate": check Spells.cs and UnitHelper.cs. That's the same as "should I cast corruption on target?"
 
Hmmm soul harvesting after every fight? Even with full hp and shards? waste of time
 
Suggestions::

- soul harvest only for hp recoverin (if healer does not heal in % of time)
- soul drain on every 5th mob ...
this could make a bot faster and more pro.
 
Last edited:
Back
Top