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

Suggestion: Wizard Combat - Blizzard

mrmordy

Member
Joined
Jun 18, 2010
Messages
98
Reaction score
0
Just a suggestion for faster killing!

Even on one trash mob, it's efficient to have blizzard (apocalypse rune) casting, instead of just auto it to death.

And black hole to 3 or more mobs, instead of whatever it's at now :)


I have 0 idea how to code this in, and really appreciate the effort that's gone into it all so far (thanks Rrrix!).
 
Are you using Firebird's set? I can code that in.

Btw, Black Hole is currently set to 4 or more enemies
 
Indeed I am using firebirds :) I think the Blizzard any single mob change would greatly increase efficiency in opening cursed chests and doing rift trials.

Thanks for the interest! :)
 
Exact same request ;) Can't seem to make anything work to do what the Original Poster described.
 
In Trinity/Combat/Abilities/WizardCombat.cs do a Ctrl-F for Blizzard. Then comment out the middle line of the if-statement by putting // in front of it. It will look like

//(TargetUtil.ClusterExists(18f, 90f, 2, false) || TargetUtil.AnyElitesInRange(40f) || TargetUtil.IsEliteTargetInRange(45f)) &&

Save the file and this will allow it to cast blizzard at anything and everything.

Also you can go into Trinity config inside the DB window and go to the variables tab, open that up and find SpellDelay.Wizard_Blizzard. By default it is set to 4000 which means it will cast every 4 seconds. I have it set to 2000 and it works well. With Cindercoat you can set it lower but I find it will just overlap too much anyways. *Be sure to save the variables section before leaving to apply the new number*
 

Attachments

Last edited:
Paypal link to donate?

edit: HAHA OH GOD IT'S BRILLIANT.

edit 2: Tried to do it with black hole, didn't work so easily. Off to have a play with it
 
Last edited:
Commenting out that line is all well and good until someone pops out with a different build that doesn't need to cast blizzard so often. Here, try this one
 
Back
Top