ChineseMate
New Member
- Joined
- Oct 10, 2012
- Messages
- 76
- Reaction score
- 1
[BUILD] Barbarian - Seismic Slam Build. Translated from Chinese
[BUILD] Barbarian - Seismic Slam: an Earthquake Bulild. Translated from Chinese
This is a post from a Chinese forum, originally posted by a guy from Malaysia. And it was originally not a botting build discussion thread till I translated and put it here
English is not my first language so if the translation is not accurate, my apology in advance.
I tried this build with Giles Plugins. It seems work alright. Maybe need better bot attack rotation to make it work better.
The post as following:
Hi, everyone. This is me again, a player from Malaysia. I had never thought I would post anything until I saw some posts in this forum. I felt I would like to share my understanding from playing my Witch Doctor. Of couse, many of you maybe have already tried this build, however I've never seen anyone post an discussion tread related to this build.
Let's talk about the play style first which is inspired and evolved from the Bear build of Witch Doctor. Some say fury cost can be reduced by upgrading and using better gears. However, if we look at Witch Doctor, they can cast Zombie Bears skill(translater: I'm not fimilar with the bear skill) all the time because of their fast mana generation. I started to think if a Barbarian could be easy as Witch doctor standing there cast a powful skill over over again. First we should pick up a skill that has to be as powful as the one Witch Doctors' got. Of couse, Blizz give us one, Seismic Slam. not only this, they also give us a rune, Strength from Earth which cut down half fury cost.
Take a look at the skill first: Seismic Slam
I think this skill is similar as Zombie Bears. (personal feeling is that the visual effect is slightly different, in essence, is very similar) A similar attack that is 240% weapon damage. Knocking back effect is the thing Zombie Bears doesn't have. The effect can go through wall, from uphill to downhill, can hit more than 3 targets(only 3 targets for witch doctor, Zombie bears has limited distance aswell) etc.
Next, How can we, Barbarians, regenerate fury as quick as WD generating their mana?
WD's mana regeneration normally depends on their gears. If Barbarians dont have the full Immortal set, another feasible method is fury generation while combat with Into the Fray rune from Battle Rage. With high crit rate, Barbarians can use Seismic Slam like Witch Doctor using Zombie Bears endlessly. In addition, Seismic Slam has AOE effect. Chance of fury generation by crit dmg has been dramatically increased bu using Seismic Slam instead of using a fury generation skill (frezy, bash...)
About the build:
1. There is not fury generation skill (no frezy, no bash...)
2. Fury is from crit, combat fury gen and passive skill: unforgiving
3. LOH or Life steal is necessary
4. Escape/avoid elite skills is Furious Charge
5. double skills to increase crit, Overpower & Revenge. Revenge can be replaced by other defense skill. (like Leap for armor or Rend for life gen)
(This is the original author's panel data. Mine doesn't have immortal set at all, AR is slightly lower than him, but this build still works)
In the end, the two 10% dmg increases from Overpower & Revenge do overlap.
[Original post end here]
code modified:
Just made these videos to show this build might be feasible, but needs tweaking.
[video=youtube;rGgzdgUO3n0]http://www.youtube.com/watch?v=rGgzdgUO3n0[/video]
another one: Dual Wield Seismic Slam - YouTube
[BUILD] Barbarian - Seismic Slam: an Earthquake Bulild. Translated from Chinese
This is a post from a Chinese forum, originally posted by a guy from Malaysia. And it was originally not a botting build discussion thread till I translated and put it here

English is not my first language so if the translation is not accurate, my apology in advance.
I tried this build with Giles Plugins. It seems work alright. Maybe need better bot attack rotation to make it work better.
The post as following:
Hi, everyone. This is me again, a player from Malaysia. I had never thought I would post anything until I saw some posts in this forum. I felt I would like to share my understanding from playing my Witch Doctor. Of couse, many of you maybe have already tried this build, however I've never seen anyone post an discussion tread related to this build.
Let's talk about the play style first which is inspired and evolved from the Bear build of Witch Doctor. Some say fury cost can be reduced by upgrading and using better gears. However, if we look at Witch Doctor, they can cast Zombie Bears skill(translater: I'm not fimilar with the bear skill) all the time because of their fast mana generation. I started to think if a Barbarian could be easy as Witch doctor standing there cast a powful skill over over again. First we should pick up a skill that has to be as powful as the one Witch Doctors' got. Of couse, Blizz give us one, Seismic Slam. not only this, they also give us a rune, Strength from Earth which cut down half fury cost.
Take a look at the skill first: Seismic Slam
I think this skill is similar as Zombie Bears. (personal feeling is that the visual effect is slightly different, in essence, is very similar) A similar attack that is 240% weapon damage. Knocking back effect is the thing Zombie Bears doesn't have. The effect can go through wall, from uphill to downhill, can hit more than 3 targets(only 3 targets for witch doctor, Zombie bears has limited distance aswell) etc.
Next, How can we, Barbarians, regenerate fury as quick as WD generating their mana?
WD's mana regeneration normally depends on their gears. If Barbarians dont have the full Immortal set, another feasible method is fury generation while combat with Into the Fray rune from Battle Rage. With high crit rate, Barbarians can use Seismic Slam like Witch Doctor using Zombie Bears endlessly. In addition, Seismic Slam has AOE effect. Chance of fury generation by crit dmg has been dramatically increased bu using Seismic Slam instead of using a fury generation skill (frezy, bash...)


About the build:
1. There is not fury generation skill (no frezy, no bash...)
2. Fury is from crit, combat fury gen and passive skill: unforgiving
3. LOH or Life steal is necessary
4. Escape/avoid elite skills is Furious Charge
5. double skills to increase crit, Overpower & Revenge. Revenge can be replaced by other defense skill. (like Leap for armor or Rend for life gen)

(This is the original author's panel data. Mine doesn't have immortal set at all, AR is slightly lower than him, but this build still works)
In the end, the two 10% dmg increases from Overpower & Revenge do overlap.


[Original post end here]
code modified:
Code:
// Seismic slam enemies within close range
if (!bOOCBuff && !bCurrentlyAvoiding
&& hashPowerHotbarAbilities.Contains(SNOPower.Barbari an_SeismicSlam)
&& !playerStatus.bIsIncapacitated
&& playerStatus.dCurrentEnergy >= 30){
return new GilesPower(SNOPower.Barbarian_SeismicSlam, 44f, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 1, USE_SLOWLY);
}
Just made these videos to show this build might be feasible, but needs tweaking.
[video=youtube;rGgzdgUO3n0]http://www.youtube.com/watch?v=rGgzdgUO3n0[/video]
another one: Dual Wield Seismic Slam - YouTube
Attachments
Last edited: