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

Explosive Blast Wand of Woh (zerg mode bounties)

Nemlol

New Member
Joined
May 18, 2014
Messages
10
Reaction score
0
Hi there,

I've tried multiple searches, and im a total scrub at coding the skill timers/when to use them.
(sorry if it's in the wrong forum aswell).

But I'm looking for a piece of code (or fix / option) to set explosive blast to continues casting, unless teleporting/in town. This due to the warzechian armguards and the 'zerg' option in Bounty profiles.
I've tried quite a couple of 'ideas' that are on the forum atm. But can't seem to find one that actually works.

is there anyone that has any tips for this?

Regards,

Nem
 
Try this and let me know (cant test as I have no Wizard)

DB/Plugins/Trinity/Combat/Abilities/Wizard.cs

Line 233

Code:
return new TrinityPower(SNOPower.Wizard_ExplosiveBlast, 12f, CurrentTarget.Position);
Change this to:

Code:
return new TrinityPower(SNOPower.Wizard_ExplosiveBlast);


This made it use out of combat (posted by glancey in: http://www.thebuddyforum.com/demonb...162971-request-auto-skill-spammer-24-7-a.html )
though now it doesnt use it IN combat anymore.

tarr frustrating!
 
anyone with ideas?

it's quite annoying cause it gets stuck along the way due to immense amounts of mobs following, but doesnt cast any skill, it just starts lagging a lot, due to trying to unstuck.

this piece of information would solve my first worlds problems!
 
Could try removing the "!" at useOocBuff:
if (>> ! << useOocBuff && !Player.IsIncapacitated && CombatBase.CanCast(SNOPower.Wizard_ExplosiveBlast, CombatBase.CanCastFlags.NoTimer) && Player.PrimaryResource >= 20)
{
return new TrinityPower(SNOPower.Wizard_ExplosiveBlast, 12f, CurrentTarget.Position);
}

Not sure, but give it a go.
 
that didnt work either, stopped casting explosive blast as a whole. Thanks for the tip though!
 
Hi there,

I've tried multiple searches, and im a total scrub at coding the skill timers/when to use them.
(sorry if it's in the wrong forum aswell).

But I'm looking for a piece of code (or fix / option) to set explosive blast to continues casting, unless teleporting/in town. This due to the warzechian armguards and the 'zerg' option in Bounty profiles.
I've tried quite a couple of 'ideas' that are on the forum atm. But can't seem to find one that actually works.

is there anyone that has any tips for this?

Regards,

Nem

How can you cast Explosive blast continuously? It has 6 sec cool down.
 
How can you cast Explosive blast continuously? It has 6 sec cool down.


exactly what pondera said, having around 50% cdr (normally states 40%) but Ive found that slightly above 50% makes you a killing fireball hehe. chain reaction + WoW = like a damage aura around you.
 
exactly what pondera said, having around 50% cdr (normally states 40%) but Ive found that slightly above 50% makes you a killing fireball hehe. chain reaction + WoW = like a damage aura around you.

Thank you
 
I finally tried this build. I've been meaning to do it for several seasons but I never got my hands on a wand of woh in spite of serious botting.
But now I did.

The build sucks.

It's fine for T6 and thereabouts, for sure. Still nowhere near as good as any other build imaginable, but if you wanna play with horrible efficiency looking like a small fireball, then this is the build for you.
0/10 cannot recommend. So disappointed.
 
Back
Top