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

Trinity - Wizard Class

For me its working great with 0-1 DPH MP1 at 200k dps with 450k GPH ( 85 paragon ), I really need energy armor active because my AR are 500 unbuffed and also using pinpoint barrier for the 5% crit

Wizard - Game Guide - Diablo III

electrocute changed to 40f, Desintegrate priority in archon and some aoe avoid changes. Cheers

Using almost the same build, just using Storm Armor - Shocking Aspect instead of energy armor and paralysis instead of glass cannon.
Without EA need the extra armor and AR rather than a bit more DPS.
Still have 190K DPS and with all the lightning hits from Storm Armor and 40f range on electrocute most mobs die before i see them. Not sure what my Deaths per hour are though cause i constantly get network disconects after 1-2 hrs. But when im watching is about 0-1.
VERY HAPPY with it now :D :D :D

Edit: Also using strongarm bracers, so get 6.5% knockback on my char + 52% knockback on my scoundral.
If your running an archon build and dont have a windforce on your scoundral, get one now! it helps your survival a ridicolous amount.
 
Last edited:
In your opinion, what is the best build for farming in high pm ? ty ^^
 
Farming high pm is pointless. You're better off farming faster with slightly lower MF, than farming a LOT slower with slightly higher MF.
 
In your opinion, what is the best build for farming in high pm ? ty ^^

depends what your farming for and if you mean standard farming or botting.
if your key hunting for infernal machine you need to use higher MP but if your item/XP farming your better sticking to Mp 1-3 anyway.
But it mainly depends on your gear. ive only recently got gear good enough(i.e over 100k dps) to use archon for farming and used Cm build for a long time before that.
if you really want to farm high MP i would recommend a CM build as you dont need massive dps just high crit chance and attack speed. As long as you can keep mobs locked down it doesn't really matter how long it takes you to actually kill them. With the high mob Hp on higher MP it will probably be a lot better than archon which relies on quick kills to keep your archon form up.
If your controlling your char yourself for farming you could try archon as i find it works a lot better when you control it compared to the bot.
just my opinion based on what ive seen, i dont play any higher then MP2 myself anyway as i really dont see any reason too, although im at paragon 86 so ive already got enough gold/magic find that the higher lvls just take longer with little extra reward.
just try some of the builds in this topic and see what works for you with your gear. :D
 
Ty for your answers.
I farm in high pm for keys ^^. I have a good gear, 140k dps unbuff / 45k HP / 5300 armor / 600 all res / 2.12 hit per second ( 2.12 is too low? :S)
In pm5 i die with archon form, CM is good when i playing, but unfortunately demonbuddy is not a great "spammer" for CM x).
 
You have set the Critical Mass check box option in Trinity havn't you?
Trinity spams the critical mass spells very well as long as you have told it to do so
 
Yes i ticked the critical mass box in trinity :/.
Hum? very well as long as you have told it to do so ?
Can you make a screen of your configuration of trinity for tour wizard CM plz ? ^^
 
i tried the putting a puzzle ring on my follower thing but it doesn't help me that much.
Since hes always behind me and i kill the mobs that quickly he hardly ever gets hit LOL
 
Yes i ticked the critical mass box in trinity :/.
Hum? very well as long as you have told it to do so ?
Can you make a screen of your configuration of trinity for tour wizard CM plz ? ^^
trinity.webp

i just meant if you dont have that box ticked it wont spam the spells.
i recommend this build for Cm spamming:
Wizard - Game Guide - Diablo III
 
Last edited:
Also if you read over the last few pages you will realize (like i did eventually) that you need to modifiy trinity a bit for archon to be any use. If you dont it will just spam it on anything and waste it.

Also Archon botting depends heavily on the route you set, a lot of areas just dont have the mob density to keep archon up most of the time. Which is another reason i play on MP1 as i know my char can burn down normal mobs and some elites depending on the affixs well enough to last unitl archon is back up.

An archon destruction build might be good for instant elite kills but i dont know how to mod trinity to make sure it only hits it within range of the elites. A 1600% dam start and straight into archon beam will annihilate most elites without the extra hp affix
 
