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

Trinity - Wizard Class

quick question, my wiz has
1,6k Int
32k HP
39 CC
and 150% Crit DMG.
it cant farm act3 MP0...
what to improve?

im in your shoes. rockin
1940 int
890 vit
615 AR
42.5 CC
332 CD

basicly 90k dps with 38k health only thing i can think for us is we have to have a weapon with life steal. Weapon magic with blood magic helps (1.5% life steal). also idk about u but my wiz seems to stay alive longer when not in archon mode (runnin crit mass with diamond armor and frost nova, really nice to just freeze them and have endless diamond armor only prob is takes a while to kill shit even with the 90k dps) lmk if u figure out what u need to farm act 3
 
here are my changes, and my build:

Wizard - Game Guide - Diablo III

note i'm using force weapon not blood magic because i have a good amount of LS

I'm also using scramble and archon tp to speed up my runs.

Various archon fixes, and an increase to electrocute range:

Code:
--- GilesTrinity.cs-dist	2012-10-19 10:42:26.000000000 -0700
+++ GilesTrinity.cs	2012-10-30 13:07:31.367118100 -0700
@@ -30,7 +30,7 @@
     {
         public Version Version { get { return new Version(1, 6, 3, 4); } }
         public string Author { get { return "GilesSmith"; } }
-        public string Description { get { return "GilesTrinity version " + Version; } }
+        public string Description { get { return "GilesTrinity version " + Version + "-archon"; } }
         public string Name { get { return "GilesTrinity"; } }
         public bool Equals(IPlugin other) { return (other.Name == Name) && (other.Version == Version); }
 
@@ -7106,15 +7106,15 @@
                             // Storm Armor
                             else if (hashPowerHotbarAbilities.Contains(SNOPower.Wizard_StormArmor))
                             {
-                                if (!GilesHasBuff(SNOPower.Wizard_StormArmor) && PowerManager.CanCast(SNOPower.Wizard_StormArmor))
+                                if (!GilesHasBuff(SNOPower.Wizard_StormArmor) || ((DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Wizard_StormArmor]).TotalMilliseconds >= 15000) && PowerManager.CanCast(SNOPower.Wizard_Archon)))
                                 {
                                     return new GilesPower(SNOPower.Wizard_StormArmor, 0f, vNullLocation, iCurrentWorldID, -1, 1, 2, USE_SLOWLY);
                                 }
                             }
                         }
                         // Magic Weapon
-                        if (!playerStatus.bIsIncapacitated && hashPowerHotbarAbilities.Contains(SNOPower.Wizard_MagicWeapon) &&
-                            playerStatus.dCurrentEnergy >= 25 && (GilesUseTimer(SNOPower.Wizard_MagicWeapon) || !GilesHasBuff(SNOPower.Wizard_MagicWeapon)))
+                        if (!playerStatus.bIsIncapacitated && hashPowerHotbarAbilities.Contains(SNOPower.Wizard_MagicWeapon) &&  PowerManager.CanCast(SNOPower.Wizard_MagicWeapon) &&
+				(!GilesHasBuff(SNOPower.Wizard_MagicWeapon) || ((DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Wizard_MagicWeapon]).TotalMilliseconds >= 10000) && PowerManager.CanCast(SNOPower.Wizard_Archon))))
                         {
                             return new GilesPower(SNOPower.Wizard_MagicWeapon, 0f, vNullLocation, iCurrentWorldID, -1, 1, 2, USE_SLOWLY);
                         }
