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

Wizzard WoH build optimization

Ghostlorrrd

New Member
Joined
Jun 2, 2014
Messages
263
Reaction score
1
So, Im running this build that Quin69 made and its pretty awesome. Clearing grift 40 atm with 10 minutes left on the clock.
Still have to find almost all items ancient so this will be better soonish :)
Though I want the Wizzard to facetank a little more so it uses the explosive blast better whats its made for :P

Is it possible for someone to edit the combat.cs and make the wizzard spam EB always when off cooldown and make it spam when the range is < 5 or something. (within blast radius)

this is the build im talkin about. As you can see in the vid it needs to facetank allot, which is doenst enough imo.

thanks in advance fellow botters :>
 
Last edited:
uh. I just use the EB build for speed t10's. Average between 2:30-3 per run. If I had an ancient WoH, and a few other ancient pieces. Could drop that to about 1:45-2:15
 
Well thats not my question is it, not asking what other players play.
Asking if there is some one that is willing to edit the combat.cs for me, nothing more nothing less.

Thanks in advance
 
EmPdJS1.jpg1
 
I do know we have to add some stuff within this line of code, though I dont know what xD

Code:
            // Explosive Blast
            if (CanCast(SNOPower.Wizard_ExplosiveBlast, CanCastFlags.NoTimer) && !Player.IsIncapacitated && !Player.IsInTown) || CurrentTarget.RadiusDistance <= 5f))

            {

I did at the currenttarget.radiusdistance, thou I dont know if it is correct LOL
 
I do know we have to add some stuff within this line of code, though I dont know what xD

Code:
            // Explosive Blast
            if (CanCast(SNOPower.Wizard_ExplosiveBlast, CanCastFlags.NoTimer) && !Player.IsIncapacitated && !Player.IsInTown) || CurrentTarget.RadiusDistance <= 5f))

            {

I did at the currenttarget.radiusdistance, thou I dont know if it is correct LOL

doing 62 speedruns for 80-100b exp/hr....using the normal trinity from assembla without mods :o
 
Last edited:
SO I just instealled fresh DB and it seems to be handling it a lot better :)
 
Back
Top