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

black ice build for wizard

Physcosis

Member
Joined
Jun 15, 2012
Messages
86
Reaction score
0
i been using cm build but switched to the black ice build and it has raised my gph by 200k almost and iph is up alot too! If we could get the bot to use ray of frost at a furth distance and hit blizz more often i dont think there would ever be any deaths which are minimal anyway less then cm!

you guys should try it you will need frostburns and tal set to get cold bonus!
 
Oh really? I am planning to make a new wizard bot just for fun, can you give more details to your build? skills, items etc.
 
Oh really? I am planning to make a new wizard bot just for fun, can you give more details to your build? skills, items etc.


np

http://www.youtube.com/watch?v=ed-9NSN8z2Y
skills are

ray of frost black ice rune

blizzard as right click with either bigger blizzard or like me i use 20% freeze since i dont have much pick up raduis

1st slot storm armor and i use scramble because of not much movement on gear
you can play with this in my opinion even cold armor maybe

2nd slot magic weapon blood magic rune dont worry about any life on hit ect nice to add other stats on gear

3rd slot familiar with sparkflint rune

4th slot hydra and the cold guy llol

ok now for the passives this is where i have not followed advice but i will be i have

cold blooded no matter what
astral presence a definite
and last i still use critical mass now i prolly dont need it actually i dont look on youtube post above for gpood one!

this build is a blast
now fullll tals set with cold damage and blizzard extra time on anything you can!
frost burns the 30% ones
and you can use a stone of jordan with the cold damage

i wanna post my build and gear but i dont kn ow where that link is !
 
I'd suggest swapping storm armor for ice armor ice reflect and investing in some move speed items, they're cheap now. Also, CM is totally worthless since none of your skills are on cooldown, swap it for blur or glass cannon depending on your need for dmg or survivability
 
Ray of frost doesnt penitrate waller while archon does.

/thread
 
I'd suggest swapping storm armor for ice armor ice reflect and investing in some move speed items, they're cheap now. Also, CM is totally worthless since none of your skills are on cooldown, swap it for blur or glass cannon depending on your need for dmg or survivability


i changed to cold armor ice reflect and changed my third skill to globes giving arcane which worked great but then i tried the one that lets you go to 45 % life when hit past your current life and im down to 0-2 deaths an hour and gold is at 550-600k now ! this build is better in my opinion then both current ones and thats with out it spaming blizzard with upcoming mobs it randomly attacks them atm! Thanks for the input ill put some of my gold logs and death logs in so ppl can see for them selves!
 
Code:
                // Blizzard
                if (!UseOOCBuff && !PlayerStatus.IsIncapacitated && Hotbar.Contains(SNOPower.Wizard_Blizzard) &&
		    //(TargetUtil.ClusterExists(45f, 1) || TargetUtil.AnyElitesInRange(40f) || TargetUtil.IsEliteTargetInRange(45f)) &&
	            (ElitesWithinRange[RANGE_25] > 0 || AnythingWithinRange[RANGE_25] > 0 || CurrentTarget.IsEliteRareUnique || CurrentTarget.IsBoss || CurrentTarget.IsTreasureGoblin) &&
                    (PlayerStatus.PrimaryResource >= 40 || (hasSnowBoundRune && PlayerStatus.PrimaryResource >= 10)) && GilesUseTimer(SNOPower.Wizard_Blizzard))
                {
                    var bestClusterPoint = TargetUtil.GetBestClusterPoint(18f, 45f);
                    return new TrinityPower(SNOPower.Wizard_Blizzard, 45f, bestClusterPoint, CurrentWorldDynamicId, -1, 1, 1, WAIT_FOR_ANIM);
                }

Try this in your GilesTrinity/Abilities/Wizard.cs file to spam blizzard more.

You can change this:
AnythingWithinRange[RANGE_25] > 0
To a higher value if it spams it too much.

You can also look at the ray of frost code in same file, i think there are 2 numbers for range...

BTW i get 600k gph and 3 deaths per day with 50m Archon wiz on MP1.
 
Code:
                // Blizzard
                if (!UseOOCBuff && !PlayerStatus.IsIncapacitated && Hotbar.Contains(SNOPower.Wizard_Blizzard) &&
		    //(TargetUtil.ClusterExists(45f, 1) || TargetUtil.AnyElitesInRange(40f) || TargetUtil.IsEliteTargetInRange(45f)) &&
	            (ElitesWithinRange[RANGE_25] > 0 || AnythingWithinRange[RANGE_25] > 0 || CurrentTarget.IsEliteRareUnique || CurrentTarget.IsBoss || CurrentTarget.IsTreasureGoblin) &&
                    (PlayerStatus.PrimaryResource >= 40 || (hasSnowBoundRune && PlayerStatus.PrimaryResource >= 10)) && GilesUseTimer(SNOPower.Wizard_Blizzard))
                {
                    var bestClusterPoint = TargetUtil.GetBestClusterPoint(18f, 45f);
                    return new TrinityPower(SNOPower.Wizard_Blizzard, 45f, bestClusterPoint, CurrentWorldDynamicId, -1, 1, 1, WAIT_FOR_ANIM);
                }

