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

Unified GilesPlugin's Unnoficial Updates File

Status
Not open for further replies.
Eh, townrun doesn't work?
Works just fine here

thanks jubisman for adding the rend component. It's working great!
You know what's funny? I just began to realize just how many people use rend. Before you guys spoke up I just thought everyone used WW build or, in a few cases, throw barb.
Anyway, glad to have helped you guys. Maybe my next bot will use rend too
 
Last edited:
Works just fine here


You know what's funny? I just began to realize just how many people use rend. Before you guys spoke up I just thought everyone used WW build or, in a few cases, throw barb.
Anyway, glad to have helped you guys. Maybe my next bot will use rend too


a 2 Handed rend build works great! if you have lifesteal then you can use the range rune. You can run it with no LOH LS with rend and revenge only its pretty sweet.
 
Cleave+Rend+Revenge does a fuckton more damage than any WW build. My toon with WW does maybe 250K-300K damage at best with WW, but with Cleave+Rend easily does 900K+ and that's without WOTB. Much better build for high MP runs.
 
Cleave+Rend+Revenge does a fuckton more damage than any WW build. My toon with WW does maybe 250K-300K damage at best with WW, but with Cleave+Rend easily does 900K+ and that's without WOTB. Much better build for high MP runs.
Can you link the build?
 
Can you link the build?

It's pretty simple, Cleave as the primary, rend secondary, revenge on the skill bar. Warcry+Impunity. The other stuff you can change around a bit. You obviously need to be well-geared to do that kind of damage, get as much CC and CD as possible. 500+ STR 2H with 190% or more CD and a socket with 100% CD gem.
 
Anyone working on update stat via google spreadsheet? If anyone working on this i am more willing to donate for their time so that i don't need to go through the full api usage etc.
 
theres another compiling error i think ill post it up when im done masturbating
 
Or if you have IK set and you're ok with the fury generation, here's the build with more damage output -> Barbarian - Game Guide - Diablo III


That's pretty good, I'd switch the bul-kathos thing with weapons master though. And if you are doing 450k + damage you don't really need WOTB at all, you could use that extra slot for something else, like weapon throw which is great for ranged enemies especially the bees in act2.
 
Last edited:
Is there an irc channel that you idle in, jubisman?
I don't use IRC, sorry

Jubisman, Can you get Magis changes added in from his version of .35 that can be found here http://www.thebuddyforum.com/demonb...iles/act-1/80052-a1-inferno-uber-startup.html

Im using his uber profile but need the rend changes in v.39

Thanks
Magi used to tell me whenever he made some changes that he thought I should implement. So, maybe they're here already?
If not, I will look into this later today
 
Jub - FYI, I made quite a bit of changes to Trinity including adding a new AoE in the trinity config window which requires editing of both the .cs and .xaml

I figured I'd try and put those in your latest version when things slowed down but if you think you can handle it, have at it. nothing major, just lots of little tweaks, especially to add that AoE slider. PITA that was. Messy messy.
 
Jub - FYI, I made quite a bit of changes to Trinity including adding a new AoE in the trinity config window which requires editing of both the .cs and .xaml

I figured I'd try and put those in your latest version when things slowed down but if you think you can handle it, have at it. nothing major, just lots of little tweaks, especially to add that AoE slider. PITA that was. Messy messy.
I see. If you think you could do this before nightfall today I'd appreciate it, seeing that I'm going to have a busy day today..
 
ok morning just started for me so I've got 12 hours before my nightfall...how about your nightfall lol.

I can work off version .39 if that's cool unless you've already started .40

PM me if you want.
 
looking forward to updates... with workable townrun -__-
 
ok morning just started for me so I've got 12 hours before my nightfall...how about your nightfall lol.

I can work off version .39 if that's cool unless you've already started .40

PM me if you want.

About 7 hours til it's night here. And I haven't started .4 yet, so feel free to work on .39 and I'll start .4 with that
 
For recast Storm Armor before use Archon (http://www.thebuddyforum.com/demonb...70829-trinity-wizard-class-33.html#post870689)
// 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);
}
}
 
Status
Not open for further replies.
Back
Top