@@ -7153,7 +7153,7 @@
                         }
                         // Archon
                         if (!bOOCBuff && !bCurrentlyAvoiding && hashPowerHotbarAbilities.Contains(SNOPower.Wizard_Archon) &&
-                            (iElitesWithinRange[RANGE_30] >= 1 || iAnythingWithinRange[RANGE_25] >= 1 || playerStatus.dCurrentHealthPct <= 0.6 || ((targetCurrent.bThisEliteRareUnique || targetCurrent.bThisBoss) && targetCurrent.fRadiusDistance <= 30f)) &&
+                            (iElitesWithinRange[RANGE_30] >= 1 || iAnythingWithinRange[RANGE_25] >= 3 || ((targetCurrent.bThisEliteRareUnique || targetCurrent.bThisBoss) && targetCurrent.fRadiusDistance <= 30f)) &&
                             playerStatus.dCurrentEnergy >= 25 && playerStatus.dCurrentHealthPct >= 0.10 &&
                             PowerManager.CanCast(SNOPower.Wizard_Archon))
                         {
@@ -7278,7 +7278,7 @@
                         // Electrocute
                         if (!bOOCBuff && !bCurrentlyAvoiding && hashPowerHotbarAbilities.Contains(SNOPower.Wizard_Electrocute))
                         {
-                            return new GilesPower(SNOPower.Wizard_Electrocute, 18f, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 0, USE_SLOWLY);
+                            return new GilesPower(SNOPower.Wizard_Electrocute, 40f, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 0, USE_SLOWLY);
                         }
                         // Default attacks
                         if (!bOOCBuff && !bCurrentlyAvoiding && !playerStatus.bIsIncapacitated)

Can someone tell me what i'm doing wrong here? I added these to my gilestrinity.cs and it seems to be giving me this and the bot does nothing :/

AssemblyLoader<Zeta.Common.Plugins.IPlugin> - Initializing
[23:19:44.674 N] Compiler Error: c:\Users\Desktop\Demonbuddy 1.0.1162.284\Plugins\GilesTrinity\GilesTrinity.cs(33,1) : error CS1519: Invalid token '-' in class, struct, or interface member declaration
[23:19:44.674 N] Compiler Error: c:\Users\Desktop\Demonbuddy 1.0.1162.284\Plugins\GilesTrinity\GilesTrinity.cs(34,1) : error CS1519: Invalid token '+' in class, struct, or interface member declaration
Compiler Error: c:\Users\Desktop\Demonbuddy 1.0.1162.284\Plugins\GilesTrinity\GilesTrinity.cs(34,23) : error CS0102: The type 'GilesTrinity.GilesTrinity' already contains a definition for 'Description'
 
Last edited:
Hi all

I not sure if i have set anything wrongly

my archon wiz seems to use wave of force often even though thats some range in between the char and the mobs. sometimes it will chase the mobs and hit it with wave of force instead of beam
 

Attachments

  • unbuff.webp
    unbuff.webp
    31.8 KB · Views: 176
  • buffed.webp
    buffed.webp
    30 KB · Views: 188
Last edited:
Does anyone know how to adjust giles so that whenever my sorc is about to turn on archon, it casts the armor buff first before going into it?
Aswell as killing all the mobs in the general area before picking up stuff... my sorc just runs through like 20 mobs while trying to pick up 1 rare...
 
Last edited:
Hello guys, same question as the user above, how to make the wiz use armor spell each time before entering archon form, just like it does with magic weapon for example.
 
use serach at this thread

Did prior to posting, but it seems like i did not use correct keywords at that time. Also browsed manually for like the first 5-6 pages and the last 5-6 ones :)). Same. However, after your comment, i searched again, so for everyone that wonders how to make it cast armor spell before entering archon, !!SEE PAGE 23!! .
 
Hey I just started to use DB with this plug in and all run profile and I'm really newbie at this, my only issue so far is that the bot waits for melee range to cast the signature spell, and I believe it's because it thinks I'm using twister while I'm using piercing orb, is there any way to configure it to use mouse 1 spell as ranged? I'm using an archon build and don't really need to use twister since my archon uptime is pretty high, but don't want to have the bot sitting at melee range from elites since it's a pretty glass cannon 230k dps char.

Thanks in advance
 
Hello guys, same question as the user above, how to make the wiz use armor spell each time before entering archon form, just like it does with magic weapon for example.

Hi everyone,
I have the same request as well. I would like to have Armor to be cast before archon, and also as somebody asked some pages before, when archon is on and armor goes off, to cancel archon, recast armor and then archon again.
It happens that I stay on archon for a long time then running without armor :/
Thank you for helping out!
 
how do you survive in this hard world, if you can not use the search?
good luck
 
Hi everyone,
I have the same request as well. I would like to have Armor to be cast before archon, and also as somebody asked some pages before, when archon is on and armor goes off, to cancel archon, recast armor and then archon again.
It happens that I stay on archon for a long time then running without armor :/
Thank you for helping out!

You can find an updated version of GilesTrinity in the Unified GilesPlugin post. They have made changes to recast armor before casting archon.

To all the people who said to just search. Please remember that in the time it took you to write out the post telling him to search you could have actually helped him.
 
hi all wiz !
Got one question - what comfortable mp level do you set? I got somehow difficulties in mp1 (6-8 deaths /h - if i got lucky not to meet chaining, molting packs) using my lately improved wizard.
I got now leoric's for exp and ruby in helm but what to improve to get more stable slaughter :)
Unified Trinity works somehow great - got arcane issues - 30 avoidance is still not enough to not get last part of ray on your chest.
It uses greatly Electrocute but i think WW should be better and this 2-3 sec of pause after new locations makes you sometimes dead.
My skills Wizard - Game Guide - Diablo III
and my build nowy - sssdrawr's detailed Diablo 3 DPS & EHP Calculator - Patch 1.0.5
I am saving now for Chantodo's Will with >1k DPS and slot
Really standing now nowhere with no idea what to improve to decrease death rate.
thanks for help
mic
 
You don't need damage, you need EHP. In particular, all resist. Aim for 600.

Also, you're going to need a lot more attack speed if you expect to run CM/WW
 
Thing is, the wizard is so badly done that u can't even imagine doing any high mp with the bot. I can normally run my wizard by hand on mp 4(archon) and up to mp 6-7(cm/ww) but with the bot anything more then mp1 is not possible.
 
I am trying to play Archon build with the bot, but archon is getting casted immediately. I don't get why this happens, i am putting it either agains elites or number of mobs ;o
 
Back
Top