Try this in your GilesTrinity/Abilities/Wizard.cs file to spam blizzard more.

You can change this:
AnythingWithinRange[RANGE_25] > 0
To a higher value if it spams it too much.

You can also look at the ray of frost code in same file, i think there are 2 numbers for range...

BTW i get 600k gph and 3 deaths per day with 50m Archon wiz on MP1.


thanks im gonna try it now! And those are nice stats but i cant wait till it attacks right its pretty good considering its not setup like archon or cm!
 
350k dps Archon wiz, 14 pick up radius, 100 para.. I get 750-780k gph on Mp1. I have the gear to do CM wiz on the bot, I've let the bot do mp10 but its not as efficient.. archon ftw. My other archon wiz are 250k dps and 280k dps they get 700k gph with 2.11 trinity and gnome profile. My 350k dps wiz has the ability to hit 430k but I didnt see a huge difference so I opted for storm armor, force weapon: lifesteal.. even dropped glass cannon for unstable anamoly (to help with reflect deaths)
 
// Blizzard
if (!UseOOCBuff && !PlayerStatus.IsIncapacitated && Hotbar.Contains(SNOPower.Wizard_Blizzard) &&
(TargetUtil.ClusterExists(45f, 2) || TargetUtil.AnyElitesInRange(50f) || TargetUtil.IsEliteTargetInRange(45f)) &&
(PlayerStatus.PrimaryResource >= 35 || (hasSnowBoundRune && PlayerStatus.PrimaryResource >= 20)) && GilesUseTimer(SNOPower.Wizard_Blizzard))
{
var bestClusterPoint = TargetUtil.GetBestClusterPoint(10f, 45f);
return new TrinityPower(SNOPower.Wizard_Blizzard, 45f, bestClusterPoint, CurrentWorldDynamicId, -1, 1, 1, WAIT_FOR_ANIM);
}
I changed some of it, but i cant find what you said to change?? Like my dude will run right into a pack of a bunch of guys and not hit bliz? Also when i see mobs at far edge of screen it should hit then too? Ok maybe im in wrong file!
 
Ok this is what i did i added attack anything within will this work>?


// Blizzard
if (!UseOOCBuff && !PlayerStatus.IsIncapacitated && Hotbar.Contains(SNOPower.Wizard_Blizzard) &&
(TargetUtil.ClusterExists(45f, 2) || TargetUtil.AnyElitesInRange(50f) || TargetUtil.IsEliteTargetInRange(45f) || AnythingWithinRange[RANGE_30] > 0 &&
(PlayerStatus.PrimaryResource >= 35 || (hasSnowBoundRune && PlayerStatus.PrimaryResource >= 20)) && GilesUseTimer(SNOPower.Wizard_Blizzard))
{
var bestClusterPoint = TargetUtil.GetBestClusterPoint(5f, 50f);
return new TrinityPower(SNOPower.Wizard_Blizzard, 45f, bestClusterPoint, CurrentWorldDynamicId, -1, 1, 1, WAIT_FOR_ANIM);
}
 
350k dps Archon wiz, 14 pick up radius, 100 para.. I get 750-780k gph on Mp1. I have the gear to do CM wiz on the bot, I've let the bot do mp10 but its not as efficient.. archon ftw. My other archon wiz are 250k dps and 280k dps they get 700k gph with 2.11 trinity and gnome profile. My 350k dps wiz has the ability to hit 430k but I didnt see a huge difference so I opted for storm armor, force weapon: lifesteal.. even dropped glass cannon for unstable anamoly (to help with reflect deaths)

only 750-780k gph. Isn't that a waste for 350k dps?

i got 130k dps unbuffed and get 600k gph with Archon on MP1. And i only have one wizard and don't plan to do any more of them because every other class gets me better scores for 50m budget, even DH. Haven't tried WD though but he doesn't have good mobility.
 
only 750-780k gph. Isn't that a waste for 350k dps?

i got 130k dps unbuffed and get 600k gph with Archon on MP1. And i only have one wizard and don't plan to do any more of them because every other class gets me better scores for 50m budget, even DH. Haven't tried WD though but he doesn't have good mobility.

cool ya the thin g is im sick of archon and cm and something new would be cool and with cold buffs its worth it
 
Back
Top