Charger guide
#3
Part II: Using charge

To use charge effectively, you must first know WHAT charge does and how it works [insert obligatory Sun Tzu quote about knowing thyself]. Charge is very simple in execution. When you click on the enemy your paladin will rush forward and smite them with great furiousnessness, knocking them back and causing a variety of debilitiing symptoms, such as nausea, dry mouth, diarhhea, and (hopefully) death. However you cannot charge if:

a ) You are within weapon range of the enemy
b ) If you're out of mana (duh)

Given that charge does knock monsters back, you can in theory keep charging at your hapless target until they become a nasty looking stain on the ground. Should this happen they will have NO chance to retaliate whatsoever as knockback causes the stun animation to occur.

In practice things are a fair bit more complicated. You won't always have the room to continually charge one target, you might misclick and end up walking into the midst of the enemy, you might be blocked in a doorway, the enemies might be in a tight formation, etc etc. However if you keep one thing in mind you will be able to use charge efficiently.

PICK YOUR TARGETS!

If you charge the wrong target you will end up in the midst of a mob, unable to charge, and you will have to waste time breaking off contact and running away to set up another attempt. If you charge the right target you will experience the rush of taking down 10 enemies in the blink of an eye, without suffering a scratch in return.

As they say in (badly translated) fighting games. 10 HIT COMBO! FRAWRESS VICTOLY!

The general rule is never to charge enemies that are right next to other enemies. You want to charge opponents that are physically separated, so that you can immediately start a charge after a first. For example:

Enemies are in a tight cluster:
Code:
        oo
       ooo
        oo
BAD

Enemies are spread out:
Code:
o  o
          o    o
GOOD!

You also want to keep in mind where you'll end up if your first charge doesn't end up killing the opponent:

Enemies approaching in a line (x stands for you):
Code:
x                   o    o    o  
If you charge and kill the enemy it will look like this:
Code:
                    x    o    o
If you charge and don't kill the enemy it will look like this:
Code:
                    x   oo   o
In this case charging again will result in you standing right in front of a monster, which is bad.

However you can prevent this by charging from a different angle. Instead of charging head on, come in obliquely as follows:
Code:
               o     o     o

 
x

After you charge at the closest enemy you will be in a much more favorable position:
Code:
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<----- monster's rotting corpse lies here
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x &nbsp; &nbsp;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; o &nbsp; &nbsp; &nbsp; o
What do you do if all the enemies are in tight groups? If you're facing more than one such group at once you can use a technique known as "the ping pong".
Code:
Group 1: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Group 2:
&nbsp; &nbsp;oo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ooo
&nbsp;oooo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<---- &nbsp; &nbsp;x &nbsp; ----> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oooo
&nbsp; &nbsp;oo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ooo
Charge a target in group 1, then charge one in group 2. Repeat until all are dead, or until you can't charge anymore.

Another use for the ping pong is to charge in confined environments. Often you'll have one enemy pinned against a wall or some other terrain feature, which prevents you from charging him to death. In this case ping bong between that enemy and another one as follows:
Code:
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;o &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <--- &nbsp; x &nbsp;---> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;o | &nbsp; <---- obstacle

There are also modified variants of the ping pong where you bounce between three, or even four enemies at once. This works well to break apart a group of tough, but slow moving enemies (like frozen creepers).

But what if the ping pong isn't possible? Well there is still another option. I call this "culling the herd", because you want to pick off monsters who are straggling at the edge of the pack.

Let's say your monster group looks like this:
Code:
&nbsp; ooo
&nbsp;oooo
&nbsp; &nbsp;oo
&nbsp; &nbsp; o
Seens impenetrable at first glance, doesn't it? Unfortunately for them, they aren't as safe as they think they are.

If you charge from the directions indicated:
Code:
| &nbsp; &nbsp; &nbsp; |
VoooV
&nbsp;oooo
&nbsp; &nbsp;oo
-->o <--
]
You can actually knockthe monsters away from the mob where they are summarily dispatched. Furthermore by doing this you can actually cause such turmoil in the enemy ranks that they break formation to chase after which leads to more exp for you and messy deaths for them.

Charge Bugs:

Unfortunately in patch 1.10 there are a number of charge bugs. Individually none are particularly serious, but collectively they can cause problems, so it's worth your while to be aware of them.

1) If you charge when out of mana you will freeze in place. This can be cured by switching weapons.

2) If you charge while in blocking animation (and possible while in hit recovery) you will freeze in place. This can be cured by switching weapons.

3) If you charge while being knocked back, you will charge BACKWARDS until you change position (by walking or running).

1) can be avoided by watching your mana carefully, using mana steal and/or mana potions.
2) can be avoided by not charging massed ranged attackers head on.
3) can only be avoided by not getting hit. Otherwise you will have to live with it.

Using the above tactics will allow you to charge with precision and style. However knowing how to use charge is only part of the battle. Knowing how and when to you use your auras, supporting skills, and equipment as well as knowing how to pick your battles are essential to victory. Coming up next in Part III: General Strategy (Know Thy Enemy)

Brista:

The above is my first shot at explainng how to use charge well. I'll probably end up adding a section on charge bugs (there are still some in 1.10 final, though not nearly as bad as 1.10s) and some of the nicer "hidden" features of charge, but this is really the meat of the guide so I wanted to get it out of the way.
Reply


Messages In This Thread
Charger guide - by IlleglWpns - 12-11-2003, 06:01 AM
Charger guide - by Brista - 12-11-2003, 07:02 AM
Charger guide - by IlleglWpns - 12-11-2003, 07:51 AM
Charger guide - by WarBlade - 12-11-2003, 10:14 AM
Charger guide - by IlleglWpns - 12-11-2003, 02:20 PM
Charger guide - by Sir_Die_alot - 12-11-2003, 03:57 PM
Charger guide - by AtomicKitKat - 12-11-2003, 05:12 PM
Charger guide - by WarBlade - 12-11-2003, 08:51 PM
Charger guide - by WarBlade - 12-11-2003, 09:00 PM
Charger guide - by IlleglWpns - 12-11-2003, 09:23 PM
Charger guide - by AtomicKitKat - 12-11-2003, 10:22 PM
Charger guide - by IlleglWpns - 12-11-2003, 10:31 PM
Charger guide - by AtomicKitKat - 12-11-2003, 10:35 PM
Charger guide - by Sir_Die_alot - 12-11-2003, 10:49 PM
Charger guide - by Sir_Die_alot - 12-11-2003, 10:52 PM
Charger guide - by AtomicKitKat - 12-11-2003, 11:34 PM
Charger guide - by Sir_Die_alot - 12-11-2003, 11:43 PM
Charger guide - by Obi2Kenobi - 12-11-2003, 11:53 PM
Charger guide - by WarBlade - 12-12-2003, 05:02 AM
Charger guide - by IlleglWpns - 12-12-2003, 05:10 AM
Charger guide - by AtomicKitKat - 12-12-2003, 05:13 AM
Charger guide - by Arutha - 12-12-2003, 10:54 AM
Charger guide - by Sir_Die_alot - 12-12-2003, 04:23 PM
Charger guide - by Nightwind - 12-13-2003, 03:49 AM
Charger guide - by IlleglWpns - 12-15-2003, 03:52 AM

Forum Jump:


Users browsing this thread: 13 Guest(s)