Ty man for your help. I will configure my trinity like yours.
And I will test your build :)
 
they have the same proc rate now so its just preferance.
Wicked wind is easier to control because its stationary but i prefer storm chaser because the extra tornado although only has 75% dam per charge still procs the same and it doesn't cost any AP. I just use storm chaser until i see a charge and then use electrocute straight away to maximize procs.

I find it still effective even in 1.05 and is easier on the Arcane Power than wicked wind.
 
maybe someone can help me. I'm having problems when many mobs gasket around me. It seems that my wizard tries to catch gold and globin and end up dying. I reduced Globin percentage to 25% but still my wizard does not attack the mobs around. Even with the new code to not use arcane strike is still using it. Only I'm having these problems? Sorry for bad english

Well i fixed it... I put all my radius avoid to 2 range... makes me more offensive since i'm playing MP-1 for fast exp/item... But my archon mode still with some glitchs... Still using arcane strike.
 
Last edited:
Here is the fix, you have to change timer on energy armor from 120000 to 60000 in SNOPower.Wizard_EnergyArmor then use the GilesUseTimer function instead of PowerManager.CanCast in // Energy Armor

// Energy armor as priority cast if available and not buffed
if (hashPowerHotbarAbilities.Contains(SNOPower.Wizard_EnergyArmor))
{
if ((!GilesHasBuff(SNOPower.Wizard_EnergyArmor) && PowerManager.CanCast(SNOPower.Wizard_EnergyArmor)) || (hashPowerHotbarAbilities.Contains(SNOPower.Wizard_Archon) && (!GilesHasBuff(SNOPower.Wizard_EnergyArmor) || GilesUseTimer(SNOPower.Wizard_EnergyArmor))))
{
return new GilesPower(SNOPower.Wizard_EnergyArmor, 0f, vNullLocation, iCurrentWorldID, -1, 1, 2, USE_SLOWLY);
}
}

now it will cast Energy armor every 60 sec ;)

Not working... Error when i open my DB
 
Seems that diamond skin is really not being used as much / when it should be, I still have the default code for it, any ideas?
 
Not working... Error when i open my DB

Weird... is the one i am using atm, just in case gonna copy and paste again, there u go ( working for me atm )

// Energy armor as priority cast if available and not buffed
if (hashPowerHotbarAbilities.Contains(SNOPower.Wizard_EnergyArmor))
{
if ((!GilesHasBuff(SNOPower.Wizard_EnergyArmor) && PowerManager.CanCast(SNOPower.Wizard_EnergyArmor)) || (hashPowerHotbarAbilities.Contains(SNOPower.Wizard_Archon) && (!GilesHasBuff(SNOPower.Wizard_EnergyArmor) || GilesUseTimer(SNOPower.Wizard_EnergyArmor))))
{
return new GilesPower(SNOPower.Wizard_EnergyArmor, 0f, vNullLocation, iCurrentWorldID, -1, 1, 2, USE_SLOWLY);
}
}
// Ice Armor

Icluded 1st line of Ice armor so u know when the code ends, cheers and GL

Now that i think maybe it copy the bold code so this one is clear.
 
im trying to read this forum to see how to stop my guy from using arcane blast in archon form. I have seen that it has been "answered" but not clearly in my mind.

// Arcane Blast
if (!bOOCBuff && !playerStatus.bIsIncapacitated &&
(iElitesWithinRange[RANGE_15] >= 1 || iAnythingWithinRange[RANGE_15] >= 1 ||
((targetCurrent.bThisEliteRareUnique || targetCurrent.bThisBoss) && targetCurrent.fRadiusDistance <= 15f)) &&
GilesUseTimer(SNOPower.Wizard_Archon_ArcaneBlast) && PowerManager.CanCast(SNOPower.Wizard_Archon_ArcaneBlast))
{
return new GilesPower(SNOPower.Wizard_Archon_ArcaneBlast, 0f, vNullLocation, iCurrentWorldID, -1, 1, 1, USE_SLOWLY);


What do i need to change to stop him from using it at all. in the post i saw earlier that "answered" it i didnt see any differences. granted i maybe just stupid and over looking something.

Thanks for any help
 
Back
Top